Danke für Deine Tipps und Anmerkungen.

Das stimmt, das wurde vor langen Jahren als Bundle (modifiziertes Contenido Package) von Stese entwickelt, ich habe die Weitereintwicklung übernommen und daraus ein Plugin erstellt.Spider IT hat geschrieben:...Übrigens, Murat ist NICHT der Ersteller von AMR, das war jemand anderes (ich meine Strese).
Murat hat aber seit damals AMR weitergepflegt (an neue Versionen von Contenido angepasst) und erweitert...
Nein, du brauchst nichts rausnehmen, das ist ok.Spider IT hat geschrieben:...Wenn du möchtest nehme ich den hinweis bei mir wieder raus und du löscht dein und diesen Post....
Code: Alles auswählen
$debug="false"; // true or false. if you want to see several hints how this modul works, set it to true - have fun... ;O)
Code: Alles auswählen
CREATE TABLE IF NOT EXISTS `comments_sd` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`idart` int(11) NOT NULL,
`url` varchar(200) COLLATE latin1_german1_ci NOT NULL,
`name` varchar(50) COLLATE latin1_german1_ci NOT NULL,
`email` varchar(50) COLLATE latin1_german1_ci NOT NULL,
`website` varchar(100) COLLATE latin1_german1_ci NOT NULL,
`text` text COLLATE latin1_german1_ci NOT NULL,
`parent_id` int(11) NOT NULL,
`level` int(11) NOT NULL,
`date` date NOT NULL,
`time` time NOT NULL,
`online` int(1) NOT NULL,