Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove “Link to Existing Content”?


  • kleypie
    Participant

    @kleypie

    I was wondering if anybody had a solution to this? I’d like my users to have the formatting toolbar for posts but I dont like that when they click “link” it shows “link to existing content” and shows private pages and pretty much tons of stuff I dont want my forum users to go to. If you want to know what I mean, you can actually do the same thing on this bbPress support forum when you are replying to a post.

    Is there a way to turn off “Link to Existing Content” when using the post formatting toolbar for forum users?

    My site btw is

    Forum

    Thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)

  • Robkk
    Moderator

    @robkk

    You can use this CSS to remove it. Add the CSS where you can add custom css.

    .bbpress p.howto {
        display: none;
    }

    David
    Participant

    @david2019

    Hi, the CSS provided does not work in the latest version? Is there an update code?

    Thanks

    David


    Brindell
    Participant

    @brindell

    I am having the same issue. Would like to remove link to existing content when people add links. The code above does not seem to do anything.

    Thanks


    Robin W
    Moderator

    @robin-w

    the code is for a previous version of bbpress.

    try this :

    #wp-link p.howto {
    	display: none;
    }
    
    #search-panel {
    display : none ;
    }

    Soumik
    Participant

    @soumik99

    Can this be done through a function instead of CSS?

    Someone could potentially change the CSS and view the link/pages.

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