The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Left side column on forum home and forum display Details »» | |||||||||||||||||||||||||||||||||
Left side column on forum home and forum display
Developer Last Online: Sep 2022
Left side column on forum home and forum display
As the title says this mod simply puts a column on forumhome and forumdisplay pages. Installation: Download the attached XML file. Import the product. Edit navbar and footer templates. (See below) Find in navbar template: HTML Code:
<div class="body_wrapper">
HTML Code:
{vb:raw ss_leftcolumn_start} Add the code below to the first line of footer template: HTML Code:
{vb:raw ss_leftcolumn_end} Footer template after adding the code: Code:
{vb:raw ss_leftcolumn_end} <vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])"> <div style="clear: {vb:stylevar left}"> {vb:raw ad_location.ad_footer_start} {vb:raw ad_location.global_above_footer} </div> </vb:if> ...... Once you have installed the modification edit "SevenSkins - Templates > ss_leftcolumn_contents to put your advert or contents in the side column. Finally don't forget to click install. Thanks to Lynne for additional css plugin code which I used in this modification. PS. Do not use my side column mods together use only one. ================================================== == Code:
If you want to enable or disable this hack on different pages of the forum .. Edit the ss_leftcolumn_start and ss_leftcolumn_end templates: Find: <vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'"> Edit it to ... for home page: <vb:if condition="THIS_SCRIPT == 'index'"> Edit it to ... for homepage, forumdisplay and showthread: <vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'showthread'"> Updates: 15 Jan 10: Updated - Save the code from "ss_leftcolumn_contents" template. (Code for ads, etc) - Revert template belonging to this product. - Then import the product over writting the existing installation. - Put your ad code in the "ss_leftcolumn_contents" template. 15 Jan 10: Updated for vBulletin 4.0.1 2 templates has been changed. - Save the code from "ss_leftcolumn_contents" template. (Code for ads, etc) - Revert template belonging to this product. - Then import the product over writting the existing installation. - Put your ad code in the "ss_leftcolumn_contents" template. 22 Dec 09: Working with vBulletin 4.0.0 (Gold) . Download Now
Screenshots
Show Your Support
|
Comments |
#32
|
|||
|
|||
I have 2 skins... 1 adfree and one regular... how do I remove this from only the ad free style?
|
#33
|
||||
|
||||
revert the template edits you done to the ads free style.
|
#34
|
||||
|
||||
Quote:
HTML Code:
<table cellpadding="2" cellspacing="0" border="0"> <tr> <td>Image 1</td> <td>Image 2</td> </tr> <tr> <td>Image 3</td> <td>Image 4</td> </tr> </table> But if you to add the images automatically then you will have to make a PHP Direct Execution widget. . |
#35
|
|||
|
|||
Installed. Wished I'd found this sooner and I would have got two hours of my life back
|
#36
|
|||
|
|||
installed again work great on Vb 4.0.2 PL 1
|
#37
|
|||
|
|||
Yes for the CMS, but also for the forum.php?
Is there a simple way to enable/disable the column? I want the users give the possibility to click it away or get it back. Thanks for the Add! Bruno |
#38
|
||||
|
||||
Its not displaying correct style on vBulletin 4.0.2
Can you please help? |
#39
|
||||
|
||||
What seems to be the issue?
|
#40
|
||||
|
||||
Great,
Thank You. I too would like this to be inline with my Main Forum ** Please see a 'before' and 'after' screenshot of how I would like it. I would also like the "What's going on box" to be 100% width of the forum too. Would you be kind enough as to tell me how I would do this please? As soon as I am able to do Both of the above, I will Rate and Nominate. Many Thanks. |
#41
|
|||
|
|||
Use FireBug to get into the Html-Code and test margins etc.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|