Forums

Join
bbPress Support ForumsTroubleshootingSub subforum - Change CSS

Info

Sub subforum - Change CSS

  1. In this url:
    http://bbpress.org/forums/topic/sub-sub-forums#post-11762

    works:
    -Forum
    -Subforum
    Subsubforum1, Subsubforum2, Subsubforum 3

    But I need to change the style sheet to show:

    <div id="list">
    <div class="forum">- Forum</div>

    <div class="subforum">
    - SubForum
    Make a loop to show Subsubforum in the div SubForum and not below
    <div class="forum">Subsubforum1, Subsubforum2, Subsubforum 3</div>
    </div>

    <div class="subforum">
    - SubForum
    </div>

    <div class="subforum last">
    - SubForum - with LAST class.
    <div class="forum">Subsubforum1, Subsubforum2, Subsubforum 3</div>
    </div>
    </div> <!-- close id "list" -->

  2. It is not possible?

  3. I only partially understand the question. Do you want to add a last class to the last forum on the page?

  4. Yes. But also make the "sub subforuns" appear inside the div "subforum". Well that original URL did not use div:
    http://bbpress.org/forums/topic/sub-sub-forums#post-11762

    Thanks!

  5. With that code, the last sub forum already has bb-last-child, and if you change <td colspan="3"> to <td colspan="3" class="subsubforum">, subsubforums have a class.

  6. Ok, but I also need to include sub-subForum inside the class "subforum", don't below.

    And I am having trouble doing it...

  7. I raised the issue last October/November:
    http://bbpress.org/forums/topic/parent-childrelationship-in-forum-loop

  8. You must log in to post.