Quote:
Originally Posted by Ral.ly
Anyone have an answer to this at all?
As per previous poster, I think I know where to add the code (Showthread) but when added, nothing appears. Looking at the source code, all I can see are the comments:
<!-- barne77 -->
<!-- vBSponsors -->
<!-- / vBSponsors -->
<!-- barne77 -->
This must be something relatively simple? An extra bit of code needed somewhere?
|
To clarify, why does the following code work in forumhome_forumbit_level1_post, forumhome_forumbit_level2_post etc but not in SHOWTHREAD?
Code:
<!-- barne77 -->
<!-- vBSponsors -->
<vb:if condition="$forum['sponsor_enabled'] == 1 AND $vboptions ['sponsor_global_enable_sponsorship'] == 1">
<div style="float:$stylevar[right]">
{vb:raw vboptions.sponsor_global_default_text}
<a href="vB.Sponsors/link.php?f={vb:raw forum.forumid}" title="{vb:raw forum.sponsor_name}" target="_blank">
<vb:if condition="$forum['sponsor_banner_enabled'] == 1 AND $vboptions['sponsor_global_enable_banners'] == 1">
<img src="{vb:raw forum.sponsor_banner}" border="0" />
<vb:else />
{vb:raw forum.sponsor_name}
</vb:if>
</div>
</a>
</vb:if>
<!-- / vBSponsors -->
<!-- barne77 -->