I installed the comment login module, but found that it would not work until I disabled the ajax_comments module. When I was NOT logged in and attempted to post a comment I received a javascript alert which said: "An error occurred. /ajax_comments/js". Has anyone got these two to play nice together?

Comments

xmattus’s picture

Haven't done this myself, but I'd suggest you check out the validation function stack in both comment_login and ajax_comments. This module also adds the login validation functions (which actually set the user session cookie on successful login) to the comment form validator stack, and it's quite possible ajax_comments is injection its own functions in that and that is the source of the conflict. Good luck.