MyBB Community Forums

Full Version: Removing Junior Members User Title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the admin CP i've deleted all the user titles, junior members, posting freaks etc but it still seems to be there above the avatar, is there any way to completely get rid of it?
Login ACP(Admin Control Panel) >> Users & Groups >> User Titles
(2011-09-09, 07:35 PM)jamie1990 Wrote: [ -> ]In the admin CP i've deleted all the user titles, junior members, posting freaks etc but it still seems to be there above the avatar, is there any way to completely get rid of it?

Remove {$usertitle} from the template. You also could run this in PHPmyAdmin
"UPDATE mybb_users SET usertitle='NULL'"
Usertitles edits, or just change your user title, you can edit this in your admin CP. or remove the user title from that certain template.
Where in the templates would it be?

Cant seem to find it!
Navigate to the following

1-Home » Template Sets » TEMPLATE NAME » Edit Template: member_profile
Find and remove
({$usertitle})<br />

2-Home » Template Sets » TEMPLATE NAME » Edit Template: postbit

{$post['usertitle']}<br />


Reply here, if you find it in some other place.