MyBB Community Forums

Full Version: Conditional help please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys please help me with these conditionals

code after X posts first page only
code after X posts all pages except first page
<if $postcounter % 5 == 0 && $page == 1 then>
code after 5 posts first page only
</if>

<if $postcounter % 7 == 0 && $page > 1 then>
code after 7 posts all pages except first page
</if>
Awesome thanks buddy