The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
||||
|
||||
![]()
it's spelled construct_forum_columns
|
#33
|
||||
|
||||
![]()
Having some difficulty figuring this one out...
I use the category spacing mod, so my level_one_no_post looks like this: Code:
<if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <tr align="center"> <td class="thead" width="30"> </td> <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="125">$vbphrase[last_post]</td> <td class="thead" width="55">$vbphrase[threads]</td> <td class="thead" width="55">$vbphrase[posts]</td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead" width="100">$vbphrase[moderator]</td> </if> </tr> $childforumbits <tr><td class="thead" style="line-height: 0; padding: 0; margin: 0;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="$vboptions[cleargifurl]" alt="" width="1" height="12" /></td></tr> </tbody> </if> |
#34
|
||||
|
||||
![]()
you just have to replace the $childforumbits with that
HTML Code:
<if condition="$forum['subforumcolumns'] > 1"> <tr> <td class="alt1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <table style="border: none; width: 100%;"> $childforumbits </table> </td> </tr> <else /> $childforumbits </if> |
#35
|
||||
|
||||
![]()
Thanks for the reply!
Only one thing still wrong, see attachment. |
#36
|
||||
|
||||
![]()
replace
HTML Code:
<else /> $childforumbits </if> HTML Code:
<else /> <tr align="center"> <td class="thead" width="30"> </td> <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="125">$vbphrase[last_post]</td> <td class="thead" width="55">$vbphrase[threads]</td> <td class="thead" width="55">$vbphrase[posts]</td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead" width="100">$vbphrase[moderator]</td> </if> </tr> $childforumbits </if> |
#37
|
||||
|
||||
![]() Quote:
|
#38
|
||||
|
||||
![]() HTML Code:
<tr align="center"> <td class="thead" width="30"> </td> <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="125">$vbphrase[last_post]</td> <td class="thead" width="55">$vbphrase[threads]</td> <td class="thead" width="55">$vbphrase[posts]</td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead" width="100">$vbphrase[moderator]</td> </if> </tr> ![]() |
#39
|
||||
|
||||
![]()
Perfect... thanks for all the help
![]() |
#40
|
||||
|
||||
![]() ![]() you're welcome |
#41
|
|||
|
|||
![]()
I too have the separate catagory box hack and applied the fix you show above. Everything looks and works great however my expand and collapse buttons do not operate now for any of the catagories.
BTW, very nice hack indeed. This sure is going to save a lot of screen real estate for my forums when I get them updated! Thanks! Dan Here is my level1_nopost code. Code:
<if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <if condition="$forum['subforumcolumns'] > 1"> <tr> <td class="alt1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <table style="border: none; width: 100%;"> $childforumbits </table> </td> </tr> <else /> <tr align="center"> <td class="thead" width="30"> </td> <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="240">$vbphrase[last_post]</td> <td class="thead" width="55">$vbphrase[threads]</td> <td class="thead" width="55">$vbphrase[posts]</td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead" width="100">$vbphrase[moderator]</td> </if> </tr> $childforumbits </if> </tbody> </if> |
#42
|
|||
|
|||
![]()
When I was pasting the code changes in, I duplicated the following code by not pasting on the correct line. :nervous:
Removed the dup code and I can now collapse/expand catagories. Thanks! Code:
<if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> |
#43
|
|||
|
|||
![]()
To give the columnized catagory a similar look as my regular catagories, I added one small bit of code to the level1_nopost template.
Code:
<if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <if condition="$forum['subforumcolumns'] > 1"> <tr> <td class="thead" width="100%">By Manufacturer</td> </tr> |
#44
|
||||
|
||||
![]()
nice additions
![]() |
#45
|
||||
|
||||
![]()
forgive me for asking
![]() as i said in a previous post, i do like this modification ![]() |
#46
|
||||
|
||||
![]()
The image is just a template conditional:
HTML Code:
<if condition="$forum['forumid'] == X"><img src="x" alt ="zx" /></if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|