Hi Giovanni,
I am trying to have my banners (for guests only) between the first and second post of my threads. However it is not showing the banners at all
Here is the code I am using on postbit_legacy:
Code:
<if condition="$show['guest']">
<if condition="(($post[postcount] % $vboptions[maxposts] == 1) and !$GLOBALS['vbulletin']->GPC['ajax'])">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr><br />
<td align="center">
#reklama:2#
</td>
</tr>
</table>
</if>
</if>
I have the same custom code/ placeholder (
#reklama:2#) working just fine in navbar template, but it is showing blank in postbit_legacy.
Any hints how to make this work ?
Thanks for your time.