enablerssfeeds = no and RSS block well working

enablerssfeeds = no and RSS block well working

Daniele Cordella -
Vastausten määrä: 2
Kuva: Core developers Kuva: Plugin developers
Into my local moodle 1.6.2 installation I noticed that I have:
admin->variables->enablerssfeeds = no
and a well working RSS feed block on the Moodle home page.

Is this a small bug of the block that forget to check for the general variable?
Arviointien keskiarvo: -
Vastaus Daniele Cordella

Re: enablerssfeeds = no and RSS block well working

Dan Stowell -
I think "enablerssfeeds" is only about generating RSS feeds from Moodle content. It sounds like your "well working" block is about displaying an RSS feed from some other source, which is not affected by that setting.
Vastaus Dan Stowell

Re: enablerssfeeds = no and RSS block well working

Daniele Cordella -
Kuva: Core developers Kuva: Plugin developers
I believe you are right. I misunderstood it reading the documentation.
Thank you.