points
Verfasst: 11.07.2003 15:07
Hab den userpointsmod bei mir installiert, aber wenn jemand einen beitrag editiert bekommt er dafür auch userpoinst ! Wie kann ich das verhindern!?
++MIT FOLGENDEM ERSETZEN++$points = abs( ( $mode == 'newtopic' ) ? $board_config['points_topic'] : $board_config['points_reply'] );
..versuch´s ma damit.$points = abs( ( $mode == 'editpost' ) ? '' : ( ( $mode == 'newtopic' ) ? $board_config['points_topic'] : $board_config['points_reply'] ) );