Als Quelle habe ich diese Zeilen in der viewtopic.php ausgemacht:
Code: Alles auswählen
if( !$is_auth['auth_view'] || !$is_auth['auth_read'] )
{
if ( !$userdata['session_logged_in'] )
{
$redirect = ( isset($post_id) ) ? POST_POST_URL . "=$post_id" : POST_TOPIC_URL . "=$topic_id";
$redirect .= ( isset($start) ) ? "&start=$start" : '';
redirect(append_sid("login.$phpEx?redirect=viewtopic.$phpEx&$redirect", true));
}
$message = ( !$is_auth['auth_view'] ) ? $lang['Topic_post_not_exist'] : sprintf($lang['Sorry_auth_read'], $is_auth['auth_read_type']);
message_die(GENERAL_MESSAGE, $message);
}
Mein Versuche endeten immer im Nichts, einmal kam sogar die Meldung das nur anonyme Benutzer das Forum lesen dürfen und ich als Admin nicht. Obwohl Gäste es dann auch nicht lesen konnten
