Tagged: anonymous
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! 😉
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>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).
You must be logged in to reply to this topic.