Own Buttons
Added by Anonymous about 7 years ago
Hey,
i am looking for a plugin or a how to, how i can create Buttons on the Top Linklist. Between Projects and Administration i want to add new Buttons like all tickets and Global Wiki.
How i can do it?
"Redmine Customize" didnt work.
Best Regards
Sam
Replies (5)
RE: Own Buttons - Added by Tatsuya Saito about 7 years ago
Please try Redmine view customize plugin.
https://github.com/onozaty/redmine-view-customize
RE: Own Buttons - Added by Mischa The Evil about 7 years ago
Taric Sam wrote:
Some thoughts about your demands:[...] Between Projects and Administration i want to add new Buttons like all tickets and Global Wiki.
- Redmine (core) doesn't provide support for having a global wiki; each wiki is tied to a project (see #1040).
- For adding custom links (e.g. a link to a project's wiki or a link to the global issues list [for which Redmine core does provide OOTB support]), I'd suggest to write a small, custom plugin yourself utilizing the Redmine core API (source:/trunk/lib/redmine/plugin.rb@16967#L272) for adding/removing menu items. See Plugin_Tutorial and source:/trunk/lib/redmine.rb@16967#L208 for howto do it and for an example of how the global issues list link is created for the global application menu.
Edit by author: added reference to global wiki feature request.
RE: Own Buttons - Added by Guillermo ML about 7 years ago
Tatsuya Saito wrote:
Please try Redmine view customize plugin.
https://github.com/onozaty/redmine-view-customize
I use the above plugin for adding small funcionalities to Redmine without altering the code. It's an alternative for people who doesn't know Ruby.
RE: Own Buttons - Added by Bernhard Rohloff about 7 years ago
Perhaps, Redmine Additonals is your friend.
I've not tested it but it seems to add this feature and it is compatible with the latest versions, if this is an issue.
RE: Own Buttons - Added by Anonymous about 7 years ago
View Customize doesnt work. I dont know why.
Redmine Additonals works great.
Thank you @all
Best Regards and have a nice Time!