ändern...
Verfasst: 15.12.2003 20:52
in welchen dateien sind z.B. die faq-infalte gespeichert???
und kann man auch posts nach dem posten zum sticky machen??
und kann man auch posts nach dem posten zum sticky machen??
Klaro! Als Admin mußt du nur den ersten Beitrag des Threads editieren und da kannste es dann einstellen!envi hat geschrieben:und kann man auch posts nach dem posten zum sticky machen??
Der FAQ-Inhalt ist in der Datei lang_faq.php gespeichert.envi hat geschrieben:in welchen dateien sind z.B. die faq-infalte gespeichert???
// To add an entry to your FAQ simply add a line to this file in this format:
// $faq[] = array("question", "answer");
// If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
// Links will be created automatically
//
// DO NOT forget the ; at the end of the line.
// Do NOT put double quotes (") in your FAQ entries, if you absolutely must then escape them ie. \"something\";
//
// The FAQ items will appear on the FAQ page in the same order they are listed in this file
//