The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Right side column on forum home and forum display Details »» | |||||||||||||||||||||||||||||||||
Right side column on forum home and forum display
Developer Last Online: Sep 2022
Right 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) Add this to the very end of navbar template: HTML Code:
{vb:raw ss_rightcolumn_start} Add the code below to the first line of footer template: HTML Code:
{vb:raw ss_rightcolumn_end} Footer template after adding the code: Code:
{vb:raw ss_rightcolumn_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_rightcolumn_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_rightcolumn_start and ss_rightcolumn_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: 19 Jan 10: Upadted so the column tables can be seen on showtherad, etc pages .. - Save the code from "ss_rightcolumn_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_rightcolumn_contents" template. 15 Jan 10: Updated for vBulletin 4.0.1 2 templates has been changed. - Save the code from "ss_rightcolumn_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_rightcolumn_contents" template. 22 Dec 09: Working with vBulletin 4.0.0 (Gold) . Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
planetMitch |
Comments |
#22
|
|||
|
|||
Quote:
Put this at the very bottom of your navbar template: Code:
{vb:raw sc_start} |
#23
|
|||
|
|||
Quote:
Seven Skins, since I don't use any announcement/notices I don't need that extra feature, is there any way to keep it just alligned with the Main Category bar? I would really appreciate alot if you could help me out since I really need this addon. Thanks again |
#24
|
|||
|
|||
Can you add to the column user avatar and latest post/threads in the forums
look to this thread maybe you need it http://www.vbulletin.com/forum/showt...966&viewfull=1 |
#25
|
||||
|
||||
|
#26
|
|||
|
|||
Great mod but when using it with a banner. The banner below navbar the side column is out of alignment with the rest of the forum..
|
#27
|
|||
|
|||
i have install mod but i can only see side box on forum home page is it possible i can see side banner on ever page, thread what ever link i open in forum.
|
#28
|
|||
|
|||
Thank you for this mod - just what VB4 needed. :up:
I also need the sidebar to appear on all forum pages - I generate revenue from banner impressions so the more pages I have it on the better - especially needed is inclusion in the postbit templates. Is there an easy way to manually add it to the other forum pages? Mike |
#29
|
||||
|
||||
Mod Updated ...
Quote:
You can edit "sc_other" class in sc_css.css template and chnage the paddding from 0px to say 100px or 120px .... and do this till the side coulmn aligns where you want. You may need to press ctrl + f5 to see the effect in your forum. Quote:
You can add "margin-right: 230px" to your add code .. but this will move the ad on all the pages you will have to IF statement to sort this. Code:
<vb:if condition="THIS_SCRIPT == 'index'"><div style="margin-right: 230px">ad code</div></vb:if> Quote:
Quote:
Find: Code:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'"> Code:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'blog'"> . |
#30
|
|||
|
|||
Working now but i can't see side banner in post or thread it appear on Home Page and sub section.
|
#31
|
|||
|
|||
Seven Skin I mean collapse the side column like IPB ( collapse from left to right )
when collapse from left to right the width of forum increase and the side column disappear (just collapse button stay) No Meaningless to adding collapsing button from the bottom to the top because the side column will stay |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|