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?
updated by @ekwe: 11/03/14 01:56:25AM