Quote:
Originally Posted by madkeen
Can not get it to work. Even tried the popup one that you said worked for you. No popup blocker and still not working
Can you give me the exact steps/setup you did to get it to work.
Thanks
|
I didn't do anything special. I just used the popup code you provided earlier and placed that in the Google AdSense section. Leave all the other fields blank.
I apologize if it seemed like I was ignoring your PMs. I'm working on buying a new house and haven't had much free time lately...
Quote:
Originally Posted by Krawlerz
How do I get that jeepfreek banner to display at the far left? Right it is far right, and I would rather have it right UNDER the "Jeepfreek Adventure Magazine" topic title
Any help would be greatly appreciated, thank you
Paul
ps: screenshot attached
|
Alter your FORUMDISPLAY template with this should do the trick. Note the additional <DIV> tag (<div align="left">).
HTML Code:
<!-- vBSponsors -->
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div align="left">
<if condition="!empty($foruminfo[sponsor_adsense])">
$foruminfo[sponsor_adsense]
<else />
$vboptions[sponsor_global_default_text] <a href="vB.Sponsors/link.php?f=$foruminfo[forumid]" title="$foruminfo[sponsor_name]" target="_blank">
<if condition="$foruminfo[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1">
<if condition="!empty($foruminfo[sponsor_banner_big])">
<if condition="$vboptions[sponsor_global_enable_big_banners] == 1">
<img src="$foruminfo[sponsor_banner_big]" alt="$foruminfo[sponsor_name]" border="0" />
<else />
<img src="$foruminfo[sponsor_banner]" alt="$foruminfo[sponsor_name]" border="0" />
</if>
<else />
$foruminfo[sponsor_name]
</if>
</if></a>
</if>
</div>
</if>
<!-- / vBSponsors -->
Quote:
Originally Posted by OctaneGirls
i guess im confused. does this only allow banners assigned to each forum separately? or is there a way to make it appear/rotate at the top of EVERY page? or would i have to go in and setup each page individually, just make all the settings the same?
|
This is a per forum/category sponsorship. At the present time, you can't rotate banners (you can use animated GIFs though).