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 |
#382
|
|||
|
|||
Quote:
Anyway, here's a quick question. Currently we have the old version of your tabbed hack and it works just fine. I'm not planning on installing the AJAX one just yet. Anyway, are the template edits you posted above for the AJAX version? |
#383
|
||||
|
||||
Quote:
Yes, that "fix" above is for the AJAX Version. The first version (manual setup/non ajax) would require something totally different. It doesn't take much to install the AJAX Version and its a heck of a lot easier/faster to setup than the first one. Version 2.0 (Not released yet) will have built in support for this mod) .. |
#384
|
|||
|
|||
I am really sorry, but i am playing arround with this for a while and i cant get this to work.
Problem no. 1 is how to remove the right sided column with the last post. Problem no. 2 is how to how to display the lastpost etc. in the new columns. would PLEASE PLEASE PLEASE someone , who geht this to work with the 3.7 post a clean instruction ? |
#385
|
|||
|
|||
To get mine to display the info i have this in my forumhome_forumbit_columncell:
Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" width="$column_width"> <div> <table border="0" cellpadding="1" cellspacing="5"> <tr> <td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" class="ForumImages" /></td> <td> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if><br /> <if condition="$show['lastpostinfo']"> <div class="smallfont" align="$stylevar[left]"> <div style="clear:both"> Last Post: <a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a> </div> <div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>> Posted By <b><phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase></b> -$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']">-<span class="time">$lastpostinfo[lastposttime]</span></if></div><br /> <b>Forum Info:</b> Threads: $forum[threadcount] Posts: $forum[replycount] </if> </td> </table> </td> 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> |
#386
|
|||
|
|||
THANK YOU!!!!! Great!!!!!!
One little Question: How i will get this with the alternate statusicons to work? |
#387
|
|||
|
|||
Not sure how that hack works but you could try changing:
Code:
forum_$forum[statusicon].gif" alt="" class="ForumImages Code:
$forumid.png" alt="" class="ForumImages |
#388
|
|||
|
|||
Thank you for your quick answer!
I am using the original vbulletion option for alternative statusicons.... |
#389
|
|||
|
|||
I had noticed you had switched back to the default icons, i dont think vb has a feature to change them out of the box unless i have missed it.
|
#390
|
|||
|
|||
Go to Edit a Forum and find the Style Options section.
|
#391
|
|||
|
|||
Lol, i never even noticed that option.
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|