ich versuche gerade den Mod einzubauen, und hänge an folgender Stelle:
Code: Alles auswählen
#
#-----[ FIND ]------------------------------------------------
#
# this is a partial search: the full line is longer
#
submit_post(
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : categories hierarchy ------------------------------------------------
//-- delete
/*
#
#-----[ AFTER, ADD ]------------------------------------------
#
*/
//-- add
$input_data = array(
'topic_type' => $topic_type,
'bbcode_on' => $bbcode_on,
'html_on' => $html_on,
'smilies_on' => $smilies_on,
'attach_sig' => $attach_sig,
'bbcode_uid' => $bbcode_uid,
'post_username' => stripslashes($username),
'post_subject' => stripslashes($subject),
'post_message' => stripslashes($message),
'poll_title' => stripslashes($poll_title),
'poll_options' => $poll_options,
'poll_length' => $poll_length,
'post_icon' => $post_icon,
'topic_duration' => $topic_duration,
'calendar_time' => $calendar_time,
'calendar_duration' => $calendar_duration,
'sub_title' => $sub_title,
'topic_sub_type' => $topic_sub_type,
);
submit_post($mode, $post_data, $return_message, $return_meta, $forum_id, $topic_id, $post_id, $poll_id, $input_data);
unset($input_data);
//-- fin mod : categories hierarchy --------------------------------------------
Code: Alles auswählen
submit_post(
