Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide Topic / Reply IDs


  • sally
    Participant

    @sallyruchman

    Hello,

    i would like to hide topic / reply IDs, what appear on the right starting with # .., like its here in the bbpress forums…

    Is there a way, to hide the Ids only public, and only show them as admin?

    Is there a code snippet to accomplish this?

    Thx
    Regards
    Sally

Viewing 2 replies - 1 through 2 (of 2 total)
  • This CSS might help to hide it from the screen, but of course in the source code of the HTML page you might still find it.

    .bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink {
      display: none;
    }

    sally
    Participant

    @sallyruchman

    Hi Pascal,

    thanks, works fine

    Regards
    Sally

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