Hi,
I've had great success in running ads at the top of a thread but decided to mix it up a bit. Below is my Postbit template. Things work great until you do a quick reply to make a third post which is where the second 300x250 is supposed to be. That creates a hang..... - the page never loads. Any help on this would be greatly appreciated.
--------------- Added [DATE]1270140131[/DATE] at [TIME]1270140131[/TIME] ---------------
PHP Code:
$template_hook[postbit_start]
<!-- Google Hack -->
<if condition="(in_array($bbuserinfo[usergroupid], array(5, 87, 84)) OR is_member_of($bbuserinfo, 94) OR is_member_of($bbuserinfo, 99))">
<else />
<if condition="($post[postcount] == 3 OR $post[postcount] == 3 OR $post[postcount] == 18 OR $post[postcount] == 33 OR $post[postcount] == 48 OR $post[postcount] == 63 OR $post[postcount] == 78 OR $post[postcount] == 93 OR $post[postcount] == 108 OR $post[postcount] == 123 OR $post[postcount] == 138 OR $post[postcount] == 153 OR $post[postcount] == 164 OR $post[postcount] == 183 OR $post[postcount] == 198 OR $post[postcount] == 213 OR $post[postcount] == 228 OR $post[postcount] == 243 OR $post[postcount] == 258 OR $post[postcount] == 273 OR $post[postcount] == 288 OR $post[postcount] == 303 OR $post[postcount] == 318 OR $post[postcount] == 333 OR $post[postcount] == 348 OR $post[postcount] == 363 OR $post[postcount] == 378)">
<if condition="$show['spacer']">$spacer_open<if condition="!$post['islastshown']"><div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if></if>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" $scrolltothis><img src="$stylevar[imgdir_statusicon]/forum_link.gif" alt="" border="0" />
</td>
</tr>
<tr>
<td class="alt2" style="padding:0px">
<table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%">
<tr>
</td>
<td nowrap="nowrap">
<a href="http://www.michigan-sportsman.com/sponsoring_member.htm">
<strong>Remove this ad...</strong></a>
</td>
<td width="100%"> </td>
<td valign="top" nowrap="nowrap">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="alt1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="left">
{michigan_content_300}
</div></td>
</tr>
</table>
</td>
</tr>
</table>
<if condition="$show['spacer']"><if condition="!$post['islastshown']"></div></if>$spacer_close</if>
</if>
<!-- End Google Hack -->
</if>
<!-- Usergroup Hack -->
--------------- Added [DATE]1270140388[/DATE] at [TIME]1270140388[/TIME] ---------------
Well I've already answered my question as far as what the problem is. It is the use of the replacement variable {michigan_content_300}. That is not good as I need to use replacement variables for the ads as they are targeted on a per forum basis at times. Why wouldn't a replacement variable work here? Is there some sort of escape sequence I need to use?