The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#17
|
|||
|
|||
Thanks Zach.
It perfectly worked on my forums. Here is a before/after (except for the collapse.gif): |
#18
|
||||
|
||||
Not work on vb 3.0.1 why?
|
#19
|
|||
|
|||
Quote:
|
#20
|
|||
|
|||
How do you give it a bigger gap between the categories?
|
#21
|
|||
|
|||
I tried this mod and I'm pretty pleased. Still there's a little problem I've got.
There's one forum we've got, that's not put in a categorie. It's the first forum on the list and well, there's no spacing between this forum and the categorie following. Additionally this forum column shows up wider than the others. I suppose I need to modify the forumhome_forumbit_level1_post too? |
#22
|
|||
|
|||
Nevermind, I solved it.
|
#23
|
|||
|
|||
How Schwarze? I'm sure others have the same issue, so when people solve an issue they ask about, its always good to note how you did it.
|
#24
|
||||
|
||||
change p5x to 5px
|
#25
|
|||
|
|||
@OGT: Of course I will, I'm just doing a bit of refactoring and going to attach it afterwards
|
#26
|
||||
|
||||
Im reworking some of this otherwise i would have posted sooner
|
#27
|
|||
|
|||
No problem Has been better for me anyway 'cause I think I finally understood the code design.
Here's what I did. Instead of putting a <div> behind every first level categorie I put a <br /> before them. This way it still works when you're having forum on the first level and not only categories. (I hope you understand what I mean *coughs*) All you've got to do is modify the forumhome_forumbit_level1_nopost. Replace Code:
<tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> Code:
</table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> </thead> <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" 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> $childforumbits </tbody> </if> |
#28
|
||||
|
||||
Now work but no space between last category and "What's Going On?".
... Quote:
|
#29
|
||||
|
||||
The column alignment is fixed now.
Replace the following: Quote:
Quote:
|
#30
|
||||
|
||||
If my Main Table Width is 760 this is my result (see help.gif) |
#31
|
||||
|
||||
You have to extend the width of the What's Going On table too, since 760 isn't the default width of those tables.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|