Search found 6 matches
- Fri Oct 22, 2010 10:36 am
- Forum: Module und Tags
- Topic: erfahrungen mit phptal/umstellen auf phptal
- Replies: 4
- Views: 2020
Re: erfahrungen mit phptal/umstellen auf phptal
Hmm, sowas habe ich mir schon gedacht...eigentlich schade, da mir die syntax von phptal wesentlich besser zusagt, als die von smarty, auch wenn ich noch keine wirkliche idee habe ob phptal grundsätzlich ähnlich leistungsfähig wie smarty ist. Von verschmutzung kann keine rede sein in dem sinne, zumal...
- Fri Oct 22, 2010 9:29 am
- Forum: Module und Tags
- Topic: erfahrungen mit phptal/umstellen auf phptal
- Replies: 4
- Views: 2020
erfahrungen mit phptal/umstellen auf phptal
Moin Hat hier jemand erfahrungen mit phptal ? ich bin gerade darüber gestolpert, und auf den ersten Blick sieht mir die Syntax wesentlich sympatischer aus. Hat außerdem jemand ne Einschätzung über den potentiellen aufwand cmsms auf phptal umzustellen? Wie tief ist smarty da im kern eingebaut? Gruß R...
- Thu Sep 23, 2010 8:08 am
- Forum: Module und Tags
- Topic: News-Vorschau während der Erstellung
- Replies: 2
- Views: 1163
News-Vorschau während der Erstellung
Moin, Wir arbeiten auf unserer Seite mit dem News-Modul um Artikel Zeitgesteuert zu veröffentlichen. Beim erstellen von Seiten läuft es allerdings derzeit so, dass wir diese erst einmal veröffentlichen, um zu schauen ob alles so passt, wie wir uns das vorstellen und aktivieren erst hinterher die Vor...
- Tue Jul 06, 2010 9:10 am
- Forum: Developers Discussion
- Topic: [SOLVED] Linking to a file in the modules/<modulename>/ folder
- Replies: 5
- Views: 2660
Re: Linking to a file in the modules/<modulename>/ folder
Well i finally could work on it again and it works pretty well now with the disable_theme param, except that now cmsms adds </div><!-- admin theme disabled --> <__body> </__html> <!-- 0.027977 / / 489760 / 7715880 --> at the end of the file. I can't find a solution on how to remove this too, as it'...
- Fri Jul 02, 2010 6:16 am
- Forum: Developers Discussion
- Topic: [SOLVED] Linking to a file in the modules/<modulename>/ folder
- Replies: 5
- Views: 2660
Re: Linking to a file in the modules/<modulename>/ folder
Thanks for the answers, and I'm sorry I couldn't answer earlier. I think the parameter disable_theme will help me a lot with my problem, as I always had html-stuff in my log when i used API-Functions. I'll try to include this in my code and come back to you with my results as soon as I can. Thx &...
- Tue Jun 15, 2010 8:40 am
- Forum: Developers Discussion
- Topic: [SOLVED] Linking to a file in the modules/<modulename>/ folder
- Replies: 5
- Views: 2660
[SOLVED] Linking to a file in the modules/<modulename>/ folder
Hi, I'm developing a Made Simple Module at work and would like to offer a kind of "log" to be downloaded from the admin panel. I already have the Code for the file, and it's working, but i'm linking to the file with <form action="../modules/<modulename>/filename.php" method="...