Quote:
Originally Posted by DeepXP
sorry to bump topic like this but the guide mentioned for first and last post ads does not work well with vbulletin 3.6
it shows ads in first 3 posts in the thread....
|
Not tested yet but these conditionals should still work:
Quote:
<if condition="(($post[postcount]==1) or ($post[islastshown]))">
*ad*
</if>
|
Quote:
<if condition="(($post[postcount]==1) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))">
*ad*
</if>
|