MyBB Community Forums

Full Version: How to remove post: #1 link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to remove this from postbit?[attachment=29099]
are you sure to remove that - it will be difficult to get link of individual post without that post counter

anyway, to remove that, navigate to Post Bit Templates >> postbit_posturl and delete or comment out below code
<strong>{$lang->postbit_post} <a href="{$post['postlink']}#pid{$post['pid']}">#{$postcounter}</a></strong>
I didn`t even thought about linking to certain post. Thanks. So, it was postbit_posturl. At least I will remove <strong> tag.