3
That's what I thought for the actual help page itself.
I like the way that the system help is rendered, but it seems to build all its options based off of the admin/directory/xoops_version.php structure.
I, however, don't code each of my admin functions in its own directory, mostly because I hate the clutter. I'm curious if it'd be possible to be able to expand or add an array in 2.5.1 or something such:
$modversion['helpinfo'][]['name'] = "My Help 1";
$modversion['helpinfo'][]['filename'] = "help1.html";
That way I, or anyone else could write a decent help system into our xoops_version files w/o having to create a massive directory structure to support it.
Just a thought. :)
++I;