Hi,<br><br><br>I am trying to create a pagelist wich displays a list of all pages created by a certain person. The standard example found here: <a href="http://www.pmwiki.org/wiki/Cookbook/PagelistExplained">http://www.pmwiki.org/wiki/Cookbook/PagelistExplained
</a> is <br><br><code class="escaped">(:pagelist link=Profiles.{$Title} order=-time fmt=simple:)</code><br><br>But that does not work, since all my links are created in the GroupHeader. This example does work if I explicit add a link to the articles/x page like this: [[Profiles/User]]. For example, I have a group "articles" and that GroupHeader contains
<br><br>%right%[-By [[Profiles/{$LastModifiedBy}]]<br><br>and the pagelist does not pick this up. Is there any way to do this?<br>I tried using LocalTemplates and something like<br><br>(:if equal {=$LastModifiedBy} {$Profiles.{=$LastModifiedBy}} :)
<br>print the page<br>(:if:)<br><br>but that does obviously not work and I'm kind of stuck. Is there a simple way to use page directives wich also scan the links of the headers like my example?<br><br><br>Thanks a lot!<br>
Greetings,<br><br>Wouter<br><br>