Quote:
Originally Posted by SBlueman
I am having problems with this modification. It seems to be showing the PM twice. Here are some screenshots (all from one page):
Attached is my postbit in a .txt file. Any help is greatly appreciated.
|
Code:
<if condition="(!$GLOBALS['FIRSTPOSTID'] and !$GLOBALS['vbulletin']->GPC['ajax'])">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Please Help Support GridironFans.com And Visit Our Sponsors.</td>
</tr>
<tr>
<td class="alt1" align="center">
<!-- Begin: AdBrite -->
<script type="text/javascript">
var AdBrite_Title_Color = '8b0000';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = '8b0000';
</script>
<span style="white-space:nowrap;"><script src="http://ads.adbrite.com/mb/text_group.php?sid=487147&zs=3732385f3930" type="text/javascript"></script><!--
--><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=487147&afsid=1"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-leaderboard-w.gif" style="background-color:#8b0000;border:none;padding:0;margin:0;" alt="Your Ad Here" width="14" height="90" border="0" /></a></span>
<!-- End: AdBrite -->
</if>
</td>
</tr>
</table>
</div>
$spacer_close
</if>
This is ur problem. The Code probably isn't written properly when i remove it it doesn't show twice
here's how i put mine
Code:
<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID']">
<!-- GOOGLE AD -->
<br/>
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
Advertisement
</td>
</tr>
<tr>
<td class="alt1" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
<center>
<IFRAME src="xxxx" name="adsense" width="728" height="90" frameborder="no" border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no"></IFRAME>
</center>
</td>
</tr>
</table>
<!-- / GOOGLE AD --></if>