The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
There's also a vB 3.5 version here: https://vborg.vbsupport.ru/showthrea...threadid=82845
What it does This hack arranges sub-forums on the forum home into 2 (or more) columns, makeing large lists of sub-forums more presentable. You can see it in action on my forums here: Demo http://forum.lowcarber.org Note: 1. You need to enable sub-forum display on the forum home from your vB admin panel 2. This hack is for the forum home page, not forum display. To enable sub-forums on the forum home page 1. Go to your forum Admin panel 2. Click vBulletin Options 3. Select "Forum Listings Display Options" from the drop down list 4. In "Depth of Sub-Forums" replace 0 with 1 Installation To install, edit the file functions_forumlist.php (in the includes directory) 1. Find PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
As this hack will list the sub-forums in a table, the font used is not effected by the <div> tag for subforums, which will cause the default font to be used instead of smallfont. To use smallfont for sub-forum names, edit the "forumhome_subforumbit_post" Change (this is the whole template) Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><span class="smallfont">$forum[title]</span></a> And for those who want to edit or remove the "Sub-forum" word, just remove (or edit, if you just want to change it) "<strong>$vbphrase[subforums]</strong>:" from the "forumhome_forumbit_level2_post" template Screen shots, before/after Show Your Support
|
Comments |
#52
|
||||
|
||||
![]() Quote:
|
#53
|
|||
|
|||
![]()
Great Hack :banana:
How can I change the icon infront of the subforum list and make the subforum list bold? |
#54
|
|||
|
|||
![]()
Thanks, exactly what I was looking for!
Installed |
#55
|
|||
|
|||
![]() Quote:
For bold or any other HTML you can do something like what Erwin suggested here: https://vborg.vbsupport.ru/showpost....2&postcount=43 Or through templates and/or CSS |
#56
|
|||
|
|||
![]()
Superb hack, worked first time, its transformed my web site, I so appreciate these easy and very efective additions. Thank you coder!
AO |
#57
|
||||
|
||||
![]()
Hi, I don't have need for this hack at present, however I just wanted to say what an attractive site you have. Colours/layout...all very nice. Well done.
|
#58
|
|||
|
|||
![]()
OMG.... I love this... Thanks I've been looking for this for ages!!!!
Not only clicks install, also kiss's the person that did it... (No I'm not gay, just happy) |
#59
|
|||
|
|||
![]()
There is a slight rendering issue with Mozilla. Some of the subforums displayed in columns will occasionally lose underlining. I suspect this can be resolved rather easily with CSS. I see it both on the forums I run and on the hack author's forums using Moz 1.5.
This isn't a problem in IE 6. Very nice hack, btw. |
#60
|
|||
|
|||
![]() Quote:
I don't doubt that this might be the case, but hopefully the screenshot will help some of the HTML guru here recognize the problem and post a solution for it. In which case, I'll gladly update the instructions acordingly ![]() |
#61
|
|||
|
|||
![]()
Here's the screenshot. I've thought about it a bit, and I think it doesn't have anything to do with the hack, but either rendering in Mozilla (because I can scroll up and down and the problem can disappear or reappear in different places) or the css.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|