I added this to http://www.pmwiki.org/wiki/PmWiki/Functions Typically, the functions of pmwiki.php should ''not be called directly'' in a cookbook recipe which is executed as include file in config.php. At this early stage of PmWiki processing, many internal global variables are not yet properly initialized, and these functions will behave unexpectedly. To execute them timely, use the handler functions described in the articles about [[Custom Markup]] and [[Custom Actions]]. Frank Hans wrote: Monday, March 30, 2009, 9:00:04 PM, Frank wrote:I couldn't understand the role of $AuthorLink yet... and I have to go on with my project now...$AuthorLink is a wiki link to an author page in the Profiles group, defined in scripts/author.php likeSDV($AuthorLink,($Author) ? "[[~$Author]]" : '?'); so if the current $Author is 'Adam' $AuthorLink is [[~Adam]], pointing to page $AuthorGroup.Adam, by default Profiles.Adam PmWiki uses $AuthorLink in RecentChanges entries Hans -- _______________________________________________________________________ Dr. Frank F. Schweickert AMSTEL Institute, Faculty of Science, University of Amsterdam Kruislaan 404, Amsterdam, 1098 SM, Netherlands Room 1.09 Phone: +31 20 525-5969, Fax: +31 20 525-5866 http://www.science.uva.nl/amstel http://www.natsim.net |
_______________________________________________ pmwiki-devel mailing list pmwiki-devel@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-devel