Loading...
 
Skip to main content

History: rssaggregator

Source of version: 10 (current)

Copy to clipboard
            The following code
{CODE()}
{RSS(id=>3)}{RSS}
{CODE}
produces:
{RSS(id=>3)}{RSS}
---
The following code
{CODE()}
{RSS(id=>2)}{RSS}
{CODE}
 produces:
{RSS(id=>2)}{RSS}
---
And the following code
{CODE()}
{RSS(id=>2+3)}{RSS}
{CODE}
''should'' combine the 2 RSS feeds, but as of 2007-06-12 (BRANCH-1-9), it does not.

FIX: The reason why this is so is because if you are combining feeds, "show publish date" must be checked in the RSS module settings, in order to allow this plugin to sort the combined feeds. __all fixed for 1.9.8__

{RSS(id=>2+3)}{RSS}