Skip to:
Content
Pages
Categories
Search
Top
Bottom

move Forum Subscribe link/button to right

  • @shumali

    Participant

    Hello,

    I have BBPress and BBPress Notify plugins. Below are my issues.

    1. I want to Move Forum “Subscribe” button to the right. It is coming just after name of forum page.
    2. I want to disable topic subscription. Only Forum subscription required. Is there any way to do it.

    Kindly help me with some solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @casiepa

    Moderator

    Hi,
    1. Just read item 17 on https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/ . Or use a plugin like ‘bbP Toolkit’ or other to do it for you.
    2. hmmm, I see a complicated way in programming this, but maybe somebody comes with an easy solution
    Pascal.

    @thebrandonallen

    Participant

    You can use either of these to disable subscriptions.

    Forum Subscriptions
    add_filter( 'bbp_get_forum_subscribe_link', '__return_false' );

    Topic Subscriptions
    add_filter( 'bbp_get_topic_subscribe_link', '__return_false' );

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar