Vote up/down problem with <?php print $scripts ?>
hankp98072- - September 25, 2009 - 04:26
| Project: | Vote Up/Down |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have a site at www.theforvm.org that has used the vote up/down system for several years. I 'm trying to use the WYSIWYG module and the fckeditor plug in to get wysiwyg editing for blogs and comments. What I found is that if I don't put
<?php
print $scripts
?><?php
print $scripts
?>I posted this here because I found several instances of people recommending the insertion of
<?php
print $scripts
?>
#1
#2
printing $scripts is required for multiple things in drupal. It's how drupal pushing .js files into the head tag.
Ensure $closure is also being printed just before the ending body tag of your page.tpl.php
compare your page.tpl.php file with a core theme tpl.php file.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.