MyBB Community Forums

Full Version: Profile Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi to all. i got one question about profile editor becouse i dont want to moderators edit any user profile so how to change this only to admin do it.Thanks

I suggest to install Template conditionals plugin and then wrap the profile edit link from modcp navigation template, like this;
<if $mybb->user['usergroup'] == "4" then>
LINK GOES HERE
</if>
(2011-10-30, 08:31 PM)Yaldaram Wrote: [ -> ]I suggest to install Template conditionals plugin and then wrap the profile edit link from modcp navigation template, like this;
<if $mybb->user['usergroup'] == "4" then>
LINK GOES HERE
</if>

Where i can download that plugin??
Or install My Permissions and disable that option to mods, I wrote a tutorial, look for it if you want.
Thanks