MyBB Community Forums

Full Version: Star ranking
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is the away of turning this off? Under the star ranking there is a post count. i would like to be able to turn this off. i would still want the post stats on the main site though.

Does any1 know?

Steve
I think he / she wants to remove the post count from under the stars..

Go to the template:

Post Bit Templates / postbit_author_user

Remove the line indicated in the code... Wink

<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}<br />
{$post['useravatar']}<br />

REMOVE THIS LINE >>>>>>> {$lang->postbit_posts} {$post['postnum']}<br /> <<<<<

{$lang->postbit_group} {$usergroup['title']}<br />
{$lang->postbit_joined} {$post['userregdate']}<br />
{$post['replink']}<br />
</span>
Thanks