PDA

View Full Version : Moderators Not Working


martync
Sun 25th May '08, 8:10am
I have set a user up as a moderator in thier primary usergroup, upated titles and ranks and they now show as moderator (red), however there is no link to the mod cp at the bottom of the page

If I put a direct link in my url /modcp/index.php I get the logon prompt, after I enter my detail it thanks me for logging in then send me back to the log on page

Does anybody know what the issue is?

Cheers

Martyn

Oldun
Sun 25th May '08, 1:47pm
If you have set them as just a normal Moderator then untill you assign them to a forum/forums no MOdCP link will show and they wont be able to mod anything

peterpigman
Sun 25th May '08, 3:44pm
If I remember right you have to add
OR can_moderate in your footer template it adds a query though. That is why it was left out apparently.


<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink'] OR can_moderate()"><a

sockwater
Sun 25th May '08, 5:56pm
moderators Not WorkingMaybe you should give them a raise :rolleyes:

I couldn't resist. Peter & Oldun have given good answers.

martync
Tue 15th Jul '08, 8:05pm
If I remember right you have to add
OR can_moderate in your footer template it adds a query though. That is why it was left out apparently.


<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink'] OR can_moderate()"><a

Cheers, where in the footer template

Thanks

sockwater
Thu 17th Jul '08, 1:37pm
Search the template for
<if condition="$show['modcplink']