My vote is not update then i click on arrows. Now only change the color of arrow that i have clicked. And for see new vote in the bar i must press F5. :-)
Another words: number of vote is not active (AJAX), only arrows are active.
Can you help me?

Comments

mercmobily’s picture

Hi,

Ouch, you are the second person reporting this problem.

I am working on this right now - apologies.
Will let you know soon when it's fixed,

Merc.

mercmobily’s picture

Hi,

Please help me debug this problem...
The easiest thing would be to have the problematic site online, accessible to me (and possibly with the admin login/password)

Please install the *current* development snapshot -- make sure that line 1398 is:

 if( in_array($node->type, variable_get('extra_voting_forms_node_types_applied', array()), TRUE) ){

Rather than:

 if( in_array($node->sk_type, variable_get('extra_voting_forms_node_types_applied', array()), TRUE) ){

Quick questions: did you install the required version of JQuery? Or are you using the JQuery-update version? (Which could well be the problem...).

Also: did you add this to your page.tpl.php:

<?php if(module_exists('extra_voting_forms')){ print extra_voting_forms_insert_js_css(); } ?>

...?

I installed extra_voting_forms on a CLEAR installation, and it works 100%... So, I really need help :-D

Merc.

mercmobily’s picture

H,i,

Actually, I have just managed to reproduce this problem.
It happens if you use jquery_update... which doesn't uodate to the latestest version of jquery :-D

Can you please try replacing jquery.js in your Drupal with the one that comes with extra_voting_forms and report back?

Thank you!

Merc.

kpaul’s picture

hi, when using the jquery.js provided by this module, TinyMCE starts acting up on node add forms (comments were working fine, though...)

only firefox error console messages were

Error: uncaught exception: Permission denied to call method Location.toString

Replaced the jquery.js with this module with the jquery update one, flushed the cache and the TinyMCE problem went away.

I imagine the newest jquery.js might also affect other modules that use jquery?

Thanks,
kpaul

neibo’s picture

Merc!
Widget work right, after I replaced the 1389 line and copied your file jquery-1.2.1.pack.js from module into misc directory as jquery.js.
Thank you!

mercmobily’s picture

Status: Active » Fixed

Hi,

No worries!

Merc,

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.