Mod Updated ...
Quote:
Originally Posted by crashys
Hi, thanks, I've tryied it but it's still the same :|
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 
|
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:
Originally Posted by dt-pain
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..
|
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:
Originally Posted by guvner
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 
|
Quote:
Originally Posted by Alecsmith
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.
|
Edit sc_start and sc_end template.
Find:
Code:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'">
Say if want to show this on blogs:
Code:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'blog'">
.