Seite 5 von 5

Verfasst: 11.11.2005 11:24
von Markus67
Hi ...

suche in der posting.php

Code: Alles auswählen

			$user_id = ( $mode == 'reply' || $mode == 'newtopic' ) ? $userdata['user_id'] : $post_data['poster_id'];
			update_post_stats($mode, $post_data, $forum_id, $topic_id, $post_id, $user_id);
		$attachment_mod['posting']->insert_attachment($post_id);
		}
ersetze mit:

Code: Alles auswählen

			$user_id = ( $mode == 'reply' || $mode == 'newtopic' ) ? $userdata['user_id'] : $post_data['poster_id'];
			update_post_stats($mode, $post_data, $forum_id, $topic_id, $post_id, $user_id);
		}
		$attachment_mod['posting']->insert_attachment($post_id);
Markus

Verfasst: 11.11.2005 12:20
von steffi1977
supiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

jetzt klappt es wieder *freu freu freu*

DANKE