The button is not a dropdown, it is just a link...
I check to see if i could find if the javascript for it was loaded, but it wasnt couldnt find it anywhere on the page.
Someone? And the no dropdown option is NOT checked in the admin.
The button is not a dropdown, it is just a link...
I check to see if i could find if the javascript for it was loaded, but it wasnt couldnt find it anywhere on the page.
Someone? And the no dropdown option is NOT checked in the admin.
Comments
Comment #1
Michsk commentedi got this working by changing the addtoany.module file but is there no other way?
Comment #2
W.M. commentedHello,
I have same issue. Would you please tell me what modifications to addtoany.module are needed to make it work?!
Thanks
Comment #3
micropat commentedIs it possible that your theme is not fully outputting footer contents? This module uses hook_footer to output the required JavaScript.
Comment #4
kosmogos commentedWhat micropat said is right. It uses the hook_footer. Make sure "print $closure;" (which outputs the hook_footer) is in your template.php file. That should do it.
Hope this helps.
Comment #5
omar alahmedThank you kosmogos, yes it was $closure variable issue. we should print it in our theme page.
Comment #6
micropat commentedSee http://drupal.org/node/447512#comment-1619428 for theme fix.
Comment #7
jalneal commentedSorry for asking such a dumb question - I'm not to saavy on the PHP side of things -
you don't simply add print $closure; into template.php do you? Do you have to do something to associate it with hook_footer? I still can't get my dropdown to work.
Comment #8
Michsk commentedplace:
at the bottom of page.tpl.php
Comment #9
micropat commented