Jun 18, 2008, 07:00 PM
Jun 18, 2008, 08:26 PM
It does work. Did you add an ad and enable it in the settings?
Check your "postbit" template...the last line should be {$inline_ads} instead of {$seperator}
Check your "postbit" template...the last line should be {$inline_ads} instead of {$seperator}
Jun 18, 2008, 08:33 PM
labrocca Wrote:It does work. Did you add an ad and enable it in the settings?
Check your "postbit" template...the last line should be {$inline_ads} instead of {$seperator}
this is my postbit template
PHP Code:
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['user_details']}
</td>
<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span>
<br />
<div id="pid_{$post['pid']}">
<p>
{$post['message']}
</p>
</div>
{$post['moderator_notice']}
<br />
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" width="100%" valign="middle" height="18">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
<td align="right"><span class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}</span></td>
</tr>
</table>
</td>
</tr>
{$post['ratepost']}
Jun 18, 2008, 09:34 PM
Sorry I use other than default template. Where is the location of postbit template. Did I must edit at cpadmin or at my hosting cpanel. Sorry for noob question.
Jun 18, 2008, 10:22 PM
Where is your {$seperator} ??
It seems that some ratepost has removed it.
It seems that some ratepost has removed it.
Jun 18, 2008, 10:36 PM
labrocca Wrote:Where is your {$seperator} ??
It seems that some ratepost has removed it.
Not sure, can you help me out?
Jun 19, 2008, 01:56 AM
After this:
{$post['ratepost']}
Add this:
{$post[inline_ads]}
Of course make sure the plugin is installed and activated.
{$post['ratepost']}
Add this:
{$post[inline_ads]}
Of course make sure the plugin is installed and activated.