[pmwiki-users] Pagelist
    Tom Lederer 
    celok at gmx.net
       
    Mon Feb  5 06:35:04 CST 2007
    
    
  
Hi,
i don't know a solution with pagelist of the top off my head, but i  
use AuthorContribution modification for this purpose:
http://www.pmwiki.org/wiki/Cookbook/AuthorContribution
Gives you:
* a page for each author with his contributions
* an option to include the contributors in each page
* you can have the list on the profile page for example
Works only after installation, not for edits in the past.
It is a very small thing that you can even place in the config.php:
> if ($action == 'edit' || $action == 'comment') {
>   include_once("$FarmD/scripts/author.php");
>   if (PageExists($AuthorPage)) {
>     $RecentChangesFmt['Profiles.{$Author}-Contrib'] =
>       '* [[$Group.$Name]]  ([[($Group.$Name?action=)diff]])'
>       .' . . . $CurrentTime - [=$ChangeSummary=]';
>   } else {
>     $RecentChangesFmt['Profiles.Other-Contrib'] =
>       '* [[$Group.$Name]]  ([[($Group.$Name?action=)diff]])'
>     .' . . . $CurrentTime $[by] $AuthorLink: [=$ChangeSummary=]';
>   }
> }
Hope that helps,
Best Regards,
Tom
-- 
Tom
http://www.celok.de
Am 05.02.2007 um 12:59 schrieb PP Köln ZA 121:
> I want to get a pagelist showing the pages been modified by author  
> "xyz"
> only.
> How to generate a pagelist showing all pages modified by a named  
> author?
>
> Regards
> Cebius
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
    
    
More information about the pmwiki-users
mailing list