Hello,<br><br>I&#39;m trying to make my pmwiki site to show the uploads in a RSS feed.<br>The ?action=rss works nice for Site.AllRecentChanges and the recipe <a href="http://www.pmwiki.org/wiki/Cookbook/RecentUploadsLog">http://www.pmwiki.org/wiki/Cookbook/RecentUploadsLog
</a> is enabled.<br>I modified the format of the entries in Site.AllRecentChanges :<br><pre class="escaped">$RecentUploadsFmt[&#39;$SiteGroup.AllRecentChanges&#39;] = <br> &#39;* [[Attach:{$Group}.{$Name}/$upname|{$Group}/$upname]]  . . . $CurrentTime $[by] $AuthorLink :&#39;;
<br></pre><br>OK, it works : when a file is uploaded, the first item of Site.AllRecentChanges shows the name of the file.<br>The problem is that these files don&#39;t appear in Site.AllRecentChanges?action=rss<br><br>What did i do wrong ?
<br>-- <br>Nicolas poulain <br>