The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forums arranged in columns on forumhome Details »» | |||||||||||||||||||||||||
As requested several times, this hack allows you to arrange forums on forumhome in xx columns instead of just one per row as it is in standart vb3. It is a plain port of my 3.0 version you can find here.
Look at the screenshot to know what i mean The design is changeable in the templates of course I've tested it, and it should work, but as i don't use it myself, i cannot do a longtime test, so if you find any bugs, report them Right now, it's just working on forumhome. I'll add changes for forumdisplay later Show Your Support
|
Comments |
#437
|
|||
|
|||
Quote:
Any help anyone please? |
#438
|
|||
|
|||
Have you got as bigger screen shot as the one posted by skulldred is a tad small.
|
#439
|
|||
|
|||
Right on. Here we go
|
#440
|
|||
|
|||
delete please
|
#441
|
|||
|
|||
Thanks for the reply. That is what I did already and I'm still coming up with that picture above. Thats why I'm getting so frustrated haha I don't get it.
Any other ideas? |
#442
|
|||
|
|||
Try this in your nopost template:
Code:
<if condition="!$show['collapsable_forums']"> <tbody> </if> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <if condition="$childforumbits"> <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> </if> <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> <if condition="!$show['collapsable_forums']"> </tbody> </if> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <if condition="$forum['subforumcolumns'] > 1"> <tr> <td class="alt1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <table style="border: none; width: 100%;"> $childforumbits </table> </td> </tr> <else /> $childforumbits </if> <if condition="!$show['collapsable_forums']"> </tbody> </if> </if> |
#443
|
|||
|
|||
Veccy 150 Got this all wrapped up for me! The code above worked mint!
Thanks |
#444
|
||||
|
||||
Veccy is a good person...he's trying to help me with my custom icons issue too! Thanks Veccy!
|
#445
|
|||
|
|||
Yeah he is.
I got the icons set up no problem. Check my sig |
#446
|
||||
|
||||
Looks good Kevin!
By the way, did you use the prefix field within the forum manager for the icons? Or, did Veccy help you with that as well? |
#447
|
|||
|
|||
Did this here... it's another mod on here I don't feel like looking for the thread but here is the attachment. I hope this is ok
Quote:
|
#448
|
||||
|
||||
Thanks Kevin.
I'll wait to see if Veccy helps me get it working so that I can use the built in vB custom category icon field. If he can't get it to work, then I'll try your method as a backup. |
#449
|
|||
|
|||
Cool beans
Just be aware that this is far from XHTML valid. I went from 1 error to 80! haha So if you're big on validating your site you're going to have some work cut out for you after using this hahah |
#450
|
|||
|
|||
Veccy what are you using in your columncell template?
It's very neat and what not. Mind sharing lol? |
#451
|
|||
|
|||
On another note, when you have the columnised forums how did you remove the last post, threads, posts bit @ the top?
Could people share their template? I've spent got knows how long trying to make this look good, but it's not happening lol. Also, anyone got that image prefix in the forum manager to work? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|