Feature #12969
closed
Ability to redefine "Help" link
Added by Daniel Felix almost 12 years ago.
Updated over 11 years ago.
Description
It would be useful to redefine the "help" link, to link them to some wikipage for example.
The most endusers won't request some feature on Redmine. It would be useful to link it to a selfdefined wikipage.
What do you think?
Edit source:/trunk/lib/redmine/info.rb. Change the line 6:
def help_url; 'http://www.redmine.org/guide' end
to what you want, par example
def help_url; 'http://redmine.mycompany.com/projects/help/wiki' end
Thanks Ivan. I found this line too. But this always requires some codechange on every update. With some option, this could be handled much better.
- Subject changed from Abbility to redefine "Help" link to Ability to redefine "Help" link
Daniel Felix wrote:
Thanks Ivan. I found this line too. But this always requires some codechange on every update. With some option, this could be handled much better.
You can use the menu API to remove the default item and add your own from a plugin.
- Status changed from New to Closed
- Resolution set to Wont fix
I very much welcome this plugin, but wasn't the original idea to include the gudie in the releases so people don't register here to post bugs belonging to other software?
Examples are easy to find and include
#13934
#14027
#14081
#14126
#14213
#13737
Also available in: Atom
PDF