The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
This template mod is verified working in 5.2.4. If you have short descriptions and want to save some realestate, you can slide the description in right next to the category by using a span in the existing line instead.
On or about line 8 in display_forum_list, you will find this code. Code:
<tr class="category-header" id="forum{vb:raw channel.nodeid}"> <td colspan="4"><a class="category" data-nodeid="{vb:raw channel.nodeid}" href="{vb:url {vb:raw channel.routeid}}">{vb:raw channel.title}</a></td> </tr> Code:
<tr class="category-header" id="forum{vb:raw channel.nodeid}"> <td colspan="4"><a class="category" data-nodeid="{vb:raw channel.nodeid}" href="{vb:url {vb:raw channel.routeid}}">{vb:raw channel.title}</a><span class="category-description">{vb:raw channel.description}</span></td> </tr> |
#12
|
||||
|
||||
Personally, I prefer to display the forum description over the category description to let users know what a forum channel is about. I think when posting, users will care more on what a forum channel is for rather than what a category is for.
I have a free mod for that which doesn't require editing templates. http://vbmods.rocks/forum/vbulletin-...g-an-ad-module |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|