2 if condition ih postbit legacy adsense
<if condition="((($post[postcount]==1) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax'])) and $foruminfo['forumid'] != 69">
<div align="center">
<!-- START: Google Code -->
<script type="text/javascript"><!--
google_ad_client =
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-04-24: forumdisplay_728
google_ad_channel =
google_color_border = "B4D0DC";
google_color_bg = "ECF8FF";
google_color_link = "0000CC";
google_color_text = "6F6F6F";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- END: Google Code -->
</div></if>
anybody knwos why this not working
2 if is the problem
when i put just this <if condition="$foruminfo['forumid'] != 69"> it works, adsense are not shown in that forum
but when i put this <if condition="(($post[postcount]==1) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))">
<if condition="$foruminfo['forumid'] != 69">
not working?
|