Reply To: CommentBox script not work together with ListAttachment

Forums Comment box for SharePoint CommentBox script not work together with ListAttachment Reply To: CommentBox script not work together with ListAttachment

#9916
AdamP
Participant

Sorry to reawaken this thread after 6 months. I’ve just experienced exactly this issue, but unfortunately I’m not loading jQuery twice. I’ve also found that I can suppress the problem by changing the order of the scripts.

Config that gives me the error message and prevents comment box (licensed version) from loading;

CEWP-load jQuery (1.11.2)
CEWP-comment box
CEWP-hit counter and star rating

This order generates the attached error message and comment box doesn’t load, but the page view is recorded in the hitcounter list.

However if I change the order to;
CEWP-load jQuery (1.11.2)
CEWP-hit counter and star rating
CEWP-comment box
Then everything is fine and works correctly. For a number of reasons I need to get the hitcounter below the comment box. Any ideas what exactly is going on here?
I split out jquery to be sure it is only loaded once, and on their own hit counter and comment box work correctly, so it does seem to be an incompatibility between the two scripts.

Thanks

Adam