hallo danke
habe ich
aber die news wird im protal nicht angezeigt .........
lieget es am ch mod

? denn ich habe erst jetzt gesehen
das diese zeilen nicht vorhanden sind .....
in der admin/admin_forumauth.php
Code: Alles auswählen
#
#-----[ FIND ]------------------------------------------
#
$forum_auth_fields = array('auth_view', 'auth_read', 'auth_post', 'auth_reply', 'auth_edit', 'auth_delete', 'auth_sticky', 'auth_announce', 'auth_vote', 'auth_pollcreate');
#
#-----[ IN-LINE FIND ]------------------------------------------
#
$forum_auth_fields = array('auth_view', 'auth_read', 'auth_post',
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
'auth_news',
#
#-----[ FIND ]------------------------------------------
#
'auth_post' => $lang['Post'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'auth_news' => $lang['News'],
#
#-----[ OPEN ]------------------------------------------
#
admin/admin_ug_auth.php
#
#-----[ FIND ]------------------------------------------
#
$forum_auth_fields = array('auth_view', 'auth_read', 'auth_post', 'auth_reply', 'auth_edit', 'auth_delete', 'auth_sticky', 'auth_announce', 'auth_vote', 'auth_pollcreate');
#
#-----[ IN-LINE FIND ]------------------------------------------
#
$forum_auth_fields = array('auth_view', 'auth_read', 'auth_post',
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
'auth_news',
#
#-----[ FIND ]------------------------------------------
#
'auth_post' => $lang['Post'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'auth_news' => $lang['News'],
und in der admin/admin_ug_auth.php
Code: Alles auswählen
#
#-----[ FIND ]------------------------------------------
#
$forum_auth_fields = array('auth_view', 'auth_read', 'auth_post', 'auth_reply', 'auth_edit', 'auth_delete', 'auth_sticky', 'auth_announce', 'auth_vote', 'auth_pollcreate');
#
#-----[ IN-LINE FIND ]------------------------------------------
#
$forum_auth_fields = array('auth_view', 'auth_read', 'auth_post',
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
'auth_news',
#
#-----[ FIND ]------------------------------------------
#
'auth_post' => $lang['Post'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'auth_news' => $lang['News'],
habe das auch schon probiert ohne CH mod einzubauen wird
auch nichts angezeigt