On vanilla Drupal 7, with the normal Toolbar module, if you navigate to /admin/content there is no way to know that the /popup_onload page exists.

This bug is mentioned several times in the comments on the tutorial page: http://smartwolverine.net/article/popup-load-tutorial-part-1

Someone (maybe maintainer -- not sure) said they would create a ticket for this, but I couldn't find it.

The two workarounds seem to be to either add a shortcut, or to use admin menu.

But I would much prefer to have a visible tab, to follow Drupal conventions, such as with this screenshot:

popup_onload-menu-task

Here comes a patch that fixes this UX nightmare and will make our clients very happy ;)

The latest patch incorporates changes from #2469239: Proper English pluralization to modify the confusing tab text from "Popup On Loads" to simply "Popups".

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jwilson3’s picture

Status: Active » Needs review
FileSize
437 bytes

This patch uses hook_menu_alter() to add the menu local task because the menu path 'admin/content/popup_onload' is added via the entity system and not in hook_menu.

jwilson3’s picture

jwilson3’s picture

jwilson3’s picture

Issue summary: View changes
FileSize
642 bytes

The latest patch incorporates changes from #2469239: Proper English pluralization to modify the confusing tab text from "Popup On Loads" to simply "Popups".

ivnish’s picture

This patch will be applied coming soon

  • itcrowd72 committed 4bdb2ff on 7.x-1.x authored by jwilson3
    Issue #2469231 by jwilson3: Missing local task (tab) for /admin/content/...
ivnish’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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