The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Right (or left) side bar on forumhome Details »» | |||||||||||||||||||||||||
Desciption: This mod will add a right side bar (or left side bar) or divide the forum home into two columns. One with main forum info and additional ones for whatever info you want to add to. For my hack, the addtional column contains guest message, forum stats, user birthday, upcoming event and 1 custom cell.
Installation time: 5-10 mins Template mod: 1 - FORUMHOME Requested by exesko here If you want to make your custom cell(s) collapsable, REPLACE: HTML Code:
<tbody> <tr> <td class="thead"> Your custom cell. </td> </tr> </tbody> <tbody> <tr> <td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td> </tr> </tbody> HTML Code:
<tbody> <tr> <td class="thead"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a> Your custom cell. </td> </tr> </tbody> <tbody> <tr> <td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td> </tr> </tbody> Click install if you use it. Show Your Support
|
Comments |
#12
|
|||
|
|||
Very nice might have to try this out.
|
#13
|
||||
|
||||
Thanks so much!
|
#14
|
|||
|
|||
I ran into a little problem that might also happen to other people
For some people the tables sizes in thread may be changed, so to fix this if you can't figure it out. First Take this out of the bottom of the navbar Template PHP Code:
PHP Code:
PHP Code:
because it is in FORUMHOME now the mod will only edit the index and not any other pages. Edit: And yet I got another thing you can change to make the homepage better. :P when you install this mod at the bottom of the forum home you will notice that the "Current Active Users" table and all other tables below that have been resized. And if you are like me you want them to strech the hole way. So heres what you do. In the FORUMHOME temple Find PHP Code:
PHP Code:
|
#15
|
||||
|
||||
Your fix is for right side bar, ain't it? well, I tested on my test board in both IE & Firefox browsers and didn't see any difference for where you put those HTML tags, but yeah i put all those tags in forumhome for the the left side bar. thanks for pointing it out those.
|
#16
|
|||
|
|||
Yea, they are for left side bar, but you'd have to be stupid not to know how to use then for left :/
The second was a little fix, because some people like the forums to look a certain way. Like my usersonline at the bottom were changed to be the same size as all the forum content for the index, but with the code moved it alows the usersonline thing to strech all the way across. You should post this hack on vB.org, alot of people are requesting it. |
#17
|
|||
|
|||
Thank you!
I am a total novice and I managed to get it on my forum (and with adding some tweaks to it too) Great directions. One more thing... how do I get the sidebar to show up on the rest of the forum pages (like when somebody clicks a thread) ? Thanks! |
#18
|
|||
|
|||
Thank you! Worked like a charm. (vB3.03)
|
#19
|
|||
|
|||
Nice work. I've been around 3 years now, and I finally got one to work!!!
Thanks... |
#20
|
|||
|
|||
Well it works good enough for me, I am not that great with HTML so the Custom Cell is a bit hard to work with, but I got it well enough, good mod. Click's install.
- AngelGrove |
#21
|
|||
|
|||
Great
Is there anyway I can get this sidebar on every page of the forum instead of just the forumhome? Would appreciate that. Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|