Log in

View Full Version : [HowTo] [3.0.0] Put the table "indexer" below each category.


Floris
04-13-2004, 10:00 PM
[HowTo] [3.0.0] Put the table "indexer" below each category.

Title: Put the table "indexer" below each category.
Version: 1.0.0
Category: Template Modification for vBulletin version 3.0.0 (Gold)
Author: Floris (http://www.vBulletin.nl/ (http://www.vbulletin.nl/))
Description: This modification removes the "Table indexer" bar from above the forum (where it behaves as guideline) and places it below each category. It will get optimized so the width are corrected and looks more professional. When you collapse a category it will get collapsed too. Cleaning up the design.

Installation instructions

Goto the Admin Control Panel > Styles & Templates > Style Manager and from the dropdown box select "Edit Templates" to expand the style you want to modify.

Select the "Forum Home Templates" and expand the group.

Select the template "FORUMHOME".

Find the following code:

<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>


And delete it.

Save the FORUMHOME template.

Select the template "forumhome_forumbit_level1_nopost".

Find the following code:

$childforumbits


Above this, on a new line, add this code:

<tr align="center">
<td class="thead" width="38">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="240">$vbphrase[last_post]</td>
<td class="thead" width="70">$vbphrase[threads]</td>
<td class="thead" width="70">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>
</if>
</tr>


Save the forumhome_forumbit_level1_nopost template.

You are done!

Floris
04-14-2004, 09:52 AM
I can't provide screenshots because the attachment manager doesn't appear to work.

Naruto Shock
04-14-2004, 09:02 PM
AWESOME thanks alot :) i have been looking everywhere on how to do this :)

Owen
04-17-2004, 10:01 PM
I really need a screenshot to understand this...

Floris
04-18-2004, 06:00 AM
I also released this on vbulletin.com by the same title. It has screenshots there.

Andrew_B.
11-17-2004, 11:49 PM
This is exactly what I was looking for. Thanks!

shortbus1662
02-18-2005, 06:32 AM
thank you very much for this one. It took me forever to find this!