Simple forum 1.06 rss feed BUG

3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: November 20   (RSS)

By kitsguru - November 17

In the rss feed there is a missing closing tag on the XML file production.

// from function sforum_generateForumRSS in simpleForum.php line 699
<atom:link href="<?php echo htmlEncode(thisPageUrl()); ?>" rel="self" type="application/rss+xml">

// should be

<atom:link href="<?php echo htmlEncode(thisPageUrl()); ?>" rel="self" type="application/rss+xml" />

Note the closing /

Jeff Shields

By Dave - November 20

Hi Jeff, 

Thanks! I've added that to the codebase for the next release.

Appreciate the feedback.

Dave Edis - Senior Developer
interactivetools.com