Vote #63705
未完了Option to remove "help" from menu bar
0%
説明
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.
journals
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.
--------------------------------------------------------------------------------
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).
--------------------------------------------------------------------------------
The target version field has to be set when it will *actually* part of the target release.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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@
--------------------------------------------------------------------------------