PDA

View Full Version : Forum Home Enhancements - Right side column on forum home and forum display


Seven Skins
12-03-2009, 10:00 PM
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:
{vb:raw ss_rightcolumn_start}

PS. After edit the code above must be the last line in the navbar template.



Add the code below to the first line of footer template:
{vb:raw ss_rightcolumn_end}



Footer template after adding the 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.


================================================== ==


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)

.

LoveStream
12-04-2009, 10:31 AM
Thanks. :) I will try it.

Ok, is that compatible with widget? if is possible it would be better.

Seven Skins
12-04-2009, 10:51 AM
This hack is for forums not for CMS pages.

pipedreams
12-04-2009, 11:41 AM
This hack is for forums not for CMS pages.

It would be nice to places cms widgets in there though.

I've not researched it myself, but surely it would not be a lot of work?

fourat
12-04-2009, 12:26 PM
Thank you can you make the side column like invision board column ?
I mean we can close and open it .

saviola8x
12-04-2009, 12:41 PM
Thanks for this mod. Thanks to you, I have more experience to complete my Facebook style .
http://uevf.net/forum
Install.

Seven Skins
12-04-2009, 12:46 PM
Thank you can you make the side column like invision board column ?
I mean we can close and open it .

You mean to say "collapse" the side column?

.

milsirhc
12-04-2009, 01:00 PM
Thanks!!

yilmaz
12-04-2009, 01:20 PM
Great work, thanks!

SCSCSC
12-04-2009, 04:25 PM
thanks for the mod

1 - can v reduce the size of column

2 - can v start the columns after notices & shoutbox

bec when i placed start code {vb:raw sc_start} after shoutbox then its not showing anything

fourat
12-04-2009, 05:02 PM
You mean to say "collapse" the side column?

.
Yes exactly.

Seven Skins
12-04-2009, 05:08 PM
A1: You may edit the sc_css.css template to reduce/increase the size of column.
A2: You can also put {vb:raw sc_start} after notices. Shoutbox no idea .. till I see tha code of navbar.

SCSCSC
12-04-2009, 05:22 PM
u want me to pm u navbar code?

Alecsmith
12-04-2009, 05:43 PM
This is what i am looking for good work thanks :)

Seven Skins
12-04-2009, 06:19 PM
u want me to pm u navbar code?

Sure send PM.

Thank you can you make the side column like invision board column ?
I mean we can close and open it .

I will sort it out when I get some time.

.

fourat
12-04-2009, 06:21 PM
I will sort it out when I get some time.

Ok thank you
You can See it in attachments .. I think its need js .. right ?

crashys
12-04-2009, 07:04 PM
Hi there,
First of, gread mod! :up:

I'm just having some problems with the position, whenever I login it loses its original position, gettes a bit more to the top, aligning with the 'Post New Thread' button. I've attached a image to explain better what I mean, please tell me if there is any fix for that.

Another question, is there any way to change it from the rightside to the leftside?

Thanks in advance for your time.

CThiessen
12-04-2009, 07:20 PM
Hi,
just to give an Idea how it might work to collapse.
I do have that as a goody for Users only.
I put a little symbol next to the personal Information.
107184

On is visible / invisible Mod the other one is to collapse the sidebar (its still vb3).
The basic code is what vB is using to collapse Forums.

Christian

Seven Skins
12-04-2009, 08:01 PM
I have worked out how to collapse it ... I am waiting for vb4.0RC1 which might be out any time ... if there are any changes to the code we can sort it in one go. :)

.

Seven Skins
12-04-2009, 08:04 PM
Hi there,
First of, gread mod! :up:

I'm just having some problems with the position, whenever I login it loses its original position, gettes a bit more to the top, aligning with the 'Post New Thread' button. I've attached a image to explain better what I mean, please tell me if there is any fix for that.

Another question, is there any way to change it from the rightside to the leftside?

Thanks in advance for your time.

The reason I left it on the top is because if you have any announcement/notices the forums will move up or down.

tommyxv
12-04-2009, 08:17 PM
Hi there,
First of, gread mod! :up:

I'm just having some problems with the position, whenever I login it loses its original position, gettes a bit more to the top, aligning with the 'Post New Thread' button. I've attached a image to explain better what I mean, please tell me if there is any fix for that.

Another question, is there any way to change it from the rightside to the leftside?

Thanks in advance for your time.


Put this at the very bottom of your navbar template:

{vb:raw sc_start}

crashys
12-04-2009, 09:54 PM
Put this at the very bottom of your navbar template:

{vb:raw sc_start}

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 :)

fourat
12-04-2009, 10:24 PM
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/showthread.php?156775-How-To-Add-A-Left-Or-Right-Column&p=975966&viewfull=1

Dr.osamA
12-05-2009, 01:53 AM
Great work, thanks!

installed
________
Vapir Oxygen (http://oxygenvaporizer.com)

dt-pain
12-05-2009, 02:55 AM
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..

Alecsmith
12-05-2009, 07:05 AM
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.

guvner
12-05-2009, 09:20 AM
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 :)

Seven Skins
12-05-2009, 04:08 PM
Mod Updated ... :)


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.


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.

<vb:if condition="THIS_SCRIPT == 'index'"><div style="margin-right: 230px">ad code</div></vb:if>

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 :)


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:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'">

Say if want to show this on blogs:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'blog'">


.

Alecsmith
12-05-2009, 04:21 PM
Working now but i can't see side banner in post or thread it appear on Home Page and sub section.

fourat
12-05-2009, 05:29 PM
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

Seven Skins
12-05-2009, 06:38 PM
^ That is not possible to do with this hack.

crashys
12-05-2009, 08:00 PM
Mod Updated ... :)
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.

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.



Thanks for your help, it worked. :)

guvner
12-05-2009, 08:16 PM
Edit sc_start and sc_end template.
Find:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'">

Say if want to show this on blogs:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'blog'">

Thanks - but since I'm no coder, I tried your workaround using 'postbit' instead of 'blog' and nothing happened.

How can I get the side column to appear on the postbit & postbit legacy templates?

Mike :)

Baf_Jams
12-05-2009, 09:35 PM
Works perfect till i login ?

Then it moves it to the bottom of the page ?

Seven Skins
12-05-2009, 11:39 PM
Thanks - but since I'm no coder, I tried your workaround using 'postbit' instead of 'blog' and nothing happened.

How can I get the side column to appear on the postbit & postbit legacy templates?

Mike :)

Try this:
THIS_SCRIPT == 'showthread'




Works perfect till i login ?

Then it moves it to the bottom of the page ?

Make sure the template edits are correct.

.

guvner
12-06-2009, 08:26 AM
Try this:
THIS_SCRIPT == 'showthread'

Perfect - many thanks! :up:

Mike :)

SİMAR
12-06-2009, 02:08 PM
Thanks!!

Baf_Jams
12-06-2009, 03:55 PM
Make sure the template edits are correct..

Thanks I had the navbar one at the top instead of bottom :)

all fully working now
I put a T/s script in the content and a clock :)
can be seen working here (on right obviously)

www.bafsquad.com

wragge11
12-07-2009, 05:59 PM
Anyway to add CMS widgets?

Dr.osamA
12-07-2009, 09:51 PM
Hi Mr. Seven Skins
I did some changes to the product as shown in the example on my site demo

Please help and make sure it is correct

changes:

- cancellation showing in the forumdisply
- amendment to the template to show a group of boxes and media links
- make the column appear between Navbar and Statistics of the forum

Deom
http://www.alra7ba.net/forums/forum.php?langid=1



user = vBulletin (as mod)
pass = 123456

if it is correct plzz add the product in attch. and upgrade the orignal mod
or add product as second option:)
________
ASIAN YOUNG (http://www.++++tube.com/categories/139/young/videos/1)

Baf_Jams
12-07-2009, 10:40 PM
Is there a way to make the column on the right side instead/ as well ?

dt-pain
12-08-2009, 03:36 PM
How can I align the footer to the side? Please see attached image..

Seven Skins
12-08-2009, 04:01 PM
That will be done in stylevars "Document Margin" ... change the margins to 0 ...but that will also resize the header.

Seven Skins
12-08-2009, 04:02 PM
Is there a way to make the column on the right side instead/ as well ?

If I get time I will edit it.

Hammon
12-09-2009, 11:28 AM
Please, can you do a left version of the plugin?

dt-pain
12-09-2009, 03:03 PM
That will be done in stylevars "Document Margin" ... change the margins to 0 ...but that will also resize the header.

Why would I do that then? There has got to be another way..

fourat
12-09-2009, 09:32 PM
Seven skin .. vb team add a nice default sidebar to vb4
exactly what i want :)

SCSCSC
12-10-2009, 05:18 AM
Hi Mr. Seven Skins
I did some changes to the product as shown in the example on my site demo

Please help and make sure it is correct

changes:

- cancellation showing in the forumdisply
- amendment to the template to show a group of boxes and media links
- make the column appear between Navbar and Statistics of the forum

Deom
http://www.alra7ba.net/forums/forum.php?langid=1



user = vBulletin (as mod)
pass = 123456

if it is correct plzz add the product in attch. and upgrade the orignal mod
or add product as second option:)


doestnt work

it comes but not showing content

Seven Skins
12-10-2009, 12:00 PM
Seven skin .. vb team add a nice default sidebar to vb4
exactly what i want :)

Yes they have ... this means this hack is dead ... lol

I saw that last night at vb.com after I finished making left side column :(

.

Baf_Jams
12-10-2009, 04:41 PM
Post it up anyway I will use it till they release :)

tommyxv
12-10-2009, 11:01 PM
Keep this alive...more options the better.

Universal
12-11-2009, 01:41 AM
Depending on the options available on vBs side column, people might still want to use a side column mod. At first glance, vBs side column may be a little to wide for my liking.

fourat
12-11-2009, 12:35 PM
Yes they have ... this means this hack is dead ... lol

I saw that last night at vb.com after I finished making left side column :(

.
No problem seven
You can improve vb.com sidebar and adding another options to it like Member's Avatar

Carnage
12-11-2009, 01:26 PM
No problem seven
You can improve vb.com sidebar and adding another options to it like Member's Avatar


Also, by pulling in CMS widgets and making it appear on forum display and thread display pages as well

Tize.
12-12-2009, 11:56 AM
Please Help, i dont understand edit the navbar ? Insert the code in navbar ?
This is my code!.
header
<div class="above_body">
<div id="header" class="floatcontainer doc_header">
{vb:raw ad_location.ad_header_logo}
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
<div id="toplinks" class="toplinks">
<vb:if condition="$show['member']">
<ul class="isuser">
<li>{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<div class="popupbody popuphover">
<p>{vb:rawphrase no_new_messages}</p>
<p><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></p>
</div>
</li>
</vb:if>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
</ul>
<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
<vb:else />
<ul class="nouser">
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
</ul>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
<form action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
<fieldset id="logindetails" class="logindetails">
<div>
<div>
<input type="text" class="textbox default-value" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" onfocus="if (this.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'){this.value=''; this.style.color='black';}" onblur="if (this.value == '') {this.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'; this.style.color='#828282';}"/>
<input type="password" class="textbox default-value" name="vb_login_password" id="navbar_password" size="10" tabindex="102" onfocus="this.style.color='black';" />
<input type="submit" class="loginbutton" value="{vb:rawphrase log_in}" tabindex="104" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
</div>
</div>
</fieldset>
<div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" /> {vb:rawphrase remember_me}</label>
</div>

<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
</vb:if>
</div>
<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />
{vb:raw ad_location.ad_header_end}
</div>
</div>
headinclude
<meta http-equiv="Content-Type" content="text/html; charset={vb:stylevar charset}" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="{vb:raw vboptions.bburl}" />
<base href="{vb:raw vboptions.bburl}/" />
<meta name="generator" content="vBulletin {vb:raw vboptions.templateversion}" />

<vb:if condition="$show['threadinfo']">

<vb:elseif condition="$show['foruminfo']" />
<meta name="keywords" content="{vb:raw foruminfo.title_clean}, {vb:raw vboptions.keywords}" />
<meta name="description" content="<vb:if condition="$pagenumber > 1">{vb:rawphrase page_x, $pagenumber}-</vb:if>{vb:raw foruminfo.description_clean}" />
<vb:else />
<meta name="keywords" content="{vb:raw vboptions.keywords}" />
<meta name="description" content="{vb:raw vboptions.description}" />
</vb:if>

<script type="text/javascript" src="{vb:stylevar yuipath}/yuiloader-dom-event/yuiloader-dom-event.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript" src="{vb:stylevar yuipath}/connection/connection-min.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "{vb:raw session.sessionurl_js}";
var SECURITYTOKEN = "{vb:raw bbuserinfo.securitytoken}";
var IMGDIR_MISC = "{vb:stylevar imgdir_misc}";
var IMGDIR_BUTTON = "{vb:stylevar imgdir_button}";
var vb_disable_ajax = parseInt("{vb:raw vboptions.disable_ajax}", 10);
var SIMPLEVERSION = "{vb:raw vboptions.simpleversion}";
var BBURL = "{vb:raw vboptions.bburl}";
// -->
</script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-core.js?v={vb:raw vboptions.simpleversion}"></script>

<vb:if condition="$vboptions['externalrss']">
<link rel="alternate" type="application/rss+xml" title="{vb:raw vboptions.bbtitle} {vb:rawphrase rss_feed}" href="{vb:raw vboptions.bburl}/external.php?type=RSS2" />
<vb:if condition="$show['foruminfo'] OR $show['threadinfo']">
<link rel="alternate" type="application/rss+xml" title="{vb:raw vboptions.bbtitle} - {vb:raw foruminfo.title_clean} - {vb:rawphrase rss_feed}" href="{vb:raw vboptions.bburl}/external.php?type=RSS2&amp;forumids={vb:raw foruminfo.forumid}" />
</vb:if>
</vb:if>

<link rel="stylesheet" type="text/css" href="{vb:stylevar yuipath}/reset-fonts/reset-fonts.css" />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}vbulletin.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css<vb:if condition="$show['editor_css']">,editor.css</vb:if>" />



footer

{vb:raw ad_location.ad_footer_start}
{vb:raw ad_location.global_above_footer}
<div class="footercontainer">
<div class="footercontainer2">
<div id="footer" class="floatcontainer footer">

<form action="{vb:raw vboptions.forumhome}.php" method="get" id="footer_select" class="footer_select">


<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}">
{vb:raw quickchooserbits}
</optgroup>
</select>
</vb:if>

<vb:if condition="$show['languagechooser']">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="{vb:rawphrase quick_language_chooser}">
{vb:raw languagechooserbits}
</optgroup>
</select>
</vb:if>
</form>

<ul id="footer_links" class="footer_links">
<vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if>
<vb:if condition="$vboptions['hometitle']"><li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li></vb:if>
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php">{vb:rawphrase archive}</a></li></vb:if>
{vb:raw template_hook.footer_links}
<vb:if condition="$vboptions['privacyurl']"><li><a href="{vb:raw vboptions.privacyurl}">{vb:rawphrase privacy_statement}</a></li></vb:if>
<vb:if condition="$vboptions['tosurl']"><li><a href="{vb:raw vboptions.tosurl}">{vb:rawphrase terms_of_service}</a></li></vb:if>
<li><a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a></li>
</ul>


<vb:if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = {vb:raw bbuserinfo.timezoneoffset} + {vb:raw bbuserinfo.dstonoff};
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->
</vb:if>

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
</div>
</div>
</div>
<div class="below_body">
<div id="footer_time" class="shade footer_time">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>

<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw cronimage}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw vboptions.copyrighttext}
</div>

{vb:raw ad_location.ad_footer_end}
</div>


Please exact insert code in my code.
Thank you.

GHC Webmaster
12-12-2009, 01:01 PM
Please Help, i dont understand edit the navbar ? Insert the code in navbar ?
This is my code!.


The navbar is a different template from the three you posted. You need to select "Edit Templates" instead of "Common Templates" in the Style Manager and then find the navbar template. And as it says in the instructions above add the line at the end of that template.

Seven Skins
12-12-2009, 01:02 PM
Add this after the last line of your NAVBAR template. So this will be the last line in navbar template.

{vb:raw sc_start}


Add this before the first line of your footer template. So this will be the first line in the footer template.

{vb:raw sc_end}


.

Baf_Jams
12-12-2009, 01:11 PM
so on the 1st lot of text you posted add

{vb:raw sc_start}

right at the very bottom


------------------------
here is the navbar location

Steps as Pic
1 + 2. go edit templates
3. then Navigation / breadcrumbs template
4.navbar
then at the very bottom of the text type
{vb:raw sc_start}


.
https://vborg.vbsupport.ru/external/2009/12/135.jpg

Tize.
12-12-2009, 06:54 PM
The navbar is a different template from the three you posted. You need to select "Edit Templates" instead of "Common Templates" in the Style Manager and then find the navbar template. And as it says in the instructions above add the line at the end of that template.

Thank you very much friend.
Great attention-.

The problem is very hard to add this code for people novice.
Thank you.
Hack Installed! :)

Tize.
12-12-2009, 06:59 PM
so on the 1st lot of text you posted add

{vb:raw sc_start}

right at the very bottom


------------------------
here is the navbar location

Steps as Pic
1 + 2. go edit templates
3. then Navigation / breadcrumbs template
4.navbar
then at the very bottom of the text type
{vb:raw sc_start}


.
https://vborg.vbsupport.ru/external/2009/12/135.jpg



Hey friend, thank you very much!!! :p:p:p

I am very happy for yours replys.
Thank you :-)

Tize.
12-12-2009, 07:13 PM
Hi thanks for the help and especially to those who have tried to help me.
Thank you very much.
The problem is that not everyone knows well how to put this code and many of us when we hacks have to do these things put them for not knowing.
I the end I had to clear it does not, just move the forum and leave the hole but I see where you can change or add options or something on the menu.

I missed the code ((vb: raw ad_location.ad_footer_start))
Anyway thank you very much at all and very kind.
Greetings. Tize.

Seven Skins
12-13-2009, 02:06 PM
- Updated for vBulletin 4.0 RC2
- Please not this has been rewitten, you must remove old version of this produce then install this.


.

saviola8x
12-13-2009, 06:28 PM
How to show Side Column in Showthread ?

Seven Skins
12-13-2009, 08:35 PM
^
Edit ss_rightcolumn_end and ss_rightcolumn_start templates.

<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'showthread'">

.

ywwz
12-16-2009, 09:24 AM
Great job. I dont think vbb has side bar on every forum page like this mod. Thank you very much.

mokujin
12-16-2009, 09:02 PM
What mod does vbb.com use right side bar that can hide and show it?
Thanks

Seven Skins
12-17-2009, 02:18 PM
That is bulit in to vb .. but only for forumhome.
This mod can be used almost everywhere in the forum.

klaus
12-17-2009, 06:11 PM
I like this mod.

However I question how this is different from the build in VB sidebar/block feature that comes with VB4. On my VB4 test installation I started using the VB version and successfully inserted various adsense banners, iframes calling php's and html from other areas of my side plus of course the supplied widgets. As was able to adjust the width very easily.

The one advantage I see with this mod is that it runs past the forum home view into the forum level and maybe even the post level. I am sure the Vbulletin sidebar can do that with one or two lines of code modifications(?).

So the big questions:
1. What is the advantage over the Vbulletin version?
2. How is the performance in comparison?

Like I said I like this mod and consider it, just question the need for it.

Seven Skins
12-17-2009, 07:35 PM
So the big questions:
Q. What is the advantage over the Vbulletin version?
A. Can be used on almost every page of the forum.
A. If you using adverts you want your user to see the ads, not hide them like you can with vbulletin sidebar.

Q. How is the performance in comparison?
A. This is faster then vbulletin but only disadvantage is you cannot add widgets etc this mod.

You can use vbulletin sidebar on home page and this on other pages.

.

klaus
12-17-2009, 08:19 PM
I will measure the performance and compare it myself. as for Widget I don't see any use for any of the Vbulletin widgets available today and know that if there is a high need for one I can within minutes switch between this mod and the vbulletin sidebar.

Thanks for the quick response and for making this mod available free of charge to anyone.

GrossKopf
12-23-2009, 12:29 PM
I don't understand this part:

"Once you have installed the modification edit "SevenSkins - Templates > ss_rightcolumn_contents to put your advert or contents in the side column."

Where do I edit the contents? Under vbulletin options? In the template editor?

Seven Skins
12-23-2009, 08:57 PM
Yes in the template editor.
There will be new template group "Seven Skins" you will find the template in there.

.

demojames
12-24-2009, 01:54 AM
Installed! Works great on Gold 4.0 PL1 Thanks!

kneukm03
12-26-2009, 01:21 AM
Is there an "or" thing I can add to make it show up on the content management system page?

Seven Skins
12-26-2009, 02:44 PM
You can edit ss_rightcolumn_end and ss_rightcolumn_start templates and add in the 2nd line .

<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'vbcms'">

.

ywwz
12-26-2009, 03:57 PM
How do I update it???

Seven Skins
12-26-2009, 07:26 PM
Save the contents of your columns in the text pad or something (So you dont lose your code).
Then overwrite the product .... and if necessary do template edits.

jnrdavo
12-26-2009, 08:50 PM
can you add in random ad code?

I want to be able to place about 10 different ads in the block, in random order...

Sagua
12-26-2009, 09:38 PM
Good work thanks...:up:

acanuck
12-27-2009, 01:58 AM
Thanks for the awesome mod :-)
This is much better than the default one that comes with vb.

I have a question though...
I'm trying to display forum information in the side column
e.g. forumid, title. etc.

but it doesn't seem to be working. Here is the different code I tried using:



forum{vb:raw forum.forumid}

or

$foruminfo['forumid']

or

{vb:raw foruminfo.forumid}


^
all not working

Any idea what I'm doing wrong?
How can I display database fields in your mod right columns?

Seven Skins
12-27-2009, 10:09 AM
I think you need to make a plugin at forumdisply_complete hook

I tried this and it gets the forum id and displays it while your are viewing a forum.

$a = $foruminfo[forumid];

echo $a;

.

Volvoholic
12-28-2009, 09:37 AM
My SS column does not line up with the forum display.

https://vborg.vbsupport.ru/attachment.php?attachmentid=108402&stc=1&d=1262000192

I have tried adding

{vb:raw sc_start} and {vb:raw sc_end} to the end of Navbar and start of footer respectively but no joy.

Any help would be appreciated. Great work by the way !

Seven Skins
12-28-2009, 02:18 PM
Adjust the margin-top in "ss_rightcolumn_index" class.

.

Volvoholic
12-28-2009, 03:06 PM
Tried that in ss_rightcolumn_css.css and adjusted the ss_rightcolumn_index margin_top class to a large number but did not notice any changes.

Any other advice please ?

neetusn
12-29-2009, 05:14 AM
but it is giving me alignment problem in ie

wIrEs
12-29-2009, 08:09 AM
waiting for the vb4 version :)

btw, how do you enable the default vb4 side panels ?

Seven Skins
12-29-2009, 12:33 PM
Tried that in ss_rightcolumn_css.css and adjusted the ss_rightcolumn_index margin_top class to a large number but did not notice any changes.

Any other advice please ?

Press Ctrl + F5 or delete temporary Internet files, then view the page.

.

coloradomoms
12-29-2009, 06:27 PM
is there code to have ads rotate or show randomly?

Switch3130
12-29-2009, 10:21 PM
How can I make my forum's latest post show up in a column?

Seven Skins
12-30-2009, 07:44 AM
is there code to have ads rotate or show randomly?

There are many free scripts on google, search for "ad rotator" ...

How can I make my forum's latest post show up in a column?

You will have to write a plugin to fetch data from database.

.

namthanhtran
12-31-2009, 02:42 AM
Can I use it for the showthread page?

neetusn
12-31-2009, 03:59 AM
how can i enable right and left side column ads on showthread page also, currently it is showing on forum home and forum display only.

namthanhtran
12-31-2009, 04:29 AM
Can I make it wider (about 220 px)? How can I do it?

neetusn
12-31-2009, 05:09 AM
how can i enable right and left side column ads on showthread page also, currently it is showing on forum home and forum display only.

yes i got it by adding the condition THIS_SCRIPT == 'showthread'

Drago13
12-31-2009, 02:48 PM
Love this mod... is there any way to make one of the columns a tag cloud ?...

neetusn
01-02-2010, 06:50 AM
but it is giving me alignment problem in ie

i got the solution by giving border to style var lightweightbox_border.

ywwz
01-05-2010, 04:28 PM
<font size="3">Hi 7skins, I recently created a new theme with another color than blue, now I need the color of the head of the right column to have another color, what should I do?

I did some work but failed, this is what I had tried:
Go to stylevar, go to blockhead_background, modify.

Nothing changed.PLS HELP.</font>

meissenation
01-08-2010, 02:45 AM
is there code to have ads rotate or show randomly?

Yes - https://vborg.vbsupport.ru/showthread.php?t=188328

Works in vb4 even though it's for vb3.8



Thanks for this mod! Works great - I have my margin-top set to 55px and my column width at 150. Fits perfectly. THANK YOU!

Seven Skins
01-08-2010, 09:53 AM
Hi 7skins, I recently created a new theme with another color than blue, now I need the color of the head of the right column to have another color, what should I do?

I did some work but failed, this is what I had tried:
Go to stylevar, go to blockhead_background, modify.

Nothing changed.PLS HELP.

You need to edit .. forumhead_border

.

kiddo1cnc
01-11-2010, 09:47 PM
Installation:
Download the attached XML file.
Import the product. <-- how do I import?

I am in my admin and styles/templates
then Download/Upload Styles.
I tried to import but keeps giving me an error saying it is an invalid file specified.
Am I installing correctly?

I also tried to paste the part at the top of the footer but it's also giving me an error when I try and save.

Please help, would love to get this working asap! thanks so much!!

kiddo1cnc
01-11-2010, 10:17 PM
Find in footer template (top of footer template):
HTML Code:

{vb:raw ad_location.ad_footer_start}

Add above:
HTML Code:

{vb:raw ss_rightcolumn_end}

ALSO: Add above what? Where does this piece of code go?

Jack Jones
01-14-2010, 12:36 AM
Hi hoping for some help here.

I changed my theme, and it's left the right column not matching.
Please see attachment. Any way to make the top of that column look like the rest of the forum?

Thanks in advance.

Jack Jones
01-14-2010, 01:22 AM
You need to edit .. forumhead_border

.

That didn't work for me - with the same problem as the other poster.

Any other ideas?

speedimpulse
01-14-2010, 02:53 AM
please chime in on how to change head color

Seven Skins
01-14-2010, 09:02 AM
I will update this mod soon.

.

Jack Jones
01-14-2010, 11:23 AM
Hi hoping for some help here.

I changed my theme, and it's left the right column not matching.
Please see attachment. Any way to make the top of that column look like the rest of the forum?

Thanks in advance.

Any chance of some insight into this however please?

Veer
01-14-2010, 01:28 PM
Can I display side bar only on forum display page?

Fastbird
01-14-2010, 11:49 PM
I'm just wondering how to disable the columns from displaying on the thread display page. I only want it on the forum home. Any insight?

texasteamplayer
01-15-2010, 12:02 AM
You will have to write a plugin to fetch data from database.

.

yeah....what this mod needs the most is the ability to accept the widgets from CMS, and forum blocks. Then.....this becomes the must-have, definitive, period mod.

That, and the ability for users to vertically minimize blocks they don't want, as well as admin's the ability to set some blocks to be non-minimizeable, and even the ability to assign permission for some usergroups to be able to edit it (like mods, editors, media staff, etc).

Most especially the ability to add the recent posts, recent blogs, recent articles widgets from CMS or forum. Please please please.

......can I pay you to add this? And to add code so there's a GUI, instead of tedious tempate edits for blocks? Needs an "add a left block", "add a right block" function like vB's sideblock does.

so much potential. $$$?

Seven Skins
01-15-2010, 09:38 AM
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.
- You your ad code in the "ss_rightcolumn_contents" template.


Members who want to change where the column are displayed, edit "ss_rightcolumn_start" and "ss_rightcolumn_end" template.

Find:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'">

Edit it to: e.g if you just want it on home page.
<vb:if condition="THIS_SCRIPT == 'index'">


.

Seven Skins
01-15-2010, 09:59 AM
Hi hoping for some help here.

I changed my theme, and it's left the right column not matching.
Please see attachment. Any way to make the top of that column look like the rest of the forum?

Thanks in advance.

Update the product and see how it goes. If the column are not aligned due to custom style you can edit the CSS template. Edit ss_rightcolumn_index class and adjust the top margin.

please chime in on how to change head color

It has been fixed in the update.

lolo?
01-15-2010, 04:14 PM
I have updated this mod but dosent work for me i revert before the template

110085

Seven Skins
01-16-2010, 10:30 AM
This means you did not revert the templates.

You have to revert all 4:
ss_rightcolumn_start
ss_rightcolumn_end
ss_rightcolumn_contents
ss_rightcolumn_css.css

.

PinoyRepublic
01-17-2010, 06:08 AM
i like this mod unfortunately mine shows after wgo. any idea how to fix it? tia

xml
01-18-2010, 04:24 PM
what if i want it to be below the navbar as shown in the attached pic

Jack Jones
01-18-2010, 09:55 PM
Thanks for the updates, they're great.

One issue I now have, is I added the side column code so it would also show in SHOWTHREAD.
But now, the table itself seems to be missing (See right hand side where the banners are).

Any advice appreciated.

http://www.stereo.net.au/forums/showthread.php/21206-Repackaged-Oppo-Blu-Ray-player-for-US-3500-Anyone-Nope-thought-not

Seven Skins
01-18-2010, 09:56 PM
i like this mod unfortunately mine shows after wgo. any idea how to fix it? tia

Template edits has not been done properly.
Redo them then it should work.

what if i want it to be below the navbar as shown in the attached pic

Screen shot you attached is for vb3.8 this hack is for vb4.0.x

.

xml
01-19-2010, 05:41 PM
Screen shot you attached is for vb3.8 this hack is for vb4.0.x

.

the coder of that hack didnt make another one for vb4 so am stuck . i would be greatfull if you can make similar one for vb4 to show different banners below navbar for each forum

Switch3130
01-21-2010, 10:37 PM
<a href="http://www.wrestleclubforums.com/" target="_blank">http://www.wrestleclubforums.com/</a>

Easier than doing a screenshot..if you visit my forum you will see the sidecolumn isn't sitting right next to the forums. It sits below, but why? All I did was upload the xml file and edit the correct templates...?

I thought it was one of my styles, but every skin I add it ends up occurring.

Help?

Seven Skins
01-22-2010, 07:51 AM
You have modifed the code. And I cannot help you there as I dont know what you have done.

Adam H
01-22-2010, 07:56 AM
Is there anyway to only show this mod on showthread pages and forumdisplay pages ? so basically all pages except forumhome ?

lazyseller
01-25-2010, 02:06 AM
Have a few issues but love the mod. Using it on a default theme and trying to display on the showthread page.

Switch3130
01-26-2010, 12:50 AM
I see people adding latest post to their sidebars...how is this done?

Daggerzz
01-26-2010, 07:58 AM
I like this product very well. Simple to use and get going with it.

My only problem is, that I want to put dynamic (database derived) data into the blocks. I want to use PHP to query my database, then format the output, and display it in one of these blocks. How do I do this?

I realize that this question may be beyond what you can do for me here. If so, can someone direct me to someplace else where I can learn to do this.

Thank you in advance.

thieu.bocap
01-27-2010, 04:30 AM
Error when i import this Mod!

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/xxx/public_html/xxx/includes/adminfunctions_template.php(5116) : eval()'d code on line 3

Parse error: syntax error, unexpected $end in /home/xxx/public_html/xxx/includes/adminfunctions_template.php(5116) : eval()'d code on line 4

Please help!

Covert-OPs_
01-28-2010, 11:56 PM
Will this work with widgets? We currently have a widget on the forum side block but would like to make it display on every page of the forums as well as collapse it.

BAJR
01-29-2010, 10:08 AM
Hi there... great mod... installed and happy.. apart from one thing

;)

http://www.bajrfed.co.uk/forum.php

notice that the google ads and footer are directly under the righthand column.

I placed this code
{vb:raw ss_rightcolumn_start} at teh bottom of the navbar template
and this
{vb:raw ss_rightcolumn_end} at the start of footer template

baffled? I am

kalisekj
01-29-2010, 04:28 PM
Love it but majority of users want it for Recent Posts (Recent Threads, tags etc...) like you have on your sevenskins site and they don't know how to do that so you should explain it in detail here or add it to this plugin. Of course I'm one of them. Thanks.

Switch3130
02-04-2010, 06:58 AM
Love it but majority of users want it for Recent Posts (Recent Threads, tags etc...) like you have on your sevenskins site and they don't know how to do that so you should explain it in detail here or add it to this plugin. Of course I'm one of them. Thanks.

Please!

masterross
02-04-2010, 06:53 PM
@Seven Skins (https://vborg.vbsupport.ru/member.php?u=271878)
Mate, can you give me a hand with this:
https://vborg.vbsupport.ru/showthread.php?t=233796

I cant handle this CSS :(

Seven Skins
02-04-2010, 08:48 PM
Love it but majority of users want it for Recent Posts (Recent Threads, tags etc...) like you have on your sevenskins site and they don't know how to do that so you should explain it in detail here or add it to this plugin. Of course I'm one of them. Thanks.

On my site I am not using this hack, I am using vbulletin sidebar.

javivi0
02-08-2010, 01:23 PM
hello thanks for the hack!!!!!!

I want to enable this hack on "search new post page"... it´s possible?

or in all pages?

thanksss

mabersoft
02-09-2010, 09:48 PM
Any chance this can be made to add the template edits auto?

thedreamer09
02-12-2010, 12:14 PM
this was quite difficult to follow for a newbie like me, but i did it successfully in the end

Seven Skins
02-14-2010, 07:44 PM
Any chance this can be made to add the template edits auto?

No, there is nothing (real/static) which I could use to do search and replace.

topoli
02-18-2010, 04:59 AM
where exactly in the template would you paste the ad code in order to make this work?

hhtaylor
02-18-2010, 06:20 PM
This is a great application. I have been trying to understand how to change the layout of a forum page so my blocks would remain in place when the user goes into a forum. This feature solves that problem. The only limit is the width of the column - I need at least 285 px to fit my application. Is there any way to make the column wider?

iadventure
02-22-2010, 06:11 AM
how can I make it wider like 230px?

Seven Skins
02-24-2010, 10:28 AM
To adjust the width of the column edit "ss_rightcolumn_css.css" template.

You will find 3 instances of "210px" edit it to 295px .. 10 pixels wider then column.
And you will find 2 instances of 200px edit it to 285 pixels.

.

childfun
02-24-2010, 05:49 PM
If I want to change the color of the headers in the right column, do you know what I change in stylevars? I have been trying for a long time and am not getting it...

Seven Skins
02-24-2010, 08:57 PM
If I want to change the color of the headers in the right column, do you know what I change in stylevars? I have been trying for a long time and am not getting it...

forumhead_background

Suzie
03-07-2010, 04:03 PM
Hi there... great mod... installed and happy.. apart from one thing

;)

http://www.bajrfed.co.uk/forum.php

notice that the google ads and footer are directly under the righthand column.

I placed this code
{vb:raw ss_rightcolumn_start} at teh bottom of the navbar template
and this
{vb:raw ss_rightcolumn_end} at the start of footer template

baffled? I am

I have the same issue, did you find a fix?

Seven Skins
03-07-2010, 05:19 PM
See the screenshot of vBulletin 402 it works without any problem.
There is an issue with other edited you have done.

jnrdavo
03-07-2010, 09:21 PM
See the screenshot of vBulletin 402 it works without any problem.
There is an issue with other edited you have done.

Any way to be able to have this 'before' the forum block, or even better, the forum block to be underneath?

It seems to be taking up too much screen realestate if they are side by side.

Ideally, I would like the 'Forum Sponsors' section to be just to the right of the normal forum, then to have the 'Forum Block's' under the 'Forum Sponsors'..

Any help appreciated.

mdoliwa
03-16-2010, 01:53 PM
Hi,
I'm trying to show some banners for one forum only, I'm doing something like this in content template:
<vb:if condition="$forum[forumid] == 46"> WORKS</vb:if>

But it doesn't work, I heard something about variables registering ... any idea how to make it work ?

Thanks for help.

Seven Skins
03-16-2010, 08:24 PM
Try this.

<vb:if condition="$GLOBALS['forumid'] == 5"> Hello this is forum 5</vb:if>

mdoliwa
03-17-2010, 09:09 AM
It's working now, thank you.

sarangan
04-03-2010, 01:49 PM
Error when i import this Mod!

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/xxx/public_html/xxx/includes/adminfunctions_template.php(5116) : eval()'d code on line 3

Parse error: syntax error, unexpected $end in /home/xxx/public_html/xxx/includes/adminfunctions_template.php(5116) : eval()'d code on line 4

Please help!

I have exactly the same problem. Anyone have a fix for this..

NolanChart
04-22-2010, 02:51 PM
Installation:
Download the attached XML file.
Import the product. <-- how do I import?

I am in my admin and styles/templates
then Download/Upload Styles.
I tried to import but keeps giving me an error saying it is an invalid file specified.
Am I installing correctly?

For others who run into this same problem in vb4...

You need to upload the xml file using:
Plugins & Products > Manage Products

not
"Styles & Templates > Style Manager"

or
"Plugins & Products > Add New Plugin"

unfv
06-07-2010, 04:05 AM
Hi there, thanks for the mod, is there any way to solve this? the moderation check is been almost hidden by the Google Adsense add

Rafa-el
06-07-2010, 08:27 PM
Will this be fixed for vBulletin 4.0.3 ????

sarangan
06-07-2010, 09:28 PM
Actually this doesn't works well with 4.0.3.. Please fix it ASAP.
Thank you.

texasteamplayer
06-08-2010, 12:53 PM
works on mine.

?

sarangan
06-08-2010, 06:19 PM
No it doesn't works well. Please see the attachment how it looks on Vbulletin 4.0.3 PL 1.
On this screenshot the first blue box is the space it gives :s The second box is the sidebar module. When I disable sidebar it doesn't gives that space.

Seven Skins
06-11-2010, 11:08 AM
This mod is working good on your website, I dont see any problems there.

If you are talking about the empty space in the 1st post of the thread, then it is a bug in vBulletin.

You can find the solution at vb.com.

.

ricardo-c
06-17-2010, 05:26 AM
This is great. I really needed this, thank you!

One question and I know it can sound silly but, what part of the code should I change to make it show up on the left instead of the right?

Just like it is works out great, but I need it to the left of the forum display and the others

Regards

Seven Skins
06-19-2010, 05:53 PM
This should help you: https://vborg.vbsupport.ru/showthread.php?t=230111

Nicke71
06-29-2010, 09:14 PM
Thanks. Will try it out tomorrow, used to do this manually in vb3.x series.

If I disable forum blocks, will this be the only thing to the right of the forum?

I used to have some links and my sponsors on right side column, I hope it works out tomorrow.
(I just upgraded from vb3 to vb4)

Nicke71
06-30-2010, 11:42 AM
It works great as I wanted, I dont want widgets etc, I want my links and banners on all forum pages.

I use 170 pixels width, so need to adjust the size to 170 instead of 200 pixels as now. My only problem I dont know where to edit your css file to adjust the width.

(I am new to VB4, only run it for a few days)

Seven Skins
06-30-2010, 06:04 PM
^ https://vborg.vbsupport.ru/showpost.php?p=1990287&postcount=140

NolanChart
07-16-2010, 07:37 AM
I'm upgrading to VB 4.0.5 from VB 4.0.4, and I'm getting an error in my navbar template. It says that the line: {vb:raw ss_rightcolumn_start} failed to merge properly. "The attempted merge failed due to conflicts" error shows up in my Updated Default Templates.

Anyone else getting this error? Anyone know the solution?

dzinerfusion
07-29-2010, 12:33 AM
Hi, I was wondering if you can add php code into the sidebar?

Seven Skins
07-30-2010, 08:09 PM
I'm upgrading to VB 4.0.5 from VB 4.0.4, and I'm getting an error in my navbar template. It says that the line: {vb:raw ss_rightcolumn_start} failed to merge properly. "The attempted merge failed due to conflicts" error shows up in my Updated Default Templates.

Anyone else getting this error? Anyone know the solution?

Revert the template (If using defalut style) and add {vb:raw ss_rightcolumn_start} again.

Hi, I was wondering if you can add php code into the sidebar?

No only html code. However you can make a plugin and spit out the data to the template.

BenWCF
08-27-2010, 01:06 PM
Good Afternoon.

I apologise if this has been asked before or is in the wrong place, but is there a version of this hack that would work on a 3.8.5 board?

Nano_
08-29-2010, 11:01 PM
Works in 4.0.5.

But i have a question: How i make to align with forum category top?

Before:
http://a.imageshack.us/img547/2420/before1.png

After
http://a.imageshack.us/img821/626/after1.png

Nano_
08-29-2010, 11:50 PM
dup, nevermind.

VonDoom
09-13-2010, 09:35 PM
My Default sidebar broke during the 4.0.3 release and never got it back, this actually looks better although a bit tougher to keep changing up on a regular basis. Does what it says.. Thanks, Installed and rated.

arlarson
09-29-2010, 05:42 PM
Works in 4.0.5.

But i have a question: How i make to align with forum category top?
The amount of space varies depending upon the script, and could change again depending upon the style and other mods that may be in place. You can play around with adding some padding above the content for each script type in ss_rightcolumn_contents. For example,
<vb:if condition="THIS_SCRIPT == 'forumdisplay'">
<div style="padding-top:66px;">&nbsp;</div>
</vb:if>
<vb:if condition="THIS_SCRIPT == 'showthread'">
<div style="padding-top:54px;">&nbsp;</div>
</vb:if>
Note also that the spacing for the forumdisplay template changes if it includes subforums - you can tweak the template, or script a more complex conditional....

jnrdavo
11-02-2010, 03:01 AM
is there a way to have a transparent background, so that the ads don't have a white background?

Also is there a way to center the ads in the SS box?

mierzwin
11-04-2010, 05:20 PM
i love it ! a lot better than everywhere sidebar :)

thanks man for the modification!

m3_fs
12-03-2010, 05:52 PM
Great hack!! It's just what I needed. Now, how do I edit the content of what goes in the right hand column?

Thanks!

Taurus1
12-25-2010, 04:34 AM
This is great, thank you very much!

Is there an easy way to move the sidebar to the left perhaps?

I3eXa
01-12-2011, 04:21 AM
Have been trying to install this today but for some reason it keeps cutting off my white background image across the whole forum page. Any ideas why? Here are before and after pics and thanks in advance for any info as I know you guys are busy with our stupid questions:

I3eXa
01-13-2011, 09:40 AM
anyone!?

Seven Skins
01-13-2011, 02:35 PM
This hack works wihtout any problem with vBulletin 4.1+

Please do make sure you insert {vb:raw ss_rightcolumn_start} and {vb:raw ss_rightcolumn_end} at the correct place. And if you using editied template then you have to find the correct place to insert them.

I3eXa
01-14-2011, 05:22 AM
i have both of those inserted in the correct locations....I guess I'll have to try and figure out what has been edited :(

zkilzz
01-20-2011, 07:02 PM
How can i use it on ALL pages? Like search, profile etc.

spinko
03-29-2011, 07:17 AM
Hello,

I use vBadvanced CMPS v4.1.0 and photopost. Anyway I can get this to show in those?

In the past I was putting a simple table in the header and footer templates of my themes that basically wrapped the whole page in a table that I was able to put an ad on the outside, but since I installed vbul 4 (from 3.8), people with IE7 or older were getting strange sizing issues (posts were going extremely wide). I'm using your mod now (looks awesome by the way!) and it's working fine, but it only shows in the forum.

Any suggestions would be appreciated.

the1rabbits
04-15-2011, 11:23 PM
Is this mod working with the latest version of vB?

the1rabbits
04-20-2011, 11:37 AM
How do I change the width of the side bar?

Seven Skins
04-20-2011, 12:18 PM
^ https://vborg.vbsupport.ru/showpost.php?p=1990287&postcount=140

0verl0rd
04-28-2011, 09:21 AM
tagged for later.

maxlink
05-12-2011, 04:47 PM
I can't see its options in the setting list of admin control. How to fix this problem ?

bchertov
05-16-2011, 05:32 PM
Has anybody made this work with widgets? Seven Skins - do you think this is possible? Care to publish an example :D ?

bchertov
05-16-2011, 05:34 PM
Has anybody made this work with widgets? Seven Skins - do you think this is possible? Care to publish an example :D ?

P.S. How does this interact with widgets being displayed on ForumHome?

TheLastSuperman
05-16-2011, 05:54 PM
Has anybody made this work with widgets? Seven Skins - do you think this is possible? Care to publish an example :D ?

You mean sidebar blocks?

P.S. How does this interact with widgets being displayed on ForumHome?

That's what I believe you mean and if so yes, it will work and only require a few edits, here's a shot from a 4.1.3 default style:

https://vborg.vbsupport.ru/external/2011/10/1.php?attachmentid=129137

bchertov
05-16-2011, 10:33 PM
Thanks for the reply Superman. This is what I was afraid of. What I'd like to do, which is what VB ought to do ;) is to intermix banners, widgets and other useful items in a consistent right side column. So the idea is to be able to use widget and/or forum blocks in the new right side column, rather than adding a separate column.

Anybody know how to do something like this?

B

ia7
05-24-2011, 12:20 PM
Just want to say big thanks to Seven Skins for this mod, takes a wee bit of work to get working with a customised design but well worth it due to the stupidity of vB4 not having the ability to have the sidebar on pages other than FORUMHOME. :confused: :mad:

So thanks a lot!
Have been trying to install this today but for some reason it keeps cutting off my white background image across the whole forum page. Any ideas why? Here are before and after pics and thanks in advance for any info as I know you guys are busy with our stupid questions:I have just suffered with this myself and after trying clears, clearfix's and all sorts, in the end it all came down to simply adding overflow: hidden to the opening div that contains your background.

Mine for example was body_wrapper so in the navbar template I found:
<div class="body_wrapper">
and changed it to: (show only to Guests on ForumDisplay)
<div class="body_wrapper"<vb:if condition="$show['guest'] && THIS_SCRIPT == 'forumdisplay'"> style="overflow:hidden;"</vb:if>>
In your case I believe you're using bodyWrapper so just copy the red section and paste it into the bodyWrapper div. :)

I should say I'm using this on vB 4.1.3

Damsella
06-10-2011, 01:27 PM
Excellent mod. Exactly what I need! Many thanks.

John Lester
09-17-2011, 05:45 PM
Just want to say big thanks to Seven Skins for this mod, takes a wee bit of work to get working with a customised design but well worth it due to the stupidity of vB4 not having the ability to have the sidebar on pages other than FORUMHOME. :confused: :mad:

So thanks a lot!
I have just suffered with this myself and after trying clears, clearfix's and all sorts, in the end it all came down to simply adding overflow: hidden to the opening div that contains your background.

Mine for example was body_wrapper so in the navbar template I found:
<div class="body_wrapper">
and changed it to: (show only to Guests on ForumDisplay)
<div class="body_wrapper"<vb:if condition="$show['guest'] && THIS_SCRIPT == 'forumdisplay'"> style="overflow:hidden;"</vb:if>>
In your case I believe you're using bodyWrapper so just copy the red section and paste it into the bodyWrapper div. :)

I should say I'm using this on vB 4.1.3

An easier way is to place {vb:raw ss_rightcolumn_end} at the very top of the footer template (above everything else).

My only issue with this hack is that the column is a few pixels higher than my forum display and I can't figure out how to adjust it :( I have tried adding padding as alluded to on page 11 ... or 10 .. whatever ... and it doesn't do anything.

apn3a
09-28-2011, 08:48 PM
Originally Posted by thieu.bocap

Error when i import this Mod!

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/xxx/public_html/xxx/includes/adminfunctions_template.php(5116) : eval()'d code on line 3

Parse error: syntax error, unexpected $end in /home/xxx/public_html/xxx/includes/adminfunctions_template.php(5116) : eval()'d code on line 4

Please help!



I have exactly the same problem. Anyone have a fix for this..

Yeah me too. The script seems to work but on my admin panel i got this error with 4.14 - 5 - 6

No one even knows how we will correct it?


Thank you!

Seven Skins
09-29-2011, 06:57 PM
I can not reproduce this error I have tried on all three of my servers.

Make sure you have all the original files uploaded correctly and you have run the upgrade script successfully.

.

imk
10-03-2011, 08:50 AM
how do i edit the size of the width?

Seven Skins
10-08-2011, 07:22 AM
^ https://vborg.vbsupport.ru/showpost.php?p=1990287&postcount=140

haidm
10-08-2011, 01:42 PM
I have this problem in 1.4.5 PL1 (see in attach).

victorvu
10-08-2011, 05:19 PM
You mean sidebar blocks?



That's what I believe you mean and if so yes, it will work and only require a few edits, here's a shot from a 4.1.3 default style:

https://vborg.vbsupport.ru/attachment.php?attachmentid=129137

Hi:

I just tried this with 4.1.7 and it works. First move the forum sideblock to the left and configure Seven Skin block to the right. However, I disabled it for now. I might consider a full paid version.

Cheers,

Victor:up:

victorvu
10-09-2011, 09:41 PM
Hi Seven Skins:

I implemented correctly at three levels using VB4 forum block, left and right columns together, as shown in the links below.

1) At the forum level with forum block from VB4:

http://kieumau.net/forum/forum.php

2) At thread level with left and right columns:

http://kieumau.net/forum/forumdisplay.php/146-In-Memory-of-Professor-Dr.-Dương-Thiệu-Tống

3) At post level with right column:

http://kieumau.net/forum/showthread.php/797-Kiểu-Mẫu-Qu?i-Sử

Installed, voted and nominated.

Thanks again.

Victor

:D:up:

haidm
10-11-2011, 06:39 PM
I have this problem in 1.4.5 PL1 (see in attach).
Does anyone have the same problem with me?

victorvu
10-12-2011, 12:27 AM
Hi Seven Skins:

I implemented correctly at three levels using VB4 forum block, left and right columns together, as shown in the links below.

1) At the forum level with forum block from VB4:

http://kieumau.net/forum/forum.php

2) At thread level with left and right columns:

http://kieumau.net/forum/forumdisplay.php/146-In-Memory-of-Professor-Dr.-Dương-Thiệu-Tống

3) At post level with right column:

http://kieumau.net/forum/showthread.php/797-Kiểu-Mẫu-Qu?i-Sử

Installed, voted and nominated.

Thanks again.

Victor

:D:up:



Hi again:

I was thinking to make the box collapse feature . Is it doable ? That would be terrific.

Victor:up:

hoatran
10-19-2011, 04:49 AM
How to make the banner floating when moving up/down mate?

Thanks

ofir24
10-19-2011, 11:42 AM
there is any for the left side? and for vb 4.1.7?

John Lester
11-09-2011, 04:30 AM
My only issue with this hack is that the column is a few pixels higher than my forum display and I can't figure out how to adjust it :( I have tried adding padding as alluded to on page 11 ... or 10 .. whatever ... and it doesn't do anything.

I still can't figure this out. The column sits a few pixels higher than the forums do and it's kind of annoying :D

EDIT: Figured out how to "fix" it. This is on 4.1.5 pl3 (not sure if that matters :D )

Open the xml file

Find (adjusts forum display page column)


.ss_rightcolumn_index {
width: 200px;
overflow: hidden;
margin-top: 44px;


Change the margin-top: to fit your site, for me it was 50px.

Find (adjusts thread display page column)


.ss_rightcolumn_other {
width: 200px;
overflow: hidden;
margin-top: 1px;


Change margin-top (I had to change it to 90).

After you change the xml, import the changed xml and "allow overwight". Remember to refresh the page to see how the changes affected the column.

WIJI SEJATI
11-13-2011, 02:42 PM
I have same problem
Does anyone have the same problem with me?

Seven Skins
11-13-2011, 07:52 PM
Install this on default style and see if it works. if it works then you know you will have to fix something in your custom style.

And make sure you add these in the correct place.

{vb:raw ss_rightcolumn_start}
{vb:raw ss_rightcolumn_end}

mirajane
11-14-2011, 01:34 AM
as I understand.. it was just like sidebar right??

WIJI SEJATI
11-14-2011, 03:29 AM
Done and Thank You very much.

Install this on default style and see if it works. if it works then you know you will have to fix something in your custom style.

And make sure you add these in the correct place.

{vb:raw ss_rightcolumn_start}
{vb:raw ss_rightcolumn_end}

MikaN
11-14-2011, 08:21 AM
I just upgraded from vb3.8 to 4.1.7 Patch level 2 and noticed that there is a small error in instructions:

Find in footer template (top of footer template):
HTML Code:
{vb:raw ad_location.ad_footer_start}
Add above:
HTML Code:
{vb:raw ss_rightcolumn_end}

As the footer is now:
<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>
<div id="footer" class="floatcontainer footer">

.. you have to add that {vb:raw ss_rightcolumn_end}

above <div id="footer" class="floatcontainer footer">

because otherwise it is inside that if-clause and it won't work if you don't have an ad on footer.

One question: How to center title and content?

Wajow-community
12-28-2011, 04:46 PM
i have a login system there and i need a avatar link.. but nothing works.

How can a fix that {vb:raw post.avatarurl} works under Right Column?

lem
12-29-2011, 08:16 PM
I've attached a picture of my problem. I have this problem with both the right column and left column plugins.

Any ideas? It's like something isn't being cleared out.

pcalloway
01-15-2012, 02:51 PM
Got this hack working perfectly - thanks muchly.

Question - is it possible to set the conditional to display on the 'get new posts' results page? My users use New Posts a ton - great opportunity for additional impressions and clickthroughs.

John Lester
02-12-2012, 04:52 PM
After updating to 4.1.10 I noticed an odd issue. On forum home the column aligns perfectly. However when I click on some forums (forum display ... or do I have those 2 reversed :D ) (about 25% of my forums) the alignment is off. But it's not always off by the same amount, on some forums the column is too low, on others it's too high.

So I thought it was the custom template, so I reverted to the default and went though each forum via forum mgr and set the style to default. Still have the same issue.

So I thought perhaps it was only forums with sub forums (initial look just happened to be sub forums) but alas some forums without sub forums have the alignment issue, and some but not all forums with sub forums have the alignment issue.

Anyone else run into this?

bperkins88
02-12-2012, 06:06 PM
how can I make the right sidebar look like the left sidebar?

bperkins88
02-12-2012, 06:51 PM
uninstalled due to it not showing up properly on Showthread on 4.1.9

just shows a space to the right side, not sidebar.

Evo-L
02-14-2012, 03:02 AM
Looks like it hasn't been updated in 2 years. Can we get an update for 4.1.10? Please :)

dano9258
02-14-2012, 04:26 PM
The sidebar boxes are to the right, but way down below the forums area. How do I make it right next to?

cloferba
05-11-2012, 07:21 PM
This don´t work with last vbulletin version.

Jonathan81
09-07-2012, 09:16 PM
Using 4.2...I can get the sidebar working but unfortunately the footer also appears on the sidebar. Any thoughts?

Seven Skins
09-08-2012, 09:58 AM
^^
Read this post:
https://vborg.vbsupport.ru/showpost.php?p=2267641&postcount=205

Live Demo:
http://www.sevenskins.com/forum/forum.php?styleid=42

fxdigi-cash
02-07-2013, 11:12 PM
Thanks for this mod. works great on vb.4.2 pl3. The only thing is that the place where to insert this code {vb:raw ss_rightcolumn_end} in the footer has to be placed above <div class="below_body">

This is the only way worked for me on vb.4.2pl3

Thanks again,

cheers

planetMitch
02-17-2013, 08:26 PM
I'm late to the game here... but I want to thank the OP for creating this! I think my advertisers will like it... not so sure about the readers LOL... but I gotta feed the family!

JMUJEEP
04-25-2013, 04:29 PM
this is a great mod. its the perfect place to add our site's sponsors and partner links. i do have a quick question

i'm currently running VB 4.0.5. has anyone tried to get information from the "What's Going On" section to display in a side bar? specifically i'd like to display total number of members, total threads, total post, and list the users currently online.

anyone have any luck with this?

ps2wiz
05-30-2013, 10:18 AM
Using 4.2...I can get the sidebar working but unfortunately the footer also appears on the sidebar. Any thoughts?

I have the suggest exact problem. Would be appreciate if the developer would investigate this common problem, not everyone is a style designer and has the appropriate diagnostic skills.

Mr. Burns
03-24-2014, 02:57 PM
Cannot turn it off. Cannot edit the content. What am I doing wrong here?https://vborg.vbsupport.ru/external/2014/03/1.gif

Seven Skins
03-24-2014, 04:13 PM
You can see this mod working here: http://www.sevenskins.com/forum/forum.php?styleid=42

PS. Please send a link to your forum so that I can have a look.

Mr. Burns
03-24-2014, 05:17 PM
<a href="http://www.talktimmins.com/forum.php" target="_blank">http://www.talktimmins.com/forum.php</a>

Seven Skins
03-24-2014, 05:53 PM
Hack is working in this style: http://www.talktimmins.com/forum.php?styleid=47
You need to the template edit in each style you want to use this hack and copy and paste the content of the columns from one style to other.

Seven Skins
03-24-2014, 05:57 PM
One error in header temaple ... to correct the error

find this:

<img src="images/talkTimm_logoSpring.png" width="550" height="202> border="0" />

Replace it with:

<img src="images/talkTimm_logoSpring.png" width="550" height="202" border="0" />

Mr. Burns
03-24-2014, 06:03 PM
It certainly show up. However, nothing I enter into the boxes in admin shows up. I must be misundertanding thge process.

Where do I change the *title in the headings (*Side column)? ~shrug

Mr. Burns
03-24-2014, 06:04 PM
One error in header temaple ... to correct the error

find this:

<img src="images/talkTimm_logoSpring.png" width="550" height="202> border="0" />

Replace it with:

<img src="images/talkTimm_logoSpring.png" width="550" height="202" border="0" />

Oh, thanks.

Seven Skins
03-24-2014, 07:33 PM
Edit "ss_rightcolumn_contents" template for the heading and the contents.

Mr. Burns
03-24-2014, 07:41 PM
Aaaaaaaaah. TY.

I must be looking at the wrong thing under Settings>> Options.

fxdigi-cash
05-17-2014, 09:00 PM
It is a great mod.

I just a quick question. when I disable the vb board, is that right column supposed to be showing?

I can't seem to understand why it would show when the board is off!!

here is the thread I asked about this specifically: https://vborg.vbsupport.ru/showthread.php?t=311428

any idea!! :confused:

Seven Skins
05-18-2014, 12:23 PM
Main purpose of this mod is to display ads without caching, but if you want you may wrap the code in the if statement like below to all 3 templates of this hack.

<vb:if condition="$vboptions['bbactive'] == 0">

Code here

</vb:if>

fxdigi-cash
05-18-2014, 02:49 PM
Main purpose of this mod is to display ads without caching, but if you want you may wrap the code in the if statement like below to all 3 templates of this hack.

<vb:if condition="$vboptions['bbactive'] == 0">

Code here

</vb:if>

Thanks for the code, but after trying all that it didn't work. it still shows up...!!

any idea?

Seven Skins
05-18-2014, 07:52 PM
Change 0 to 1.

<vb:if condition="$vboptions['bbactive'] == 1">

fxdigi-cash
05-19-2014, 12:20 AM
Thanks!!

That did the work.

I appreciate the great support :)

beideb
11-19-2014, 11:15 PM
Hi, I'm trying to, install the Mod, but not got to find the right place.

This is my navbar, end :

<div class="body_wrap">
{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}

<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">


<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="{vb:raw return_link}" />
<ol>
{vb:raw notices}
</ol>
</form>
{vb:raw ss_rightcolumn_start}
</vb:if>


And this is my footer, first line:
<vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])">
<div style="clear: {vb:stylevar left}">
{vb:raw ss_rightcolumn_end}
{vb:raw ad_location.ad_footer_start}
{vb:raw ad_location.global_above_footer}
</div>
</vb:if>

I used vb 4.2.2

Seven Skins
11-20-2014, 10:46 AM
This is how it should be in navbar:

<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="{vb:raw return_link}" />
<ol>
{vb:raw notices}
</ol>
</form>
</vb:if>

{vb:raw ss_rightcolumn_start}


And footer:

{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>