MyBB Community Forums

Full Version: Post numbers?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way I can keep them counting instead of starting from 1 in every new thread?
ACP >> Templates & Style >> Templates >> yourtheme >> Post Bit Templates >> postbit_posturl

Find:
<a href="{$post['postlink']}#pid{$post['pid']}">#{$postcounter}</a>

Replace with:
<a href="{$post['postlink']}#pid{$post['pid']}">#{$post['pid']}</a>