MyBB Community Forums

Full Version: Remove Text rank
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to remove the text rank but keep the image. When I leave the input field blank, it then adds stars no matter what the stars are set to, along with a default title.

Visual [what I want removed]:
[Image: ByLINHo.png]
For each template set you have, remove this:
{$post['usertitle']}<br />
Under "Post Bit Templates" in "postbit_classic" and "postbit" templates.

If you want it removed from the profile as well, then remove:
({$usertitle})<br />
From "member_profile" under "Member Templates"