Hi GokuFG,
Try this, and place it on postbit templates
display some stuff like banner or something, right after first post.
but, this is only first page
for all pages, should be add other conditional base on MyBB "posts per page" setting.
Maybe Yumi can help for additional codes
Try this, and place it on postbit templates
<center><?php
if ($postcounter == 2){
echo 'Banner Place Postbit';
}
?></center>
display some stuff like banner or something, right after first post.
but, this is only first page
for all pages, should be add other conditional base on MyBB "posts per page" setting.
Maybe Yumi can help for additional codes