BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 3
    Michael Nielsen on #2864

    Hi Brajesh,

    This actually sounds like a great feature. Could it be done conditionally?

    example pseudo code:

    if theme_supports_bp_get_member_class {
    do_filter “bp_get_member_class”;
    add tag to profile.
    }
    else {
    do_suppress link on poster-name;
    }

    Best regards,
    Michael