The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to clean up this subforum layout??
Hello all, I'd like to know if there is a way to clean up this subforum layout issue I'm having....
That is a shot of my main forum index page. If you click on the link next to the red arrow, you get this next shot... As you can see, it's quite ugly and very hard to use. Is there anyway to clean that up so it list the forums like it does on the main indes page? I have my AdminCP> Forum Display Listing Options set to 3/1/1 in order to get the layout you see above and the subforum shown below. Thanks for any help, Keith One more questions, is there any way to move the Shedule a game sub forum to the bottom of the page...just after the threads? |
#2
|
|||
|
|||
Your sub-forums are way too many for your layout to hold them. Try remove some.
second question: find this code in FORUMDISPLAY template 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> |
#3
|
|||
|
|||
Removing the subforums is not really an option. If I have to, I'll remove the link referenced in my first post so that people can not go to that page. The current layout works great on every page but that one.
Thanks for the help on the 2nd question! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|