voice_of_reason
Results 1 - 3 of 3
byvoice_of_reason, July 15, 2009
This is a great plugin, it's working well for me but with one problem - SSL doesn't seem to work. Any sections of my shop that are SSL enabled do not redirect to https. Instead, it stays on http and I just get 'ssl_redirect.html' appended to my URL.
Is the author aware of this issue, and is there a fix?
Thanks very much.
Is the author aware of this issue, and is there a fix?
Thanks very much.
Owner's reply
Thank you for reporting the bug! This issue has been fixed, new file should be available in next 2 days for download.
byvoice_of_reason, June 26, 2009
byvoice_of_reason, June 3, 2009
Great plugin, simple to use, but not bloated with features you don't need. Looks good, works a treat.
The only small problem I found was that I couldn't disable comments in the 'Uncategorised' section (it wasn't listed in the 'Disable Comments' dropdown). If, like me, you use the Uncategorised section for static articles like your home page content or privacy policy, you probably don't want comments on these, so I made a small mod that others may find useful.
Add the following to /plugins/content/msComment.php (I put it at line 51, after the 'Check Section' block and before the 'Get Parameters Necessary' block):
// Disable comments from Uncategorized section
if ($article->sectionid
The only small problem I found was that I couldn't disable comments in the 'Uncategorised' section (it wasn't listed in the 'Disable Comments' dropdown). If, like me, you use the Uncategorised section for static articles like your home page content or privacy policy, you probably don't want comments on these, so I made a small mod that others may find useful.
Add the following to /plugins/content/msComment.php (I put it at line 51, after the 'Check Section' block and before the 'Get Parameters Necessary' block):
// Disable comments from Uncategorized section
if ($article->sectionid


