Attorney Approved Web Design Contract

Due to the popularity of our web development contract template, we're offering the contract, estimate, NDA and invoice templates for $199.50 $49.50 if you order by March 17. Click here to learn more.

Big Stock Photo Promo Code

Big Stock Photo offers nearly 3 million stock photos to choose from - royalty free, starting at $1 per photo. We're able to extend free photo credits to our visitors for a limited time. Click here and use promo code HW2333 when you sign up.



Aug 07 2007

Drupal Admin Menu Not Appearing


Filed under: Content Management Systems » Drupal,
Tools:

Drupal's Admin Menu Not Appearing?

Versions prior to 5.x-1.2

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:

  • Make sure $header is printed in page.tpl.php
  • Add to the head of page.tpl.php
  • Make sure the admin menu block is activated; and weight it higher than the Nice Menu block (weight it the highest (lightest) to be safe).

Version 5.x-1.2 and higher

Repeat 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:

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.

Average: 5 (4 votes)
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Textual smileys will be replaced with graphical ones.

More information about formatting options

CAPTCHA
This question is used to make sure you are a human visitor and to prevent spam submissions.