Active
Project:
Comment Login
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2009 at 18:52 UTC
Updated:
10 Sep 2009 at 17:16 UTC
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
Comment #1
xmattus commentedHaven'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.