Forum Activity for @wizzbay

alt=
@wizzbay
10/01/14 02:29:21AM
4 posts

adding menu tabs to jrseamless


Design and Skin Customization

Hi..You can try adding the snippet for menu to your view form page :)
alt=
@wizzbay
10/01/14 02:26:32AM
4 posts

How To Play a list of songs the user has LIKEd?


Design and Skin Customization

Ekwe:
This is what I have been trying, but not working, is there a way to play specific ids assign by me? Thanks

{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" item_id="1,2,3" autoplay=true}

How can we integrate this feature please help.
alt=
@wizzbay
10/01/14 02:24:38AM
4 posts

How to get the list of people a user is following


Design and Skin Customization

Ekwe:
Ok, trying to create a list of people a user is following, so he or she can go through it and unfollow when they want. I used the action call

{jrCore_list module="jrAction" profile_id=$_profile_id template="ollowing.tpl" include_followed=true search="action_module = jrFollower" search1="action_mode = create" search2="profile_id != `$_profile_id`" order_by="_item_id numerical_desc" pagebreak="40" page=$page_num pager=true no_cache=true}

so results are coming up, but I am having multiple users. and i have tried to group them, but not working. Any ideas or easier way to get the list of people a user is following?

Even we want to keep a track of users how should i integrate it?
alt=
@wizzbay
09/22/14 01:31:12AM
4 posts

send the user back to that location once logged in?


Jamroom Developers

Try using php redirect code...it should take back your clients to the previous page.