The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#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
|
||||
|
||||
*Installed!!!
|
#287
|
||||
|
||||
There seem to be some Porblem with How i did it ..... The template gets screwed up for Top Level Forum and it does not work in secong level forum [in a category]
See the screenshots............ Any idea where I am at fault? |
#288
|
||||
|
||||
well, the subforum list is a different hack.
the second problem is because you allow posting in your category, therefor you have to apply the changes from level1_nopost to level1_post as well. |
#289
|
||||
|
||||
Quote:
|
#290
|
||||
|
||||
np
you're welcome |
#291
|
|||
|
|||
My "forumhome_forumbit_level1_nopost" was already pretty heavily modified that I could not figure out how to fit your hack into it.
My colums show up on http://www.hr3rdgen.org/forum.php? But the Last Post colum also shows up. Here is a copy of my "forumhome_forumbit_level1_nopost" PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|