Simple Forum 1.06 RSS error

By Dave - February 7, 2024

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, 2024

Dave:

That fixed it!

Thanks so much.

By Dave - February 12, 2024

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

Dave Edis - Senior Developer
interactivetools.com