Simple Forum 1.06 RSS error

4 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: February 12   (RSS)

By Dave - February 7

Hi pgplast, 

Can you try this fix?  

  • Edit /plugins/simpleForum/simpleForum.php
  • Search for: atom:link
  • Replace this line:
            <atom:link href="<?php echo htmlEncode(thisPageUrl()); ?>" rel="self" type="application/rss+xml">​
  • With this (adding / before > at end of line:
            <atom:link href="<?php echo htmlEncode(thisPageUrl()); ?>" rel="self" type="application/rss+xml" />​

Let me know if that fixes it and we'll release an update to the plugin.

Thanks!

Dave Edis - Senior Developer
interactivetools.com

By pgplast - February 8

Dave:

That fixed it!

Thanks so much.

By Dave - February 12

Great, I've uploaded an updated version here: https://www.interactivetools.com/plugins/simple-forum/

Dave Edis - Senior Developer
interactivetools.com