Seite 2 von 2

Verfasst: 25.03.2007 19:03
von stuff1893
*schieb*

Verfasst: 26.03.2007 10:35
von stuff1893
habe jetzt folgendes herrausgefunden:

wenn ich folgende MOD Änderung weglasse, läuft der MOD und der o.g. Fehler ist weg:

Code: Alles auswählen

#
#-----[ FIND ]------------------------------------------
#
								$last_post = '<a href="' . append_sid("viewtopic.$phpEx?"  . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '" title="' . $topic_title2 . '">' . $topic_title . '</a><br>';


#
#-----[ AFTER, ADD ]------------------------------------------
#

								// Begin Simple Subforums MOD
								$last_post_sub = '<a href="' . append_sid("viewtopic.$phpEx?"  . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . ($unread_topics ? $images['icon_newest_reply'] : $images['icon_latest_reply']) . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>';
								$last_post_time = $forum_data[$j]['post_time'];
								// End Simple Subforums MOD
kann mir das jemand erklären?