The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Put Subforums in bottom not top
Hello i was looking at putting my subforums at the bottom of a forum instead of at the top. I managed it about a year a go on my old skin from info i got here. I can't find the deatils. Can anyone help? thanks
|
#2
|
||||
|
||||
You would have to move things around in the template 'FORUMDISPLAY'.
|
#3
|
|||
|
|||
Thanks Dismounted. Does anyone know the wee bit of code that i change? I remember that i had to change something. As im pretty inexperienced html wise i wouldnt know where to begin. anyone any ideas? As i say there was a thread on it in here when i done it lkast time so it is possible.
thanks feel free to put me out my running a forum misery folks |
#4
|
||||
|
||||
Example:
take this: Code:
<if condition="$show['forumslist']"> <!-- sub-forum list --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px"> <tr> <td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td> <if condition="$show['forumsearch']"> <td class="vbmenu_control" id="forumsearch.subforums" nowrap="nowrap"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">$vbphrase[search_this_forum]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></if></td> </if> </tr> </table> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <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> </thead> $forumbits </table> <br /> <!-- / sub-forum list --> </if> Code:
<!-- end show no threads message --> </if> </table> |
#5
|
|||
|
|||
Quality Toby it worked like a dream. I was pretty scared as my name is mud when it comes to forum template alteration on my forum but this did exactlly as i had hoped. Brilliant. thanks very much
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|