Project

General

Profile

Actions

Feature #12969

closed

Ability to redefine "Help" link

Added by Daniel Felix about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix

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?


Related issues

Has duplicate Redmine - Feature #9355: Allow customize help_url without changing lib/redmine/info.rbClosed2011-09-30

Actions
Actions #1

Updated by Ivan Cenov about 11 years ago

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

Actions #2

Updated by Daniel Felix about 11 years ago

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.

Actions #3

Updated by Mischa The Evil about 11 years ago

  • Subject changed from Abbility to redefine "Help" link to Ability to redefine "Help" link
Actions #4

Updated by Jean-Philippe Lang about 11 years ago

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.

Actions #5

Updated by Mischa The Evil about 11 years ago

Jean-Philippe Lang wrote:

You can use the menu API to remove the default item and add your own from a plugin.

See source:/trunk/lib/redmine/plugin.rb#L251 (menu and aliased #add_menu_item) upto source:/trunk/lib/redmine/plugin.rb#L265 (#delete_menu_item).

Edit: I think this could be done best using a custom plugin. Close as won't fix?

Actions #6

Updated by Jean-Philippe Lang about 11 years ago

  • Status changed from New to Closed
  • Resolution set to Wont fix
Actions #7

Updated by Mischa The Evil about 11 years ago

I started work on a new plugin for this. The Redmine Custom Help URL plugin is the result.
See Redmine Custom Help URL plugin (v.0.0.2) for the first public announcement.

Actions #8

Updated by Jan Niggemann (redmine.org team member) almost 11 years ago

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

Actions

Also available in: Atom PDF