Followers and following

amwproductions
@amwproductions
9 years ago
185 posts
Hello we miss the option to see the followers or following like on twitter as 120
On jamroom only images we see not the numer? Can you set this?
updated by @amwproductions: 04/14/15 06:08:47PM
brian
@brian
9 years ago
10,148 posts
The number of profiles a user is following is in the user_jrFollower_item_count variable - i.e.

{$_user.user_jrFollower_item_count}

The number of followers a profile has is in the profile_jrFollower_item_count variable - i.e.

{$profile_jrFollower_item_count}

(in a profile template).

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 10/26/15 10:46:09PM
amwproductions
@amwproductions
9 years ago
185 posts
Thx welcome
amwproductions
@amwproductions
9 years ago
185 posts
Hello @brain not works counts only a maximum of 14 and i have 42 follower

I need following and followers to add on the profiles?

How i set this
paul
@paul
9 years ago
4,326 posts
Is this when showing latest followers in a profile sidebar?
If so, you'll need to increase the limit setting in the template. What skin are you using?


--
Paul Asher - JR Developer and System Import Specialist
amwproductions
@amwproductions
9 years ago
185 posts
I use media pro 5 dark
Strumelia
Strumelia
@strumelia
9 years ago
3,603 posts
paul:
Is this when showing latest followers in a profile sidebar?
If so, you'll need to increase the limit setting in the template. What skin are you using?

Paul, within which template in ProfileFollowers module would we be changing this number setting? I think I can do it if I know the template to look in...


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
brian
@brian
9 years ago
10,148 posts
Change the "pagebreak" values in:

jrFollower/templates/item_index.tpl.

It is set at 16, so I would recommend multiples of 4.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
paul
@paul
9 years ago
4,326 posts
Strumelia:
paul:
Is this when showing latest followers in a profile sidebar?
If so, you'll need to increase the limit setting in the template. What skin are you using?

Paul, within which template in ProfileFollowers module would we be changing this number setting? I think I can do it if I know the template to look in...

Also, in Ningja, in the profile_sidebar.tpl template file the latest followers listing is limited to 25 so you can edit that if you want.


--
Paul Asher - JR Developer and System Import Specialist
Strumelia
Strumelia
@strumelia
9 years ago
3,603 posts
awesome awesome awesome...love when I can do stuff!

Still darn proud of myself that last night I changed the Groups Page to list groups in order of the number of members instead of whatever it was that seemed rather random to me. (Paul I swiped the code snippet for that from the module you tweaked for me on my index page)...and I knew where/how to put it myself to tweak the Groups page, and changed the page break number too... :D

Oh, and on the profile sidebar I assumed it should be in multiples of 5 to look even once people had tons of followers... so I set it for 50 instead of 25. :)


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015

updated by @strumelia: 03/07/15 10:03:53AM
paul
@paul
9 years ago
4,326 posts
Cool - Well done :-)


--
Paul Asher - JR Developer and System Import Specialist

Tags