Skip to:
Content
Pages
Categories
Search
Top
Bottom

I have a few issues.


  • forsberg94
    Participant

    @forsberg94

    Hey BuddyPress Support.

    I run http://gaesteblog.dk, and want to thank you for this amazing creation.

    Now.

    When you enter my forum at http://gaesteblog.dk/forums – you see two categories – underneath the categories there’s a bunch of child forums. How do i remove this huge bunch of trashlooking intern links? You know, so i just see the two categories and then the child forums inside the category.

    That’s the first question.

    The second question is:

    While i’m logged in, i want to click my logo and be sent to our forums. And when i’m not logged in, like a nonregistered user, i want to be sent to our homepage.

    Can you help me? 🙂

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

  • Ben Hansen
    Participant

    @ubernaut

    re #1 you can further organize the sub-forums (i.e. make them children of children), the display on the parent page only goes one level deep. re #2 i have no idea it’s really very different from the way thats supposed to behave by default i would have no idea to begin with that, sorry.


    forsberg94
    Participant

    @forsberg94

    I mean this:

    https://i.imgur.com/G14d1.png

    I want the red marked area to be deleted. I looked everywhere in the theme options, but there is no such option to completely remove childrenforums.


    Ben Hansen
    Participant

    @ubernaut

    yes i told you how to hide them you can’t have them all on the first level. if you can’t deal with sub-categorizing them you will need to do it through css the class is called “bbp-forums-list”


    forsberg94
    Participant

    @forsberg94

    I looked through css and couldn’t find bbp-forums-list.


    Ben Hansen
    Participant

    @ubernaut

    it’s in there i just double-checked on your site it’s definitely calling that class. the class maybe (probably is) coming from some file inside of bbpress’s plugin directory fyi


    forsberg94
    Participant

    @forsberg94

    Is there anyway i can easily find bbp-forums-list in my billion files?


    Ben Hansen
    Participant

    @ubernaut

    well if you can’t find it you may not want to be messing with it in the first place but here is the file you are looking for:

    http://gaesteblog.dk/wp-content/plugins/bbpress/templates/default/css/bbpress.css


    forsberg94
    Participant

    @forsberg94

    And the part “bbp-forums-list”-part, what do i do with it?


    Ben Hansen
    Participant

    @ubernaut

    set the visibility to none would be the simplest thing to try but i cannot tell you if there is more that you will have to do. like i say if you don’t know what you are doing it may not be the best thing to be messing with.


    forsberg94
    Participant

    @forsberg94

    Not working.

    And i know, but that’s the reason i’m here. To get help 🙂


    Ben Hansen
    Participant

    @ubernaut

    you can try pasting the following into your edit css tab under appearance:

    `#bbpress-forums .bbp-forums-list {
    display: none;
    }`

    This is the BP forum though 🙂 Ben is helping a good deal, bear in mind you do need a certain coding level if you are going to start customising your installs, finding a ruleset in a stylesheet and applying or adding properties a basic one.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘I have a few issues.’ is closed to new replies.
Skip to toolbar