PDA

View Full Version : Ad Sense Supported by.. between posts


TheGrayfox
01-27-2006, 01:49 AM
Do you guys know how to get those supported by boxes between the posts

harmor19
01-27-2006, 02:19 AM
In the postbit template

Under
<!-- / post $post[postid] popup menu -->

Add
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt2">
<div id="post_message_$post[postid]">test</div>
</td>
</table>

If you only want it to appear under a certain post then do

<if condition="$post[postcount] == 4">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt2">
<div id="post_message_$post[postid]">test</div>
</td>
</table>
</if>

Now it will only appear under the fourth post.

TheGrayfox
01-27-2006, 02:25 AM
Thank you and do you know how to add the sponserd by frame