|
UploadAuthorTracking<< Author Required | Cookbook-V1 | Easy Templates >> Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
QuestionHow can I track the author which is uploading a file? AnswerAdd 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');
Contributorspmwiki-2.2.0-beta68 -- Last modified by {{fraz}}
|