kann sich vielleicht jemand das mal anschauen? Wär lieb.
Hier die viewtopic.php und wenn der fehler doch nicht da sein sollte, hier die viewtopic_body.tpl.
MfG Pato
Code: Alles auswählen
<td nowrap>{U_POST_NEW_TOPIC} {U_POST_REPLY_TOPIC}</td>Code: Alles auswählen
<td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>Code: Alles auswählen
$new_topic_url .= ($is_auth['auth_post']) ? '<img src="'.$post_img.'" alt="'.$post_alt.'" border="0" /></a>' : '';
$reply_topic_url .= ($is_auth['auth_reply']) ? '<img src="'.$reply_img.'" alt="'.$reply_alt.'" border="0" /></a>' : '';Code: Alles auswählen
$new_topic_url = append_sid("posting.$phpEx?mode=newtopic&" . POST_FORUM_URL . "=$forum_id");
$reply_topic_url = append_sid("posting.$phpEx?mode=reply&" . POST_TOPIC_URL . "=$topic_id");