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 |
#202
|
||||
|
||||
Okay, different question...
Is there any options to this hack if you need a side column on your index? |
#203
|
|||
|
|||
Is it that nobody is going to help us? :ermm: :ermm: :ermm: :ermm:
|
#204
|
|||
|
|||
i have the same issue with the gap on the right side..
|
#205
|
|||
|
|||
The vB php includes function doesnt work if you place the include in the columns for this mod.
|
#206
|
|||
|
|||
There is no alternative to this hack? As that it has many failures and nobody helps us to solve them.
|
#207
|
|||
|
|||
was able to put up a left column using this, only problem is behavior of column, when site loads and when a person clicks on a forum link, the new left column starts in the middle pf the screen and floats to the left - everytime! Slows users down and feels a bit strange. Am I doing something wrong or is this normal? Is there a quick fix? Example is at http://metroforum.com/main
|
#208
|
|||
|
|||
Anyone post a modifyed left column template with forum stats,welcome message and todays birthdays please
|
#209
|
|||
|
|||
anyone no why the forum stats code wont work on this colomn
|
#210
|
||||
|
||||
Quote:
|
#211
|
|||
|
|||
After thinking this was going to be easy I wound up working on this for 3 hours before I finally came up with a solution that works in both FF and IE.
In my case I wanted the vb navbar to extend full width so I made one of my changes at the bottom of that template. If you want the navbar shoved over by the left column then make the change to the header template instead. After installing the existing product do the following. Append at bottom of navbar template. This portion controls the spacing between the left column and the forum. HTML Code:
<!-- Left Column Code --> <div style="width: 100%"> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="left"> <tr> <td valign="top" align="left"> $leftcolumn </td> <td><img src="$vboptions[cleargifurl]" width="10"></td><!-- adjust width as desired --> <td valign="top" width="100%"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top"> <!-- End Left Column Code --> HTML Code:
<!-- Left Column Code --> </td> </tr> </table> </td> </tr> </table> </div> <!-- End Left Column Code --> This template controls the width of the left column. Modify the settings to provide the desired appearance (borders, spacing, etc.) HTML Code:
<table align="left" border="0" cellpadding="0" cellspacing="0" width="120"> <tr> <td align="center" bgcolor="#ffffff"> <!-- Begin custom code --> Your custom code goes in here. <!-- End custom code --> </td> </tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|