I want to show an ad above the thread if there's only one post on the page (postbit). Attempting to utilize my own genius, I tried this:
But that didn't work out for me.
{$ignore_bit}
<if $mybb->settings['postsperpage'] == "1" then>{myadvertisements[zone_1]}</if>
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
But that didn't work out for me.