Quote:
Originally Posted by RedTyger
Search for $ad_location[ad_showthread_firstpost_start] in the postbit template and after it add $vbam_location[post_message] (note at the end). Set your ads to display every 1 post, choose the post_message template hook from the menu and for your adcode use this:
Code:
<if condition="$GLOBALS[post][postcount] % $vboptions[maxposts] == 1">
<div style="float:right;margin-left:1em;margin-bottom:1em;">
YOUR ADVERTISEMENT
</div>
</if>
|
$vbam_location[post_message] added in postbit legacy and postbit...
Where can we find the post_message template hook from the menu ??
thanks,
priya