Forum Activity for @softdesigns

SoftDesigns
@softdesigns
10/10/17 08:49:40AM
242 posts

User List with Random Audio


Jamroom Developers

Hi - This code is almost perfect :
{jrCore_list module="jrAudio" profile_id=$item._profile_id  limit="1" order_by="_item_id random"}
--
Only thing - Not sure, but it does not seem to pull a random audio from user's list?
--
How to pull and show 1 random audio file from User's entire audio list?
SoftDesigns
@softdesigns
10/08/17 04:15:18PM
242 posts

User List with Random Audio


Jamroom Developers

RE: Capture / String Template Below: We have everything working correctly below, except adding last column to pull random audio from User audio list:
{capture assign="profile_tpl"}
{literal}
    {if isset($_items)}
    {jrCore_module_url module="jrProfile" assign="purl"}
    {foreach $_items as $item}
    <div class="container">
        <div class="row">
            <div class="col2">
                <div class="block_image">
                    <a href="{$jamroom_url}/{$item.profile_url}">
                    {jrCore_module_function 
                    function="jrImage_display" 
                    module="jrProfile" 
                    type="profile_image" 
                    item_id=$item._profile_id 
                    size="large" 
                    crop="auto" 
                    class="iloutline img_scale" 
                    alt=$item.profile_name 
                    title=$item.profile_name width=false height=false}</a>
                </div>
            </div>
            <div class="col10 last">
                <div class="p5">
                    <h4><a href="{$jamroom_url}/{$item.profile_url}" 
                    title="{$item.profile_name}">{$item.profile_name|truncate:25}</a>
                     - <small>{$item.profile_tag}</small></h4>
                </div>
            </div>            
        </div>
    </div>
    {/foreach}
    {/if}
{/literal}
{/capture}
Based on code above: How to add last column / div which will pull one random Audio into a nice small player. The audio should have small player, and should pull any random audio from user audio list.
updated by @softdesigns: 01/11/18 04:00:10PM
SoftDesigns
@softdesigns
10/07/17 05:01:20PM
242 posts

List all Users with Paging


Jamroom Developers

RE: jrCore_list - How to modify code below to list ALL Users, and expand the list over multiple pages?

   {jrCore_list 
   	module="jrProfile" 
    order_by="_created desc"     
    template=$profile_tpl}

updated by @softdesigns: 01/08/18 04:36:14AM
SoftDesigns
@softdesigns
10/04/17 11:11:20AM
242 posts

Network Notification


Using Jamroom

What is the most simple way to send an email message to all network members?

updated by @softdesigns: 01/02/18 11:06:50PM
SoftDesigns
@softdesigns
09/24/17 09:47:22AM
242 posts

Proxima Bridge List Users


Proxima

@michael - Thanks - It seems working now, we get a list of users.
--
Question: Since this is a bit of a hack, if we upgrade the jrProfile module in future, will that upgrade wipe our item_index.tpl?
SoftDesigns
@softdesigns
09/20/17 06:16:54AM
242 posts

Proxima Bridge List Users


Proxima

@michael - Not sure how to add the correct "item_index.tpl" to jrProfile Module manually?
We do not want to break the current profiles.
Could you paste in the exact code we should use, and a reminder on how to install it?
SoftDesigns
@softdesigns
09/15/17 09:23:39AM
242 posts

Proxima Bridge List Users


Proxima

@brian - We tried your code above: /api/bridge/profile?search1=_item_id%20gt%200
--
We get this error message:
--
"module is not enabled in Proxima Bridge"
and profile module doesn't exist in Proxima Bridge modules
--
Is there any way possible to - search or get list - of JR users via Proxima Bridge?
updated by @softdesigns: 09/15/17 09:24:59AM
SoftDesigns
@softdesigns
08/28/17 11:04:01AM
242 posts

Proxima Bridge List Users


Proxima

@brian - Thanks - that last URL looks promising...
--
FYI: This current task has nothing todo with any Mobile app. This will be used by nightly server Data Transformation Processes that will help us smoothly integrate a legacy system, with the more modern JR profiles.
--
Will need some time to study URL above...
--
Great Support :)
SoftDesigns
@softdesigns
08/28/17 10:32:18AM
242 posts

Proxima Bridge List Users


Proxima

@brian - thanks - We have read thru all those docs, and have successfully authenticated the user.
--
Seems those docs relate to one user, or current user only ?
However, those docs above do not explain how to GET a full LIST of ALL users in the network - or maybe we are missing something?
--
Please provide Code Sample using Proxima Bridge:
How to GET a list of ALL users including User ID, Avatar URLs, and Profile URLs ?
updated by @softdesigns: 08/28/17 10:34:29AM
SoftDesigns
@softdesigns
08/28/17 10:27:46AM
242 posts

Still don't fully understand Proxima


Proxima

@michael - Thanks - If it works and we can get unstuck, and start building on Proxima Bridge would be great.
--
Where to look for the PB code you mentioned above?
--
Per your advise, we will post PB questions here on the forum...
--
Just post created new post question here:
https://www.jamroom.net/the-jamroom-network/forum/proxima/53675/proxima-bridge-list-users
--
Thanks...
  13