View Full Version : Adding Column Forumdisplay
Sweeks
04-09-2009, 01:12 PM
How can I add a new column in forumdisplay I know what templates theyre in but just cant seem to get it right. Hope someone has an idea :)
Thank you.
________
Iolite vaporizer review (http://iolitevaporizer.net/)
Lynne
04-09-2009, 02:08 PM
You'll have to add the column in every template. Just copy the column next to it only put in your own 'stuff'. For instance, for the column headers:
<td class="thead" >Your Column Title</td>
However, you are going to run into problems with this line:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
You will have to make sure to change that whenever you see it to something like this:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">7<else />6</if>">
Sweeks
04-09-2009, 02:52 PM
Luckily we dont use the moderation column. We have it fully working now thank you.
________
Masturbation videos (http://www.++++tube.com/categories/27/masturbation/videos/1)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.