Hallo :)
Ich hab mir das Jenova Theme von http://www.digital-delusion.com/ runtergeladen.
Läuft auch alles ganz gut, nur ein Problem hab ich... aus irgendeinem Grund werden die Formatierungen "geschluckt"
Was z.B. vorher so aussah:
Name: XY
E-Mail: xy@web.de
Sieht nun so aus:
Name: XY
E-Mail: xy@web.de
also gänzlich unformatiert.
Der Teil für die News sieht so aus:
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
$content .= " $thetext $notes\n";
}
$posted = ""._POSTEDBY." ";
$posted .= get_author($informant);
$posted .= " "._ON." $time $timezone ($counter "._READS.")";
$tmpl_file = "themes/Jenova/story_home.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
Was kann ich tun, damit auch die formatierungen angezeigt werden? Hab den Teil schon ein bisschen verändert, es ging aber auch vorher schon nicht.
Moin Moin :)
Das Theme ist aber kein mx-theme, gelle! Es handelt sich dabei um ein Foren-Theme für das phpBB... http://www.phpbb.de/
Ich denke mal das Du deshalb Probs damit hast. ;)
Gruß, Marcus
Nein, es scheint an der CSS zu liegen..
wenn ich ein anderes Style sheet nehme geht es wieder ???
Ich weiß halt nur nicht wo genau das Problem liegt :(
Hi :)
das Theme kenne ich nicht (und ich downloade es auch nicht), aber wenn du meinst, es liegt an der css-Datei, dann zippe die doch mal und hänge sie hier als Anhang rein. Dann kann man das mal ansehen und muss nicht raten.... ;)