Running Firefox, the vote isn't registered with AJAX any but thru a regular GET request. Using the HEAD revision for Drupal 5.x since November last year. You can have a look at www.wordsy.com
Running Firefox, the vote isn't registered with AJAX any but thru a regular GET request. Using the HEAD revision for Drupal 5.x since November last year. You can have a look at www.wordsy.com
Comments
Comment #1
solipsist commentedApparently the JS file is never loaded, and I suspect this is due to the module not being fully compatible with Drupal 5. I am investigating.
Comment #2
solipsist commentedIt seems the problem is with the theme we're using, we have a couple of customized theme function overrides that require updating to work with the new version of the module.
Comment #3
solipsist commentedprint $scriptswas missing in page.tpl.php. Just mentioning it in case someone else has similar problems.