Replies
- This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
@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 following- This reply has been marked as private.
- evil lizard on March 10, 2022 at 5:42 am in reply to: Auto assign user badge on a fulfilled requirement #43769
Ok
- evil lizard on March 8, 2022 at 6:00 pm in reply to: Auto assign user badge on a fulfilled requirement #43745
I 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 ..
- evil lizard on March 8, 2022 at 9:21 am in reply to: Auto assign user badge on a fulfilled requirement #43739
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
….
….