Closed (fixed)
Project:
Advanced Help
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 May 2010 at 21:23 UTC
Updated:
31 Jan 2011 at 18:50 UTC
It would be cool if there would be help links on admin/modules like the existing ones on admin/modules if you enable the help module.
There is a screenshot of views attached
| Comment | File | Size | Author |
|---|---|---|---|
| advanced_help-help_links.patch | 1.35 KB | dawehner | |
| ui5.png | 28.5 KB | dawehner |
Comments
Comment #1
fgmThis looks like a nice touch. However the modules page is already the heaviest existing on most sites. Is it reeasonable to add some more work and content to it ?
Comment #2
dawehnerIn drupal7 if a module implements hook_help this links get's displayed, too.
So it would be perhaps more content, but otherwise people could think the help is not there.
Comment #3
fgmWhat if it has both, then ?
Comment #4
dawehnerNo. Advanced help overrides the existing one.
Comment #5
dmitrig01 commentedI've gone ahead and committed this. Overriding seems like the appropriate behavior. Thanks!