The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Table Header row similar to vb.org?
How do I change it so the Table Header row displays under each Category Strip like this forum has (rather than one above the first Category Strip as the default skin has)?
|
#2
|
|||
|
|||
I did try to search for this with terms such as table header but couldn't find anything. Is this a skin or template change, or is there an option for it somewhere?
|
#3
|
|||
|
|||
One more bump...
|
#4
|
||||
|
||||
What are you talking about? Please be more specific as to what do you really desire.
|
#5
|
|||
|
|||
That should work:
Go into your forumhome template and find this code: Code:
<tr align="center"> <td class="thead"> </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> Go into your forumhome_forumbit_level1_nopost template. Find: Code:
$childforumbits That's it. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|