{jrCore_list module="jrProfile" order_by="_created RAND" search1="include_followed = false" search2="profile_id != `$_user.user_id`" template="side_members_row.tpl" limit="5"}
This one, I want to display the people that the user is following. But showing nothing. How can we make it work please. Thanks
{jrCore_list module="jrFollower" profile_id=$_profile_id template="followers.tpl" include_followed="false" pagebreak="8" page=$_post.p pager=true }
updated by @ekwe: 11/15/14 12:14:01AM