The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#272
|
||||
|
||||
![]()
you added it to the construct_forum_columns() function?
It should work then, if not then i don't have an idea... I cannot test it out, as there are currently noone browsing on my localhost board ![]() |
#273
|
||||
|
||||
![]() Quote:
|
#274
|
||||
|
||||
![]()
well, the 0 viewing is by design, that's why normally a contion is used
![]() So it shows for private forums, that means the code should be correct... very wierd then... |
#275
|
||||
|
||||
![]() Quote:
|
#276
|
||||
|
||||
![]()
Well it's working now. I added a new child style and it started to work.
Thanks for a great hack. |
#277
|
||||
|
||||
![]()
even more wierd then
![]() but good to hear ![]() |
#278
|
||||
|
||||
![]()
would love this to work on forumdisplay too, any takers?
![]() tia |
#279
|
||||
|
||||
![]() Quote:
![]() mebbe xenon can ![]() |
#280
|
||||
|
||||
![]()
grml, i'll add it to the next version, but i've so much to do.....
|
#281
|
|||
|
|||
![]()
Probably an easy question, but just in case, how does one uninstall this hack, as I see it runs a query.
h |
#282
|
||||
|
||||
![]()
well, the query it does isn't harmful, so you can just leave your db structure and just redo the file changes, but to remove a added field i suggest using phpmyadmin for it or this query:
[sql]ALTER TABLE forum DROP subforumcolumns[/sql] |
#283
|
|||
|
|||
![]()
Great, just trying something new, so I wanted to cover all my bases; thanks xenon.
![]() h |
#284
|
||||
|
||||
![]()
you're welcome
|
#285
|
|||
|
|||
![]()
This only appears to work with the default skin. I purchased a skin called Satellite for my vb3 install, so when your instruction file says:
Code:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++ edit template forumhome_forumbit_level1_nopost +++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ if your columnized forums should be below open for post categories, you also have to change level1_post that way.. find: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ replace with: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <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 /> $childforumbits </if> </tbody> </if> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Code:
<if condition="$childforumbits"> <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" align= center">$vbphrase[last_post]</td> <td width="45" class="thead">$vbphrase[threads]</td> <td width="45" class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> $childforumbits <tr><td class="tfoot" 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="8" /></td></tr> </tbody> |
#286
|
||||
|
||||
![]() ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|