The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to remove "post icons" column from "forumdisplay" template.
I am trying to streamline my forum display and reduce its width by removing non-essential elements.
Is it only the "forumdisplay" template that I need to modify? I see some conditionals that affect what moderators see, etc.. Thanks |
#2
|
||||
|
||||
Open your threadbit template find
Code:
<td class="alt1" id="td_threadstatusicon_$thread[realthreadid]"> Code:
<td colspan="2" class="alt1" id="td_threadstatusicon_$thread[realthreadid]"> Code:
<if condition="$show['threadicons']"> <td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else /> </if></td> </if> |
#3
|
|||
|
|||
Perfect! Thanks.
|
#4
|
|||
|
|||
Worked like a charm. Tip to others: make sure you add a comment and save it in your template history in case you need to get it back some day.
|
#5
|
|||
|
|||
give a link 2 how it looks now plz!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|