Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove “Next Topic” link at the very bottom of a forum post

  • @ibnat

    Participant

    Hi all,

    At the very bottom of a forum topic underneath the reply editor I have a link for “Next Topic”. I can’t find anywhere in the bbpress forum settings to deactivate this.

    How can I remove this link?

Viewing 6 replies - 1 through 6 (of 6 total)
  • @robin-w

    Moderator

    probably theme related – link to a live example please

    @ibnat

    Participant

    All topics have this link at the bottom and it is also visible when logged out of the forum.

    Here is an example: https://iberianatureforum.com/forums/topic/testing-you-tube-embed/

    @robin-w

    Moderator

    try this

    .single-topic  .navigation {
    display : none !important;
    }

    add this to the custom css in my plugin or your theme’s custom css area

    @ibnat

    Participant

    Hi!

    That has had an interesting effect… The custom css removes the “Next Topic” link when a user is logged in but when logged out it is still there.

    ???
    🙂

    @ibnat

    Participant

    No wait!. What I said above was a caching effect in firefox. Your custom css works fine.

    Fantastic. Thank you! 🙂

    @robin-w

    Moderator

    great – glad you are fixed !!

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