Closed (won't fix)
Project:
Advanced Help
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2008 at 18:05 UTC
Updated:
25 Mar 2015 at 05:46 UTC
Jump to comment: Most recent
Comments
Comment #1
redndahead commentedMore info:
If you want to add it to your page, the theme function is:
$module = The name of the module who's help topics you would like to get.
$title = (Optional) The title of the help index header. If not specified it will be "Help Topics".
$allowed_topics = (Optional) An array of topics for that module that you would like to show. If not specified then it shows all of them.
Example:
Comment #2
merlinofchaos commentedThis is an interesting concept. AT the very least it needs to be further documented. However, I think this is part of a wider featureset and I think this should not be committed to the project until we have a good idea where the whole system is intended to go. AFter a bit of discussion in IRC, this is a piece that is useful in a kind of auto-help block where the .ini file can be used to help provide contextual tutorial links in a block based upon the path. While this is a cool idea, we need to map it out more. I fear that putting in parts piecemeal will lead to fragmented implementations, and while this particular piece of code is cool it is not useful by itself, though I think it could be quite useful in combination with other features.
Comment #3
gisleSix years has passed since this feature was suggested, and there has not been a huge interest in it since then. I think it is time to close.
To proceed, it needs at least better documentation, some use cases, and a demo + the discussion of context that merlinofchaos called for in #2.
Feel free to repoen if you're willing to put in some works to fill in all those things.