BuddyDev

Search

[Resolved] Anonymous Plugin / Extension Update

Tagged: 

  • Participant
    Level: Initiated
    Posts: 15
    enrons on #523

    Hi Brajesh,

    in members-loop i have this:

    <?php if ( bp_get_member_latest_update() ) : ?>
    <span class=”update”> <?php bp_member_latest_update(); ?></span>
    <?php endif; ?>

    —————————

    and in member-header:

    <?php bp_last_activity( bp_displayed_user_id() ); ?>

    —-

    The problem is, that the anonymous plugin does not catch here. I think you understand. Otherwise i describe it more.

    Can you fix that ?
    Or should i hide the bp_last_activity ? This is no problem.

    Also i have a problem with the ajax-search in my theme. The ajax-search replace the anonymous entry with original But for this i think you must be logged in my site.

    Many Thanks! 😉

  • Participant
    Level: Initiated
    Posts: 15
    enrons on #524

    Ajax-Search (Example):

    <div class=”ajax_search_image”>
    <div class=”ajax_search_content”>
    Member-Name
    <span class=”search_excerpt”>I love BuddyDev (but this is anonym) and all user can see this, if a user search for the word: love</span>
    </div>
    </div>

  • Participant
    Level: Initiated
    Posts: 15
    enrons on #525

    It is ok , Brajesh !

    i hide the bp_activity_latest_update and all works fine 😉

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #527

    I am sorry I did not understand the question but glad that it is fixed.

    Yes, a direct sql queries will not be caught. Only the lists using bp_has_Activity will be filtered( that is used by all the places you see it in BuddyPress).

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #528

    Updating this as resolved.

You must be logged in to reply to this topic.

This topic is: resolved