Closed (works as designed)
Project:
Advanced Help
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2009 at 00:59 UTC
Updated:
14 Apr 2009 at 16:53 UTC
It would be nice if the advanced help could be more dynamic. So that a normal (admin) user has the opportunity to change the help text. Why not provide a content type like books for the advanced help? Yes I see, that for that it needs much more work. Its somehow strange that advanced help goes one step back to use simple html.
Maybe it's worth to start a discussion on this.
Comments
Comment #1
merlinofchaos commentedThis system isn't really meant to store data in the database, it's meant to provide help for modules that can be standalone. Putting this into the database seems like what you really want to do is use it for a completely different purpose.
Comment #2
wolfraem commentedOpenBand talked about a module we call Context Help during one of our sessions a DrupalCon DC that answers the issues you raise. It essentially uses a content type to allow writing help pages and reference them to other site pages through the target page's URL. When a help button is clicked on the target page, the site displays the help node in something like a thickbox lay-over.
We built it because we needed to
The help pages are stored in the site database but can easily be exported and transferred to other sites, allowing storage of the site's custom help info.
It's tied into a system we maintain so we haven't released it to the community yet. It got some pretty stellar reviews at DrupalCon, though, and Darren Ferguson, our engineer that built the module, will be breaking it into an individual module. I'd be happy to shoot you an email when it's available to give it a try/see if it meets the needs you have.
Comment #3
osopolarI guess you mean this module: http://drupal.org/project/contexthelp. Thanks for this hint. It's not really what I need, because I wanted to have the help system more like advanced help, with different help buttons on a page, but I want to give some users the ability to change the help content.
But anyway, advanced help and context help are nice modules, thanks a lot!