solved Profile followers and following count

amwproductions
@amwproductions
8 years ago
185 posts
Hi

I need like twitter a counter for profile followers and following count?

I need numbers not images
updated by @amwproductions: 07/13/16 11:46:08PM
paul
@paul
8 years ago
4,326 posts
Try this in your profile sidebar template (or wherever you want the counts to show) -

    followers: {jrCore_db_run_key_function('jrFollower', 'follow_profile_id', $_profile_id, 'count')}
    <br>
    following: {jrCore_db_run_key_function('jrFollower', '_profile_id', $_profile_id, 'count')}
hth


--
Paul Asher - JR Developer and System Import Specialist
amwproductions
@amwproductions
8 years ago
185 posts
Hey paul thx

This works \m/
paul
@paul
8 years ago
4,326 posts
Cool - Tagging as solved.


--
Paul Asher - JR Developer and System Import Specialist

Tags