I modified the code slightly so that there are items in every field. The ones that usual say numbers now have "---" in them.
PHP Code:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,5,6,7)">
<tr>
<td class="alt1">
<img src="$stylevar[imgdir_statusicon]/thread_moved.gif" alt="" border="" />
</td>
<td class="alt2"><img src="images/icons/icon1.gif" alt="" border="0" /></td>
<td class="alt1">
<div>
<script type="text/javascript"><!--
google_ad_client = "pub-8436755030314590";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_ad_channel ="";
google_color_border = "B4D0DC";
google_color_bg = "ECF8FF";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "6F6F6F";
//--></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>
Any idea on how to make this show up as the second spot rather than as the last one?