casidougal wrote:
As a side comment, I'm a bit unsettled on the direction CMSMS 1.5.x versions . . . I've experienced many more buggy and instability issues with these newer versions as compared to 1.4. The whole concept of having to stack different modules for basic functionality like comments & RSS feeds seems like the wrong direction to be headed.
Unfortunately I am not of much help with your issue. I've installed the comments module a few times recently with out any issues. You may want to look into the CGFeedback module, it could fit the bill and it may even add a few extra features you can use.
On a side note: I however do highly disagree with the above statement. 1.4 was a great release, but all of the 1.5.x releases have been even better. Why? Security. A lot of security features have been added that prevent your site from cross site scripting attacks. Some of these features have caused some issues with modules, but I believe this is an unfortunate price to pay to keep your site from getting into the wrong hands.
I also think that the idea of stacking modules is a great idea. Why add these functions to 20 different modules when you can build a single module that will handle it all. It saves time for the developers, it saves development costs for those sponsoring modules, it allows designers (like you and me) to only have to learn how to handle these functions once instead of learning how to handle these things in 20 different ways because each module developer did it differently. It also reduces the size of your installation because you only have to install the files for comments or RSS once instead of for each module you need to use it for. It probably also speeds up your site because it is making less calls to get the job done.
Finally, it allows designers to add the functionality to modules that probably would never support it. A great example is RSS for the Albums module. Development has been dropped for that module by the developer so getting RSS feeds for that module would be difficult and expensive. However to get the job done with a stacked module all I had to do was install CGFeedMaker and tweak the template a little. It didn't cost me anything but a little bit of my time. Something that would have likely cost hundreds of dollars in custom programming to add to the module. If it weren't for CGFeedMaker I'd have spent thousands of dollars already adding RSS functionality to various modules.