View Full Version : How to remove "post icons" column from "forumdisplay" template.
len backus
11-30-2008, 10:50 AM
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
SEOvB
12-01-2008, 09:19 AM
Open your threadbit template find
<td class="alt1" id="td_threadstatusicon_$thread[realthreadid]">
Change to
<td colspan="2" class="alt1" id="td_threadstatusicon_$thread[realthreadid]">
Find and remove
<if condition="$show['threadicons']">
<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else /> </if></td>
</if>
len backus
12-01-2008, 11:19 AM
Perfect! Thanks.
danglund
01-10-2009, 03:04 PM
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.
Aclikyano
01-14-2009, 02:42 PM
give a link 2 how it looks now plz!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.