The admin help links in the admin theme should dynamically point to the relevant module help instead of the admin/help page.

CommentFileSizeAuthor
#4 context_sensitive_help.diff1.4 KBrobin monks

Comments

traemccombs’s picture

Assigned: Unassigned » traemccombs
robin monks’s picture

Priority: Critical » Normal

I have looked more carefuly into this, and this is realy a core issue. It requires, at the least, a dedicated module.

I recomend this be retitled "Content sentisitive help links on admin pages" and move it to Drupal.

The main reason is this would require a complete tally of the module's help pages, and modules installed. Both of those are things a theme realy has no business doing. It would break continualy, and it would basicly be a big ugly hack.

Robin

traemccombs’s picture

Status: Active » Closed (fixed)

This is being closed, and moved to Drupal core help.module per Robin Monks.

New bug is: http://drupal.org/node/36113

robin monks’s picture

StatusFileSize
new1.4 KB

This is a version that was added in theme HEAD. I'm working on a drupal version of this for all themes.

Robin