The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#22
|
||||
|
||||
not working for me...
i have: Quote:
Quote:
|
#23
|
|||
|
|||
I had the same problem as a few of the other ppl in this thread, everything was working fine except for my Forumhome template the alignment was way off, plus i didnt have the specified text as described above by angelus0.
Here are the modifications to fix the above problem in the forumhome_forumbit_level1_nopost template find: Code:
</span> </td> </tr> Code:
]<tr align="center"> <td class="thead"><span class="smallfont"> </span></td> <td class="thead" width="60%" align="left"><span class="smallfont"><b>Forum</b></span></td> <td class="thead" width="75"><span class="smallfont"><b>Posts</b></span></td> <td class="thead" width="75"><span class="smallfont"><b>Threads</b></span></td> <td class="thead" width="40%"><span class="smallfont"><b>Last Post</b></span></td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead"><span class="smallfont"><b>Moderator</b></span></td> </if> </tr> Open the FORUMHOME template and Remove: Code:
<tr align="center"> <td class="thead"><span class="smallfont"> </span></td> <td class="thead" width="100%" align="left"><span class="smallfont"><b>Forum</b></span></td> <td class="thead" width="75"><span class="smallfont"><b>Posts</b></span></td> <td class="thead" width="75"><span class="smallfont"><b>Threads</b></span></td> <td class="thead" width="150"><span class="smallfont"><b>Last Post</b></span></td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead"><span class="smallfont"><b>Moderator</b></span></td> </if> </tr> This will give you the forum|threads|posts|last post under Each seperated Forum Title Hope this Helpsa angelus and J-J Flame |
#24
|
|||
|
|||
Thanks for this fix i'll install it
|
#25
|
|||
|
|||
i have installed all the templates but it does not work .. there are no effects - it looks like befor i do anything ...
Please help me I have installed vB 3.0.0 Beta 6 |
#26
|
|||
|
|||
Follow what flame said above there. Make sure you have Saintdog's hack installed already also. I changed my percentages to:
Code:
<tr align="center"> <td class="thead"><span class="smallfont"> </span></td> <td class="thead" width="55%" align="left"><span class="smallfont"><b>Forum</b></span></td> <td class="thead" width="5%"><span class="smallfont"><b>Posts</b></span></td> <td class="thead" width="5%"><span class="smallfont"><b>Threads</b></span></td> <td class="thead" width="35%"><span class="smallfont"><b>Last Post</b></span></td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead"><span class="smallfont"><b>Moderator</b></span></td> </if> </tr> http://www.clangrounds.com |
#27
|
|||
|
|||
thx a lot , i'll give it a try
|
#28
|
|||
|
|||
Im trying to use this fix and the code that it says to change inforumhome_forumbit_level1_nopost isnt there, all i have in there is the following :
</table> </td> </tr> </table> <br> <table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b>$forum[title]</b></a> <span class="smallfont"> <if condition="$forum[description]"><br />$forum[description]</if> <if condition="$forum[subforums]"><hr size="1" /><b>Sub-forums:</b> $forum[subforums]</if> </span> </td> </tr> |
#29
|
||||
|
||||
Have you installed SaintDog's Category Seperation mod?
|
#30
|
|||
|
|||
Quote:
|
#31
|
||||
|
||||
Have you also installed the mod which places Forum | Topics | Posts | Last Post table bar below the category bar? Because if you have, there should be that code inside forumhome_forumbit_level1_nopost.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|