This is common issue experienced during the upgrade from Drupal 4.7.x to 5.x. Here's a checklist of things you need for the menu appear:
<?php print $scripts ?> to the head of page.tpl.phpRepeat the above steps, with the exception of enabling the block. Versions of admin menu after 5.x-1.2 are no longer output in a block, but rather by hook_footer(). Just make sure your page.tpl.php file contains the following just before the closing </html> tag:
<?php echo $closure; ?>Important - note that the closure statement may, in conjunction with FCKEditor, cause the FCKEditor toolbar to be loaded twice. If you're experiencing this, try removing the closure statement, and see if your Admin Menu continues to appear. The updated FCKEditor version may already be printing the necessary code for the Admin Menu, so you may not need to add the closure statement. This should also keep the FCKeditor toolbar from loading twice.
All Content © 2005 - 2008 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
1 day 4 hours ago
1 day 17 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 10 hours ago