Info
- 8 posts
- 3 voices
- Started 3 years ago by adv_user
- Latest reply from kevinjohngallagher
- This topic is not resolved
Sub subforum - Change CSS
-
- Posted 3 years ago #
In this url:
http://bbpress.org/forums/topic/sub-sub-forums#post-11762works:
-Forum
-Subforum
Subsubforum1, Subsubforum2, Subsubforum 3But 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" -->
-
- Posted 3 years ago #
It is not possible?
-
- Posted 3 years ago #
I only partially understand the question. Do you want to add a
lastclass to the last forum on the page? -
- Posted 3 years ago #
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-11762Thanks!
-
- Posted 3 years ago #
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. -
- Posted 3 years ago #
Ok, but I also need to include sub-subForum inside the class "subforum", don't below.
And I am having trouble doing it...
-
- Posted 3 years ago #
I raised the issue last October/November:
http://bbpress.org/forums/topic/parent-childrelationship-in-forum-loop -
- Posted 3 years ago #
ooops, it might be this link:
http://bbpress.org/forums/topic/bbpress-mindset-features-and-where-now-discuss
-
You must log in to post.