ok, ich habs
suche nach:
Code: Alles auswählen
//-- mod : seo urls v2 ---------------------------------------------------------
//-- delete
/*
$is_auth_ary = auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata, $forum_data);
*/
//-- add
$is_auth_ary = auth(AUTH_VIEW_READ, AUTH_LIST_ALL, $userdata, $forum_data);
//-- fin mod : seo urls v2 -----------------------------------------------------
ersetze gegen:
Code: Alles auswählen
//-- mod : seo urls v2 ---------------------------------------------------------
//-- delete
/*
$is_auth_ary = auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata, $forum_data);
*/
//-- add
$is_auth_ary = auth(AUTH_VIEW_READ, AUTH_LIST_ALL, $userdata, $forum_data);
//
// Define censored word matches
//
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);
//-- fin mod : seo urls v2 -----------------------------------------------------
suche nach:
Code: Alles auswählen
//
// Define censored word matches
//
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);
LÖSCHEN!!

(nicht das was wir gerade eingefügt haben. man achte auf die leerzeilen

)
dann habe ich noch was vergessen WICHTIG!:
öffne constants.php und suche nach:
füge danach ein:
Code: Alles auswählen
//-- mod : seo urls v2 ---------------------------------------------------------
//-- add
define('AUTH_VIEW_READ', 21);
//-- fin mod : seo urls v2 -----------------------------------------------------
Ich habe den Mod im entsprechenden Beitrag angepasst:
http://www.phpbb.de/viewtopic.php?p=726120#726120