The Views UI message always presents a message that says "If you install the advanced help module from http://drupal.org/project/advanced_help ..." even if the Advanced Help module is already present, but just not enabled.
It will usually be in the system table with status==0, so we should be able to toggle the message to the user to suggest simply enabling it, rather then linking them to a page to download it again.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | toggle-adv-help-message-317803-3.patch | 1.5 KB | pwolanin |
| #1 | toggle-adv-help-message-317803-1.patch | 1.46 KB | pwolanin |
Comments
Comment #1
pwolanin commentedhere's a patch to implement this feature.
Comment #2
merlinofchaos commentedWhat's the best way to tell if a module is present but not enabled? You can check the system table but that won't ensure the module is actually there. That means you probably have to stat the .module file to ensure a file is there.
Comment #3
pwolanin commentedper IRC discussion, a revised patch that stats the file to make sure the module is really present.
Comment #4
merlinofchaos commentedCommitted!
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.