MyBB Community Forums

Full Version: remove post count
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey members,
I want to know that is there any way where the admin can hide only his post count?? Please let me know if this is possible!!

Thanks Big Grin
You want to remove postcount from being displayed on posts? For all users?
you may have to use template conditionals plugin

AND modify postbit_author_user template (in Post Bit Templates)

find code similar to below :
{$lang->postbit_posts} {$post['postnum']}

change to :
<if $post[usergroup] != 4 then>{$lang->postbit_posts} {$post['postnum']}</if>
(2011-10-26, 11:02 AM)Tom K. Wrote: [ -> ]You want to remove postcount from being displayed on posts? For all users?

I just want the admin post count not to be displayed anywhere.