Hello,<br><br>I'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['$SiteGroup.AllRecentChanges'] = <br> '* [[Attach:{$Group}.{$Name}/$upname|{$Group}/$upname]] . . . $CurrentTime $[by] $AuthorLink :';
<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't appear in Site.AllRecentChanges?action=rss<br><br>What did i do wrong ?
<br>-- <br>Nicolas poulain <br>