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> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|