|
PmWikiDe /
LayoutVariablen<< Grundeinstellungen | Variablen | Pfad Variablen >> noch zu übersetzen
The format can be specified in your config.php using the following:
$RecentChangesFmt = array(
'Main.AllRecentChanges' =>
'* [[$Group.$Name]] . . . $CurrentTime by $AuthorLink',
'$Group.RecentChanges' =>
'* [[$Group/$Name]] . . . $CurrentTime by $AuthorLink');
Note that changes made to the format will only affect new edits. In other words, you will need to edit a page for your new format to be visible. Note also that you need to have two spaces between the page name and the other information about the edit.
$MaxIncludes = 50; # default
$MaxIncludes = 1000; # allow lots of includes
$MaxIncludes = 0; # turn off includes
|
Lizenzhinweis: Sie sind zur einfachen Nutzung (Lesen und Ausdrucken) aller Seiten in diesem Wiki berechtigt. Alle weiteren Rechte bleiben bei den Autoren der jeweiligen Beiträge.