BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #46283
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #46279
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #46277
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #44592

    @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

  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #44580

    Hello bro @tosin

    Thanks,

    I wonder why something that generic doesn’t exist yet


    But I trust brajesh would look into it nonetheless

  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #44572

    Hello brajesh,

    I meant “FOLLOWING” , not friendship

    ….
    The suggested plugin does not limit following

  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #44546
    This reply has been marked as private.
  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #43769

    Ok

  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #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 ..

  • Participant
    Level: Enlightened
    Posts: 69
    evil lizard on #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

    ….
    ….