#381 closed defect (bug) (fixed)
That annoying "YOU" in profile
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | trivial | |
Severity: | Version: | ||
Component: | Keywords: | delete button, profile | |
Cc: |
Description
To avoid that annoying "YOU" on profile, a filter was recently created to replace him with the username.
But it doesn't work, even with the latest bp-activity-templatetags.php
The reason is at line 151, with a filter setted to true by default:
function bp_activity_content_filter( $content, $date_recorded, $full_name, $insert_time = true, $filter_words = true, $filter_you = true ) {
If you set $filter_you = false, it works !
Change History (3)
Note: See
TracTickets for help on using
tickets.
If you translate BuddyPress, the YOU is now disabled.