Managing Favorites
-
WPMU 2.8.4a
BP 1.0.3
BB 1.0.2
“Manage your favorites” only shows up for the admin.
<?php if (bb_current_user_can( 'edit_favorites_of', $user->ID )) : ?><?php printf(__('<a href="%1$s">Manage your favorites</a>'), esc_attr( get_favorites_link() )); ?><?php endif; ?>
Any one had this problem?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.