Hi there,
I was trying to uninstall the mod, but run into some issues. The moment the check box next to "Comment Form Settings" in the module section gets unchecked, all comments are changed to read only even though the comment settings under node editing is set as Read/Write. Permissions stay the same, so does not seem like it is related. The same goes for the node itself, it is set as Read/Write, but it does not allow to leave a comment.
This issue affects to all nodes indistinctly of their setup. The problem is that if we leave the mod, it alters the CSS and changes somehow the formatting. Any other way to uninstall the mod without affecting comments setups for nodes?
Thanks in advance for your time and help,
Comments
Comment #1
lelizondo commentedWell no, it shouldn't affect at all other settings. The module is really simple, all it does is set a variable in the database and then retrieve it under different circumstances and if the criteria is met, then it does something, this means that when the module is not enabled, the module will not even check if the criteria es met so even if the variable stays in the database, is not read.
I'll try to replicate the issue to see if there's something else I'm missing here.
Comment #2
Augusto Ellacuriaga commentedThanks for taking the time to check this out. The issues still persist, so I was wondering if you were able to replicate them. We can't even edit comments now because we get these error messages in the back end when we try to edit any comments:
You have to leave your name.
You have to leave an e-mail address.
Name and email address were marked as mandatory (Anonymous posters must leave their contact information), plus:
Anonymous comment Name field: <-- Enabled
Anonymous comment E-mail field: <-- Enabled
Much appreciated,
Comment #3
lelizondo commentedNo, I couldn't replicate this one. The module is disabled but the functionality still remains? I don't know how can that happen. If it works, you could uninstall and delete the module completely. If this doesn't work, then we'll have to assume there is another module doing this.
Comment #4
lelizondo commentedI really want to fix this but I cannot even identify the problem. This is what I'm doing, please check it out and tell me if I'm doing something wrong.
1. Install NFS and CFS
2. In the Story content type I enable the Comments.
3. I create a Story node
4. Comment a couple of times in that node
5. Disable NFS and CFS
6. Uninstall NFS and CFS
Expected Result: The node created in 3 will not accept new comments.
Am I right? Well I'm doing this and I don't get the expected result.
Comment #5
kssundar commented