MyBB Community Forums

Full Version: I need help setting a Userbar while remaining Admin and on Staff Page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to set a different userbar from any other admin, while remaining in the administrator group and staying on the staff page.

I tried using the correct code and even changing $memprofile part to {$mybb->user['uid']} and it still won't work, can anyone help me? It is on the member_profile template.

My code:
<if $memprofile['uid'] == 3 then>
     <img src="images/groupimages/english/founder.png" />
     <else />

Thanks in advance!
The easiest way is creating two different admin groups identical in settings and permissions but put your self in the main admin group and put the other admins in the other admin accounts.

Then you can set group images to each of the groups.
(2015-12-06, 06:54 PM)Deathstarr Wrote: [ -> ]The easiest way is creating two different admin groups identical in settings and permissions but put your self in the main admin group and put the other admins in the other admin accounts.

Then you can set group images to each of the groups.

That's not what i asked., please read what i said.

I don't want to move groups, i'd rather set a userbar through the code and not change anything with groups.
Your wanting to set a different userbar for 1 admin that is different then the other admins correct? Are you wanting to have 2 userbars for the "Founder" admin one saying founder and one saying Admin?

I am trying to understand what your trying to do, please bear with me.
(2015-12-06, 07:08 PM)Deathstarr Wrote: [ -> ]Your wanting to set a different userbar for 1 admin that is different then the other admins correct? Are you wanting to have 2 userbars for the "Founder" admin one saying founder and one saying Admin?

I am trying to understand what your trying to do, please bear with me.

I want to stay in the Admin group and use the code i provided to only change my UID userbar.
Fixed.