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 |
#392
|
|||
|
|||
I got it to work! Thank you for your help!!!!!!!!!!!!!!!!!!!!!!!
Quote:
|
#393
|
|||
|
|||
No problem.
|
#394
|
|||
|
|||
Hi all
I use this hack and it seems that i works but not proberly. It Stretch my columes how you can see it on the screenshot. Any idea why this happen? Thanks for your help. |
#395
|
|||
|
|||
Replied to PM.
|
#396
|
|||
|
|||
I got this hack working great
Does anyone know how i would get it to display the subforums as links next to last post or under forum description TIA |
#397
|
|||
|
|||
can someone please let me know whether or not this hack works on 3.7.3? Thanks.
|
#398
|
|||
|
|||
Works on 3.8 Beta
|
#399
|
|||
|
|||
thanks so much Boosted.
|
#400
|
|||
|
|||
I did everything and nothing shown up.... not sure where to go to make it show.... can anyone please help? thanks.
|
#401
|
|||
|
|||
how are you going to remove the "Last Post/Thread/Post" without effecting others forum, that not in column format?
|
#402
|
|||
|
|||
Quote:
Code:
<if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <if condition="$forum['subforumcolumns'] > 1"> <tr> <style="border: none; width: 100%;"> $childforumbits </td> </tr> <else /> <tr align="center"> <td class="thead" width="30"> </td> <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="125">$vbphrase[last_post]</td> <td class="thead" width="55">$vbphrase[threads]</td> <td class="thead" width="55">$vbphrase[posts]</td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead" width="100">$vbphrase[moderator]</td> </if> </tr> $childforumbits </if> </tbody> </if> </table> |
#403
|
|||
|
|||
Thanks Veccy. I am testing it on 3.8.0 beta1. Would you please let me know which template to go to in order to remove those?
I am still kinda confuse how to remove those three areas for the subforum column and without affecting other standard one? Really appreciate your help! |
#404
|
|||
|
|||
this hack works on vbdesigns.de CYBORG style? Thanks.
|
#405
|
|||
|
|||
Quote:
Or PM me the template contents and i will take a look. |
#406
|
|||
|
|||
Veccy,
Here is the template code for forumhome_forumbit_level1_nopost Code:
<tbody> <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> </tbody> <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> </tbody> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|