Skip to:
Content
Pages
Categories
Search
Top
Bottom

forum problem

  • @adhamahmed

    Participant

    welcome everybody
    After greeting
    I want to know a problem. When I select a private forum, the word is repeated twice: private: private:
    Template support told me not by us
    Is there any helper?
    Regards

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

    Moderator

    EITHER :

    function rew_remove_private_title($title) {
    	return '%s';
    	}
    add_filter('private_title_format', 'rew_remove_private_title');

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme or use

    Code Snippets

    OR

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Forum Display and select item 4

    @adhamahmed

    Participant

    Thank you very much it is working now
    Regards

    @robin-w

    Moderator

    🙂

    @adhamahmed

    Participant

    Hello,
    the navigation bar has been hidden from the forums
    Is the problem of removing a special is the one who did this
    Regards

    @robin-w

    Moderator

    need a link to an example to understand

    @adhamahmed

    Participant

    See that it is in the blog, but in the forum there is not
    https://grars.net/blog/
    https://grars.net/forums/

    @robin-w

    Moderator

    sorry, this is a theme issue not directly bbpress

    @adhamahmed

    Participant

    Okay thank you very much

    @adhamahmed

    Participant

    Hello, did you subscribe to the forum and put a message?

    @robin-w

    Moderator

    no

    @adhamahmed

    Participant

    No, I apologize very much for the wrong message. I am very sorry. Greetings

    @adhamahmed

    Participant

    Ait Waras Fatta <span class=”bp-verified-badge”></span> wrote in reply:

    Hello, my friend. Look, when you post a reply in the forum, an e-mail message is sent that consists of a symbol. It is supposed to not be present. What is the solution?

    @adhamahmed

    Participant

    A
    look here

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