The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a way to display subforum links on the forum home page on a per forum basis?
I would like to have subforum links displayed (by setting subforum display to 1) but I have one Archives forum that has nothing but subforums - a lot of them - and the forum home page looks like hell when subforum links are turned on. Is there any way to turn on subforum links for all the other forums but leave them off for that one Archives forum? Thanks! |
#2
|
|||
|
|||
![]()
I'd be quite interested in something like this as well; I usually have a couple of sub-forums per Forum, but nothing over the top. Though there are two distinct areas with a lot of them, where the place would look rather messy if they were displayed. If something like this already exists, a push in the right direction would be helpful. Here's hoping someone can do this.
|
#3
|
|||
|
|||
![]()
You could do it manually, as is what I do.
PHP Code:
|
#4
|
|||
|
|||
![]()
Hi Arngrim...this is what I ended up using...
In the forumhome_forumbit_level2_post template, locate the existing line of code that displays subforums Code:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> Code:
<if condition="$show['subforums'] AND $forum[forumid] != 35 AND $forum[forumid] != 58"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|