User is Primary Usergroup Mods, but no permissions?

Iaa_1

New Member
hi all...
i set a user to the usergroup moderators but when he login he doesnt see the link "Mod" (in the right corner down) and when he login with direct link from me he get return to the login page ...

how to fix it?

//or is the modcp only for admins?
 
just go into the admincp > users > search user > name > then top right select moderator...then go down and tick registered user. then save and see what that does and also it depends on what you have set the moderators permissions as......usergroups > moderators > edit ..then look throught there and make sure the settings are as you want them.
 
on the user group that he is in, correct these where it says

Can see admincp (is administrator) no
Can see Modcp (is smod) yes
 
but i want not that he is supoermod?

//edit: Can see Modcp (is smod) yes that function i havent ?
 
go to edit templete
edit footer
find
Code:
<if condition="$show['modcplink']">
replace with
Code:
<if condition="can_moderate()">
 
Back
Top