It looks like navbar is going to be an import admin menu module moving forward. I would like to add support so that the site administrators use navbar and the superadmin (me) users admin_menu.

Comments

dave reid’s picture

Then please help #1728726: Support hook_suppress() to hide the navbar land in the Navbar issue queue. Until that patch is fixed, we cannot support Navbar.

dave reid’s picture

Status: Active » Postponed
jlyon’s picture

Status: Postponed » Active
StatusFileSize
new2.89 KB

Here's a patch. I movied the hook_page_alter() call from toolbar.inc to system.inc.

jlyon’s picture

The patch from #3 gave me a WSOD when I disabled navbar. This patch fixes it and also gets rid of a dpm().

jlyon’s picture

Status: Active » Needs review
deciphered’s picture

Issue summary: View changes
Related issues: +#1728726: Support hook_suppress() to hide the navbar
StatusFileSize
new547 bytes

I also agree with Dave, that this should be dependant on the Navbar issue.

New patch works with Navbar patch.

deciphered’s picture

Status: Needs review » Needs work
+++ b/includes/navbar.inc
@@ -0,0 +1,20 @@
+ * Toolbar module integration.

Damn, missed this...

dave reid’s picture

Status: Needs work » Needs review
StatusFileSize
new1.05 KB

Did come cleanups. This is what I'm about to commit to 7.x-1.x.

dave reid’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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