Followers Records

PatriaCo
PatriaCo
@the-patria-company
8 years ago
349 posts
Hey Guys,

Quick question, in which table and row would I find follower info?

We are working with CometChat to make a query that will only show people that are following a profile, in that profile's "Chat Now" window.

I see this in the data store

follow_active: 0 or 1
follow_profile_id: xxx

How are we able to discern who is following whom?

Thanks :)

- Joshua


--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3

updated by @the-patria-company: 07/15/16 02:52:42PM
michael
@michael
8 years ago
7,715 posts
the jrFollower module has this function:

jrFollower_get_users_following($profile_id)

That when you pass it the profile id of the profile you are interested in it will return an array of the profiles you are interested in.

If you want to see what its doing you can find that function around line 360 ish of
/modules/jrFollower/include.php

Tags