SMF Support > SMF 2.0.x Support
Moderate Link is Open For Guests also
yuva:
Please Check This
http://fun.yuvaforum.uni.cc/fun/index.php [nofollow]
shadow82x:
Hmmm that should not happen. I suppose you did not do any edits on your theme since you upgraded to SMF2. Does this also happen on your default theme?
You should have adjusted the permissions in index.template.php. Can you attach your FTP/themes/yourtheme/index.template.php? Or the menu portion here?
This is an example of how I created my moderate link
--- Code: --- // Moderate
if ($context['allow_moderation_center'])
echo '
<td class="main-navigation"><a href="', $scripturl, '?action=moderate">' , $txt['moderate'] , '</a></td>';
--- End code ---
codenaught:
Make sure you are not granting guests the "Moderate board" permission in any of your boards.
This seems pretty unlikely, but I can't see any other way for guests to be able to view the moderation center.
I see you removed the Moderate link from the menu, but guests can still access the moderation center by URL directly.
yuva:
how to remove the permission
Oldiesmann:
Admin -> Members -> Permissions
Click "Modify" next to "Guests"
Expand the "Moderate the board" section if necessary
Make sure that "Moderate Board" is unchecked.
Navigation
[0] Message Index
[#] Next page
Go to full version