Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cleaning Up Forum Sub-Forum

  • @gleninjersey

    Participant

    Okay….so I was on the WordPress forums thinking it was the bbPress forums….I know, I know. DUH!!

    Complete NOOB here. I’m looking to create a forum based community.
    I’m using Twenty Ten them and have started created my forum with bbPress.

    I have a “Master Forum” with with sub-forums “North”, “Central” and “South”. It is displaying as:

    Location
    North (0, 0), Central (0, 0), South (0, 0)

    I’m assuming the “(0,0)” after each sub-forum title is the number of topics and replies. I want to remove those on the main forum page so it looks like:

    Location
    North
    Central
    South

    Any ideas?

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

    Moderator

    Hi,
    Make your choice:
    1. Check item 1 and 2 from https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/
    2. Install my ‘bbP Toolkit’ plugin.

    Pascal.

    @gleninjersey

    Participant

    Hi Pascal,

    Thanks for the response and help. I’m a complete newbie. I understand I need to change

    #bbpress-forums .bbp-forums-list li {
    display: inline;
    }

    to

    #bbpress-forums .bbp-forums-list li {
    display: block;
    }

    But am completely clueless as to how to make that change.

    I’m using theme 2010 and went to Appearance -> Editor -> and then copied entire thing and pasted it into a word document and did a “control-f” using

    “#bbpress-forums .bbp-forums-list li {
    display: inline;
    }”

    and “#bpress-forums” or just “forums” and couldn’t find where I needed to make the change.

    I’m probably making this much more difficult than I need to…How do I do about making this change?

    @casiepa

    Moderator

    Did you try just ADDING it to the end of the file in the editor and saving it ?
    Pascal.

    @robin-w

    Moderator

    If you’re a newbie, then install Pascal’s plugin – much easier !

    https://en-gb.wordpress.org/plugins/bbp-toolkit/

    @gleninjersey

    Participant

    I installed your ‘bbP Toolkit’ plugin. What now?

    @casiepa

    Moderator

    On your dashboard, go to ‘Tools > bbP Toolkit’
    Under the ‘bbPress Information’ button you can tick
    Do not show the counters next to the subforums on the forum index page (v1.0.5)
    And then put the
    Change the separator between the subforums on the forum index page to:
    to ‘newline’

    Pascal.

    @gleninjersey

    Participant

    Done and looks exactly like I want it. Thank you so much.

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