solved How to get the list of people a user is following

alt=
Ekwe
@ekwe
10 years ago
212 posts
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
brian
@brian
10 years ago
10,148 posts
Just checking out the module as I was certain there was a special search tag for this, but I'm not seeing anything. Let me check it out and see if we have support for this, and if not I can get something added in.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
Ekwe
@ekwe
10 years ago
212 posts
brian:
Just checking out the module as I was certain there was a special search tag for this, but I'm not seeing anything. Let me check it out and see if we have support for this, and if not I can get something added in.

Hope this helps!

You're the best! Thanks Thanks
brian
@brian
10 years ago
10,148 posts
I just pushed out version 1.2.0 of the Profile Followers module - it now has support for a new "followed_by" flag that you can use to list profiles followed by a specific user_id (or group if user_id's) - i.e.

{jrCore_list module="jrProfile" followed_by="1" ... }

This would return a list of profiles followed by user_id 1. You can pass in multiple user_id's - just separate by commas - i.e.

{jrCore_list module="jrProfile" followed_by="1,2,9,25" ... }

So update to the new release from your Marketplace and let me know if you see any issues.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
Ekwe
@ekwe
10 years ago
212 posts
OH WOW!!! That was quick!!! Genius!!! Thank you so much, deeply appreciated! Thanks. Working perfectly :)
alt=
WizzBay
@wizzbay
10 years ago
4 posts
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=
Ekwe
@ekwe
10 years ago
212 posts
Hey @WizzBay, could help you with it. What's your domain name? let me take a look at it

Tags