ich hab seit geraumer zeit ein problem in meiner posting php
aber schaut selbst:
screenshot
beim antworten werden die alten postings erst ohne css informationen dargestellt
darunter steht das ganze dann nochmal "normal"
wers live sehen will
www.mona-davinci.de
user: testaccount
pw: 0000
hab schon in den *.tpl dateien geschaut, aber nix gefunden
wenn ich in der posting.php diese:
Code: Alles auswählen
//
// If the mode is set to topic review then output
// that review ...
//
if ( $mode == 'topicreview' )
{
require($phpbb_root_path . 'includes/topic_review.'.$phpEx);
topic_review($topic_id, false);
exit;
}
else if ( $mode == 'smilies' )
{
generate_smilies('window', PAGE_POSTING);
exit;
}
sehe ich anstatt des unformatierten teils den header....
bin ziemlich ratlos und hoffe auf hilfe
danke kolja