PDA

View Full Version : Remove threads & post number on index is possible?


Demo16
11-27-2006, 05:25 PM
I would like to make my forum of no more than 760 pixel wide.
to do this I think I got to remove the threads & post number shown on the right side of the forum.
Is this possible?:pirate:

jluerken
11-28-2006, 07:08 AM
Yes its possible, its a simple template edit.

Demo16
11-28-2006, 07:39 AM
so what do I have to do?

jluerken
11-28-2006, 07:56 AM
In the FORUMDISPLAY and FORUMHOME Template comment out
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>


In forumhome_forumbit_level2_post and forumhome_forumbit_level1_post comment out

<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>

Check forumhome_forumbit_level2_post and forumhome_forumbit_level1_post to match your columns now.

This should work

Demo16
11-28-2006, 08:51 AM
tnx I'll try it.
but if I make updates to vbulletin I have to edit again this pages?

peterska2
11-28-2006, 08:57 AM
possibly, it depends on what is changed in the templates between versions.