Jenova Theme

Begonnen von Firithlaith, 04 April 2005, 14:54:30

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

Firithlaith

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.

Snow2002

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
Gruß, Marcus

--------
pragmaMx 0.1.10 RC1, 1.30.2.12/2008-01-29
PHP-Version:    5.1.2  (PHP-Info)
MySQL-Version: 4.1.18-standard
Server-Version:  Apache/1.3.37 (Unix)
SMF: 1.1.4

Firithlaith

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 :(


Andi

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.... ;)
schön´s Grüssle, Andi