Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbpress – subforum – Separation-sign

  • @frog65

    Participant

    Hallo,

    wie kann ich im bbPress Forum bei den Unterforen das Trennzeichen (“;”) anpassen. z.B. Unterforum1 (0,0) ; Unterforum2 (0,0)

    Hab was gelesen von bbp_list_forums im template.php.
    Es beginnt schon damit, dass ich dieses template.php in WordPress nicht finde.

    Gibt es keine Customizing-Seite wo ich das eingeben/auswählen kann?

    Grüße
    Armin

Viewing 7 replies - 1 through 7 (of 7 total)
  • @frog65

    Participant

    Hello,
    ups. i try in english.
    how i can Change in subforum the Separation-sign?
    for example:
    subforum1 (0,0) “;” subforum2
    can i customize this or Change some coding?
    thanks for help
    Armin

    @frog65

    Participant

    Heading
    bbpress – subforum – Separation-sign

    @robin-w

    Moderator
    function custom_bbp_sub_forum_list() {
      $args['separator'] = ';' ;
      return $args;
    }
     add_filter('bbp_after_list_forums_parse_args', 'custom_bbp_sub_forum_list' );

    or use

    bbp style pack

    to get the lists vertical

    @frog65

    Participant

    Hy RobinW
    nice plugin 🙂
    additional, iam interessted in where i build in your code?
    Armin

    @robin-w

    Moderator

    you can put the code in your child theme functions file or put it in a plugin like this which is probably easier

    Code Snippets

    @frog65

    Participant

    excellent.
    the plugin is perfect…

    thanks allot

    @robin-w

    Moderator

    great – glad you are fixed

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