So here I thought I had this game all figured out. So on my forum I have categories with a sub forum under that category. So for example I have a category called clubs/organizations (set to category) and under that I have sub forums. But within that sub forum I have other areas. How do I remove the sub forum from view that is circled in green? I can't find anywhere in the forum manager to remove it from view--is this something I will need to address within the template FORUMDISPLAY ?
sub forum question
Collapse
X
-
I have checked the different options, and you'll need to change the template. You can remove the threadlist with a template conditional. Do the following in your FORUMDISPLAY template.
Find:
<!-- show no threads message -->
Immediately after put:
<if condition="$foruminfo[forumid] != X">
Find:
<!-- end show no threads message -->
Immediately before that put:
</if>Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment