donillo Posted July 19, 2004 Report Share Posted July 19, 2004 Hi, ich will auf meine Startseite ein Newssystem einbinden. Dazu muss ich einen Code platzieren im Content Manager im Adminbereich. Ich habe das so versucht: {php}$NWCONF_DISPLAY['min_shownews'] = 3; $NWCONF_DISPLAY['max_shownews'] = 3; $NW_RUNTIME['showtopic'] = "all"; newswriter(3);{/php} Das klappt aber nicht, weil mir das php nicht umgewandelt wird und mit <?php ... ?> geht es auch nicht. Wie kann man das denn sonst l?sen ? Link to comment Share on other sites More sharing options...
Rizzo Posted July 19, 2004 Report Share Posted July 19, 2004 Hol Dir einen Newsticker von hier :bounce: :pst: :pst: Link to comment Share on other sites More sharing options...
donillo Posted July 19, 2004 Author Report Share Posted July 19, 2004 Was will ich mit so einem Ticker bittesch?n ? Link to comment Share on other sites More sharing options...
Seven-Art Posted July 19, 2004 Report Share Posted July 19, 2004 Versuch den Code mal in der Index.php einzubauen. Wenn das nicht geht Probier mal die index.htm in Deiner Template. Gru? S Link to comment Share on other sites More sharing options...
donillo Posted July 19, 2004 Author Report Share Posted July 19, 2004 Hi, das geht doch auch nicht, der Code muss ja in den Content der index Seite. Link to comment Share on other sites More sharing options...
mzanier Posted July 19, 2004 Report Share Posted July 19, 2004 $NWCONF_DISPLAY['min_shownews'] = 3; $NWCONF_DISPLAY['max_shownews'] = 3; $NW_RUNTIME['showtopic'] = "all"; newswriter(3); was soll denn der code denn machen ? Link to comment Share on other sites More sharing options...
yogi Posted July 20, 2004 Report Share Posted July 20, 2004 W?rde mich auch interessieren, wie das geht, da ich auf der index Seite eine Box mit einem PHP Polling Skript einbauen m?chte. Das Skript kann auf einer normalen Html Seite ?ber "require" eingebaut werden. Das Skript soll nach der Begr??ung (Herzlich Willkommen Gast! M?chten Sie sich einloggen? Oder wollen Sie ein Kundenkonto erstellen?) erscheinen. Kann da jemand weiterhelfen? Gru? Yogi Link to comment Share on other sites More sharing options...
donillo Posted July 20, 2004 Author Report Share Posted July 20, 2004 Ich will den Newswriter einbinden (http://www.newswriter.info), dazu muss ich oberhalb der Header Datei eine conf.php einbinden. Das geht ja auch ohne Probleme. Mit dem Code rufe ich dann die News auf. Link to comment Share on other sites More sharing options...
factory24 Posted August 5, 2004 Report Share Posted August 5, 2004 Hallo donillo, hast du dein Problem gel?st? Denn ich habe es auch schon versucht und bin stecken geblieben - leider? W?rde mich ?ber ne L?sung freuen. Gr??e Link to comment Share on other sites More sharing options...
ipod Posted August 6, 2004 Report Share Posted August 6, 2004 M.E. kann das so "simpel" nicht funktionieren. Denn wenn Du im Content-Manager ein {php} oder auch ein <?php eingibst wird das genauso in eine Variable-geschrieben, die dann an Smarty weitergegeben wird. Aber Smarty "rendert" diese Variable nicht mehr sondern spuckt das als HTML-Text aus - ohne irgendeine weitere Interpretation. Deshalb m??test Du dort, wo das Shopsystem den Content aus der DB holt und daraus eine Smarty Variable generiert einen kleinen Parser einbauen. Wenn es einen anderen Weg gibt - w?re ich auch dankbar f?r einen L?sungshinweis. Link to comment Share on other sites More sharing options...
polkhigh33 Posted August 6, 2004 Report Share Posted August 6, 2004 <html> <body> <?php . . . ?> </body> </html> hochladen in /media/content und im content manager einbinden. sollte funzen thomas Link to comment Share on other sites More sharing options...
donillo Posted August 6, 2004 Author Report Share Posted August 6, 2004 Hi, was meinst du mit einf?gen ? Link to comment Share on other sites More sharing options...
Novalis Posted August 6, 2004 Report Share Posted August 6, 2004 einf?gen? er meint einbinden... - datei (deine_datei.php) hochladen nach /media/content/deine_datei.php - im Content Manager 'Neuer Content' und Datei ausw?hlen, Titel vergeben usw, dann haste deine Datei :-) - ?ber den internen Content-Editor geht das mit PHP imho nicht Gru?, Nov Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.