Topic: RSS not working

www.firefusion.org

It keeps saying Live bookmarks failed to load in Firefox.

Re: RSS not working

Have a look at the feed. I think your lang/English/common.php isn't up to date.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: RSS not working

I'm assuming I change this bit but to what?

// For extern.php RSS feed
'RSS Desc Active    '    =>    'The most recently active topics at',    // board_title will be appended to this string
'RSS Desc New'            =>    'The newest topics at',                    // board_title will be appended to this string
'Posted'                =>    'Posted'    // The date/time a topic was started

);

Re: RSS not working

Remove the whitespace in 'RSS Desc Active    '. It's a bug in 1.2.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: RSS not working

Thanks smile