Verfasst: 18.08.2003 22:31
Attachments gehen auch nur bei einigen Usern. Bei mir z.B. nicht.
Ich probiere das mal aus.
Ich probiere das mal aus.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
$post_data['message'] = $message;
if ( $post_data['first_post'] )
{
user_notification('newtopic', $post_data, $post_info['topic_title'], $forum_id, $topic_id, $post_id, $notify_user);
mycal_submit_event($mode, $forum_id, $topic_id, $post_id, $post_info['topic_first_post_id'], $return_message, $return_meta);
$attachment_mod['posting']->insert_attachment($post_id);
}
else