Project

General

Profile

Actions

Feature #1733

open

Option to remove "help" from menu bar

Added by colin moock over 15 years ago. Updated about 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2008-08-02
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

In our redmine site, we'd like to be able to remove the "Help" item in the top menu bar. Should be removable via a configuration option. In general, the more the UI is configurable, the better.

Actions #1

Updated by Chris Miller over 15 years ago

  • Target version changed from 0.7.3 to 0.8

Since this is a new feature it should be included in the next major release, not a bugfix release.

As a side note, you can control any aspect of Redmine's appearance by manually editing the CSS and RHTML templates.

Actions #2

Updated by colin moock over 15 years ago

thanks chris. sorry for the version mistake. i mistook "target version" to mean "found in version".

i have been editing the css and rhtml files, but i'd prefer not to because it means more work whenever i upgrade to the latest redmine (new versions might have new features in .rhtml/.css files, and i'd have to reapply my changes).

Actions #3

Updated by Thomas Lecavelier over 15 years ago

  • Target version deleted (0.8)

The target version field has to be set when it will actually part of the target release.

Actions #4

Updated by John Wilcox about 12 years ago

I would like this to be implemented as well. Manually modifing css/html is not a viable option because after upgrading this must be done again. And again and again. And again.

Actions #5

Updated by John Wilcox about 12 years ago

For version 1.3.0 "Help" can be disabled by editing lib/redmine.rb and commenting out line no 157:

# menu.push :help, Redmine::Info.help_url, :last => true

Actions

Also available in: Atom PDF