The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Put a Column on the Left Side of Every Forum Page Details »» | |||||||||||||||||||||||||||
Put a Column on the Left Side of Every Forum Page
Developer Last Online: Nov 2013
This little PRODUCT will provide you with a template to put content in a column going down the left side of every forum page.
What you put there is limited only by your imagination. This can easily be combined with the right column product to have a column on both sides. To use this with the right column product , change the footer code to: Code:
<!-- Right Column Code --> </td> <td width="160" valign="top" align="left">$rightcolumn</td> </tr> </table> </td></tr> </table> <!-- End Right Column Code --> Some very important changes were made to the header and footer template changes. Please modify your header and footer code to use the new version. This is now a PRODUCT and not a plugin. Use the product manager to import it. If you are upgrading, copy the contents of your left_column template to notepad BEFORE you install the product. Then, replace the template contents with your backup. This version now includes sample html in the left_column template. Thanks to iguanairs for that code. Show Your Support
|
Comments |
#432
|
||||
|
||||
I have added the google code but it doesn't show up. Any help would be great.
http://www.discountorlandovacation.com/forum/ Above is the forum. Thanks |
#433
|
|||
|
|||
Is it ok if I use the navbar to put the code in instead of the header? It looks better on my site using it like that. And it's ok if I change the width of the column in the navbar template to something other than 160?
One other thing: I found the "<" there was an extra one in the intial leftcolumn.txt (if you ever get a chance you should remove that. Code:
<<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> Is there a way to drop down the side column to be level with the threads in the forum header? (So they line up? But only on the forum display?) Because it looks good on the forum home... but as soon as I look at forum display it doesn't look that good. Thanks Thanks for the help thus far. Great mod. |
#434
|
|||
|
|||
Quick (likely stupid) question.. is there a way to have a left side bar as well as the top navbar? If so, how would one go about doing this?
|
#435
|
|||
|
|||
Quote:
|
#436
|
|||
|
|||
Is there any way to add breaks between boxes? Because I put them in, but nothing happens.
|
#437
|
|||
|
|||
Quote:
|
#438
|
|||
|
|||
This hack has a template conflict in IE under to following conditions:
http://www.prenatalyogacenter.com/fo...ead.php?t=2061 If you have a fixed width forum Are trying to post images in a GARS forum This is complicated and I do not know how to fix it. Here's the deal. left column hack works fine for most pages on fixed width boards. The only page it doesn't work with is the post view. If order to make it work you need to change your spaceropen template from: Code:
<!-- open content container --> <if condition="$show['old_explorer']"> <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> <else /> <div align="center"> <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> </if> Code:
<!-- open content container --> <if condition="$show['old_explorer']"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> <else /> <div align="center"> <div class="page" style="width:100%; text-align:$stylevar[left]"> <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> </if> There is some conflict between the left column, the spaceropen template and GARS. But I have no clue what. All I know is that when I remove the left column and revert the spaceropen template, the GARS forum looks fine. And when I remove the GARS forum but leave the left column and the spaceropen (with the width change above) everything is fine. I just can't have both. |
#439
|
||||
|
||||
Before you answer with do a search, i have!
I am trauling thro thousands of pages as we speak. Would this work with 3.6.4?? Thanks |
#440
|
|||
|
|||
this is a excellent mod, but ive got 2 problems after getting everything working so great.
#1 - http://www.animeseat.com/news-announ....html#post9941 it's not aligning to the correct width... #2 - http://www.animeseat.com/news-announcements/ these bars just seem to pop out of no where pleaseeeeeeeeee help |
#441
|
|||
|
|||
Yes, it does.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|