The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'd like to make this:
http://www.oldtimersguild.com/testbb/junk/theadbar.jpg Look like this: http://www.oldtimersguild.com/testbb/junk/theadbar2.jpg (yes, I photoshopped it ![]() How would I go about making the "Forum, Last Post, Threads, Posts" bar collapsible with the rest of the forum? |
#2
|
|||
|
|||
![]()
In your forumhome template
FIND 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> in your forumhome_forumbit_level1_nopost FIND Code:
<if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> Code:
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <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> <if condition="$childforumbits"> $childforumbits </if> </tbody> ![]() |
#3
|
|||
|
|||
![]()
Worked like a charm! Thanks a bunch... again
![]() |
#4
|
|||
|
|||
![]()
No problem.
![]() Once you get the hang of it, it is pretty straightforward, but it can seem very daunting at first so feel free to ask questions. You'll be amazed how much you start to pick up without realising it. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|