Forums

Join
bbPress Support ForumsTroubleshootingManaging Favorites

Info

Tags

Managing Favorites

  1. 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?

  2. Okay i figured that out.

    how do I get "Favorite Notification

    If you want to get an email when there is a new post to a topic in your favorites.
    Activate:"

    to show anywhere other than the profile?

  3. Somehow I need to get that option to appear on the Buddypress profile but I don't know how.

  4. Subscribe to the RSS feed in Google reader ;)

    I thought long about to have a function like in other forum scripts, but these days RSS is the way how to do it.
    I wrote an article about:
    http://www.finalwebsites.com/forums/topic/how-to-subscribe-to-topics-from-a-bbpress-forum

  5. You must log in to post.