MyBB Community Forums

Full Version: Trouble with a mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
It's the Ads after first post one, I deactivated it and then activated it and now It's not working properlly, It somtimes displays 3 adsense adverts when I put in one.
Provide your "postbit" template.
Where can this be found?
SantaBenito Wrote:Where can this be found?
Admin CP --> Templates --> Modify / Delete --> *Choose theme and click 'Expand'* --> Post Bit Templates --> postbit
I'm going to try and install it again, If not I'll get the Postbit.
<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']} {$post['country']}
</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['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>
Can you try this

Add
{$seperator}
at the end of your postbit template.
Done, Still. It has done nothing. When I put in 1 in comes up four times, Like It's double ling it.
can you post a screenshot of your settings page and the problem.
Check your postbit_seperator template; you probably will find four times this
{$post['adsaf']}
Delete 3 of them, and make sure {$seperator} is in your postbit template
Pages: 1 2