Quote:
Originally Posted by PossumX
I've been using this through 3.6.9 and 3.6.10 without any trouble at all. It is a critical part of my board, and advertising revenue. Really looking forward to the 3.7 version, as this will be the one that green lights me for the upgrade.
This would be a great feature to add here.
|
Found it
In SHOWTHREAD
Find -
Code:
<if condition="$show['largereplybutton']">
and post this before it
Code:
<!-- vBSponsors -->
<center>
<if condition="$foruminfo[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<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"><br>
<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>
</if>
</center>
<!-- / vBSponsors -->