MyBB Community Forums

Full Version: Show userbar instead of user title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On group memberships in usercp it doesn't show the userbar so how do I change the user title to userbar and show the userbar pic?

http://prntscr.com/3phkj
It's hard-coded for that page to fetch the usertitle. You'd have to modify a file to have it show the userbar instead.

Now what that file is, I am afraid I do not know.
Actually, you should be able to do it with a simple template edit.

Edit template "usercp_usergroups_memberof_usergroup"

Replace "{$usergroup['usertitle']}" with "{$usergroup['groupimage']}" and it should work.
(2011-10-27, 08:45 PM)Siege Wrote: [ -> ]It's hard-coded for that page to fetch the usertitle. You'd have to modify a file to have it show the userbar instead.

Now what that file is, I am afraid I do not know.

Is it usercp.php if it is please tell me how.
(2011-10-28, 01:02 AM)HelpJack Wrote: [ -> ]
(2011-10-27, 08:45 PM)Siege Wrote: [ -> ]It's hard-coded for that page to fetch the usertitle. You'd have to modify a file to have it show the userbar instead.

Now what that file is, I am afraid I do not know.

Is it usercp.php if it is please tell me how.

Did you even read my reply..? You don't need to edit a file, just a template.