ArchangelX
03-22-2008, 10:52 AM
Hello all,
I'm trying to keep a Google Adsense code from appearing as a thread in my Adult Discussion forum.
I'm using the following conditional within the Forum Display Template, right before the Adsense code. It's doesn't seem to be working as it still shows up as a post. I'm using 3.5.x
Can anyone suggest what I'm doing wrong? Thanks!
<if condition="$forum[forumid] != 29">
<tr>
<td class="alt1">
<img src="$stylevar[imgdir_statusicon]/thread_moved.gif" alt="" border="" />
</td>
<td class="alt2"> </td>
<td class="alt1">
<div>
<script type="text/javascript"><!--
google_ad_client = "pub-3945497848320524";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text";
google_ad_channel ="1352157811";
google_color_border = "F5F5FF";
google_color_bg = "F5F5FF";
google_color_link = "22229C";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</td>
<td class="alt2 smallfont" align="center">Sponsored Link</td>
<td class="alt1" align="center"></td>
<td class="alt2" align="center"></td>
<if condition="$show['inlinemod']"><td class="alt1" align="center"></td></if>
</tr>
</if>
I'm trying to keep a Google Adsense code from appearing as a thread in my Adult Discussion forum.
I'm using the following conditional within the Forum Display Template, right before the Adsense code. It's doesn't seem to be working as it still shows up as a post. I'm using 3.5.x
Can anyone suggest what I'm doing wrong? Thanks!
<if condition="$forum[forumid] != 29">
<tr>
<td class="alt1">
<img src="$stylevar[imgdir_statusicon]/thread_moved.gif" alt="" border="" />
</td>
<td class="alt2"> </td>
<td class="alt1">
<div>
<script type="text/javascript"><!--
google_ad_client = "pub-3945497848320524";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text";
google_ad_channel ="1352157811";
google_color_border = "F5F5FF";
google_color_bg = "F5F5FF";
google_color_link = "22229C";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</td>
<td class="alt2 smallfont" align="center">Sponsored Link</td>
<td class="alt1" align="center"></td>
<td class="alt2" align="center"></td>
<if condition="$show['inlinemod']"><td class="alt1" align="center"></td></if>
</tr>
</if>