Quote:
Originally Posted by BrentWilson
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(1))">
<if condition="!$GLOBALS['FIRSTPOSTID']">
$spacer_open
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="alt2" width="175" valign="top">
<span class="bigusername">Hey Guest!</span>
<br />
<div class="smallfont">
Not Registered? <a href="http://www.mustangevolution.com/forum/register.php">Join today!</a>
<br />
<br />
Registration allows you too:
<br />
<br />
Post on our Forums.
<br />
<br />
Host files in our <a href="http://www.mustangevolution.com/gallery/">Gallery</a>.
<br />
<br />
Create a Member <a href="http://www.mustangevolution.com/garage.php">Page</a>.
<br />
<br />
Get rid of this ad....
</div>
</td>
<td class="alt1">
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6510039177967027";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="6228185316";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "910000";
google_color_url = "910000";
google_color_text = "00235D";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</td>
</tr>
</table>
$spacer_close
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px; background-color: #FFFFFF;">
</div>
</if>
</if>
Here is my postbit_legacy code... adjust it to your fitting
The above if conditionals show it after the first post of every thread page and show it only to guests.
What it looks like: http://www.mustangevolution.com/foru...ad.php?t=16230
|
quick question where do i paste this?
Quote:
Originally Posted by BrentWilson
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(1))">
<if condition="!$GLOBALS['FIRSTPOSTID']">
$spacer_open
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="alt2" width="175" valign="top">
<span class="bigusername">Hey Guest!</span>
<br />
<div class="smallfont">
Not Registered? <a href="http://www.mustangevolution.com/forum/register.php">Join today!</a>
<br />
<br />
Registration allows you too:
<br />
<br />
Post on our Forums.
<br />
<br />
Host files in our <a href="http://www.mustangevolution.com/gallery/">Gallery</a>.
<br />
<br />
Create a Member <a href="http://www.mustangevolution.com/garage.php">Page</a>.
<br />
<br />
Get rid of this ad....
</div>
</td>
<td class="alt1">
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6510039177967027";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="6228185316";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "910000";
google_color_url = "910000";
google_color_text = "00235D";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</td>
</tr>
</table>
$spacer_close
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px; background-color: #FFFFFF;">
</div>
</if>
</if>
Here is my postbit_legacy code... adjust it to your fitting
The above if conditionals show it after the first post of every thread page and show it only to guests.
What it looks like: http://www.mustangevolution.com/foru...ad.php?t=16230
|
and i would also want to show it to people who have 0 post
how can i fix that up?