• Resolved enkoes

    (@enkoes)


    Hi, I have enabled two widgets in my forum from Bbp Style Pack: Single Forum Information & Single Topic Information. See:

    https://paste.pics/P5G63

    However I can see duplicate “Subscribe” & “Favourite” links in frontend when user log in the forum. How can I hide these “subscribe” & “favourite” link? In fact, I only want to keep the “Subscribe” & “Favourite” links generated by the two widgets. See:

    https://paste.pics/P5GAQ

    https://paste.pics/P5GAX

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sorry for the delay getting back to you on this. For some reason, I did not get any emails from WP the past few days saying there were new topics here.

    I do see what you’re asking for, and the answer is that there’s currently no settings to accomplish what you’re trying to do.

    I will be releasing 5.6.4 before the end of this weekend and will add new options for Favorites/Subscriptions display/hide for both the main forum and the widgets. They you can accomplish it with a simple setting or two within Style Pack.

    Until then, you can accomplish what you’re trying to with custom CSS. Add this to the Custom CSS tab in Style Pack to hold you over until then (/wp-admin/options-general.php?page=bbp-style-pack&tab=css):

    div#bbpress-forums.bbpress-wrapper > span#favorite-toggle, div#bbpress-forums.bbpress-wrapper > span#subscription-toggle {
            display: none !important;
    }
    Thread Starter enkoes

    (@enkoes)

    Thanks for your reply. I have been searching for the right CSS to do the job but to no avail. Glad to have your code and the problem is fixed. ??

    Quick Update:

    This is not going to be included in 5.6.4, but you already have a working CSS code snippet so probably not a big deal.

    Detailed Update:

    The end-result you want of hiding favorite/subscribe buttons is easy. Adding it to Style Pack as a new option is going to be more involved than I had anticipated.

    There’s really no good way to add this to the existing settings tabs on a single tab. It also doesn’t make sense to spread this option out across multiple tabs (Forum Display, Topic/Reply Display, Widgets, Forum Buttons, or perhaps other places).

    Since you’re currently the only one asking for this, already have a CSS code snippet to accomplish the task, and it would take probably more time than it’s worth to add this as a specific setting – I’m going to hold off on adding this to Style Pack…. at least for now. I don’t want to delay the release of 5.6.4 any longer.

    I’m also going to mark as resolved since you have a working CSS code snippet, but feel fee to post if you have any other issues related to this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Duplicate “subscribe” & “favourite” links’ is closed to new replies.