Replies
@sbrajesh, before then. is there a php snippet or method you could help with, that could be used to limit the number of persons a user can follow?
The plugin in question is this one :
https://wordpress.org/plugins/buddypress-followers/…it’s a bit urgent , i’ld appreciate your help
Hello bro @tosin
Thanks,
I wonder why something that generic doesn’t exist yet
—
But I trust brajesh would look into it nonethelessHello brajesh,
I meant “FOLLOWING” , not friendship
….
The suggested plugin does not limit followingI did thru email ..thing is most of these guys are hardly ever responsive .. It’s a major reason why i’m always here… They never respond boss ..
i mean an event like:
// See if the 1st level for this cycle is full
if ( $level_1_count == $cycle_max_width )Or
// See if the 1st level is full
if ( $level_1_count == $max_width )loop through all levels
If yes and the level max_width is filled up
…
Then add trigger action to award the current user a badge/point/rank. ..etc for filling up his level to max width
….
….