Recent Changes - Search:

PmWiki

pmwiki.org

UploadAuthorTracking

Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.


Question

How can I track the author which is uploading a file?

Answer

Add the following lines to your local/config.php:

 $RecentUploads = array(
  'Main.AllRecentUploads' =>
    '[[$UploadUrlFmt$UploadPrefixFmt$UploadName $UploadName]] by  $AuthorLink',
    '$Group.RecentUploads' => '[[Attach:$UploadName $UploadName]] by $AuthorLink');

Contributors

pmwiki-2.2.0-beta68 -- Last modified by {{fraz}}

from IP: 24.1.28.47 ip should be disabled by default for security reasons

Edit - History - Print - Recent Changes - Search
Page last modified on November 26, 2004, at 10:22 AM