Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Profile Favorites, Subscriptions, Replies, & Topics

Viewing 1 replies (of 1 total)

  • Robkk
    Moderator

    @robkk

    if you dont want users to subscribe to forums/topics at all disable subscriptions in settings>forum

    if you dont want users to favorite topics disable subscriptions in settings>forum

    the subscription and favorites sections will disappear if disable both

    you can also copy the file content-single-user.php into a folder called bbpress in your child theme. then delete these lines of code below.

    <?php if ( bbp_is_favorites() ) bbp_get_template_part( 'user', 'favorites'       ); ?>
    <?php if ( bbp_is_subscriptions() ) bbp_get_template_part( 'user', 'subscriptions'   ); ?>
    <?php if ( bbp_is_single_user_topics() ) bbp_get_template_part( 'user', 'topics-created'  ); ?>
    <?php if ( bbp_is_single_user_replies() ) bbp_get_template_part( 'user', 'replies-created' ); ?>
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar