Quote:
Originally Posted by MadKad
and it should work, any problems please say 
|
sorry about this MadKad but i can't seem to get the correct combination code wise. This is what i'm using at the moment, i can see adverts when i log out but not when i log in.
Code:
<!--######## start of bottom add's ########-->
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="thead" style="font-weight:normal" align="left">Advertisements</td>
</tr>
<tr>
<td align="center" class="alt1">
<if condition="in_array($bbuserinfo['usergroupid'], array(1,2,3,4,5))">
<script type="text/javascript"><!--
google_ad_client = "pub-7213854248425086";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="";
//--></script>
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</if>
<!-- Ad End -->
<!-- User ad's end -->
</div>
</if>
</td>
</tr>
</table>
</div>
<!--####### end of bottom add's #######-->