<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I added this to <a class="moz-txt-link-freetext" href="http://www.pmwiki.org/wiki/PmWiki/Functions">http://www.pmwiki.org/wiki/PmWiki/Functions</a><br>
<br>
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]].<br>
<br>
Frank<br>
<br>
<br>
<br>
Hans wrote:
<blockquote cite="mid:178599158.20090331090916@softflow.co.uk"
 type="cite">
  <pre wrap="">Monday, March 30, 2009, 9:00:04 PM, Frank wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I couldn't understand the role of $AuthorLink yet... and I have to go on
with my project now...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
$AuthorLink is a wiki link to an author page in the Profiles group,
defined in scripts/author.php like

SDV($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


  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
_______________________________________________________________________
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
<a class="moz-txt-link-freetext" href="http://www.science.uva.nl/amstel">http://www.science.uva.nl/amstel</a>
<a class="moz-txt-link-freetext" href="http://www.natsim.net">http://www.natsim.net</a></pre>
</body>
</html>