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 |
#82
|
|||
|
|||
The right column version doesn´t work on vbulletin 4.1.12
|
#83
|
|||
|
|||
and the left work?
|
#84
|
||||
|
||||
I cannot get this to work on skins I installed after upgrading to 4.2.0
It just throws it at the bottom. I did the template edits in the navbar and footer. It does work on my skins installed prior to the upgrade. Anyone else experience this perhaps? |
#85
|
|||
|
|||
Has anyone managed to get this to work in 4.2?
I'm not even getting close (see attached). J |
#86
|
|||
|
|||
OK, managed to get it working. In the footer template,
Code:
{vb:raw ss_leftcolumn_end} Code:
</vb:if> Code:
{vb:raw ad_location.ad_footer_start} {vb:raw ad_location.global_above_footer} </div> </vb:if> {vb:raw ss_leftcolumn_end} |
#87
|
|||
|
|||
Is this possible?
|
#88
|
||||
|
||||
No it is not, you will have to write your own code.
|
#89
|
|||
|
|||
got it working...
Any way to get it to be in line with the members photos/other forum blocks? http://www.ozbmw.com Would like to change all my forums to use left side, from the current right side. |
#90
|
|||
|
|||
Hi, Thanks for the nice mod. I could manage doing it in few minutes.
For some reason I had to change where Code:
{vb:raw ss_leftcolumn_end} also, I believe you know that whatever you want to add or remove on that block will be from this variable on the code; Code:
ss_leftcolumn_contents Cheers, |
#91
|
|||
|
|||
BTY, is it possible to disable this mod at some forum say forum 12 if this condition is used:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|