[geeklog-devel] config class->_get_ConfigHelp
Blaine Lang
devel at portalparts.com
Fri Sep 18 12:17:28 EDT 2009
I am trying to use this function to add a help link for a plugins config
which is documented in on a wiki page and this function is adding to the
link I return from my plugin function. The code $retval = $descUrl .
'#desc_' . $option; is executing which I can understand is needed for
the way the core config group has the documentation setup but it will
not work for my plugin.
From what I can see, it will create an invalid wiki page URL - as it as
a double # parm and it's being ignored.
>
http://www.mysite.ca/dokuwiki/doku.php/core_applications_myplugin#configuration#desc_myparm
I can certainly create a .htaccess rule but why force this condition on
plugins and not let them return any link they want?
Blaine
More information about the geeklog-devel
mailing list