When clicking on a radiobutton (up OR down), I get a popup window with the following error:
Line:55
Char:9
Error: 'karma_base_path' is undefined
Code:0
I have recently updated my Jquery using http://drupal.org/project/jquery_update
Could this be he reason for the issue?
Thanks
Comments
Comment #1
mercmobily commentedHi,
My apologies. The module's documentation was wrong. Silly me...
The right step 2 is:
2. This module requires jQuery 1.2.1, which is not what comes with Drupal 5.x.
Unfortunately, the JQuery Update module won't be very helpful since it
doesn't come with JQuery 1.2.1. You will need to use the JQuery module
that comes with this module: jquery-1.2.1.pack.js and copy it over
[your_drupal_directory]/misc/jquery.js
This might possibly break other modules - sorry! This is a temporary
problem: Drupal 6.x, coming out soon, will use JQuery 1.2.1
The error you have tells me that you didn't add this to your theme:
if(module_exists('extra_voting_forms')){ print extra_voting_forms_insert_js_css(); }(step 5 -- at least I got that one right)
Please let us know if it worked. In the meantime, I will update the documentation.
Bye!
Merc.
Comment #2
sterwa commentedThanks so much, Merc. I followed both suggestions and everything works now :)
Comment #3
mercmobily commentedHi,
Cool!
Merc.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.