Look of a project
Added by decibel 83 about 14 years ago
Hi.
Can the graphic theme of Redmine be configured for a single project?
For example, can I change CSS and include a logo?
Thanks!
Replies (2)
RE: Look of a project - Added by Felix Schäfer about 14 years ago
I think there is plugin to add a logo, not sure if it is for everything or at project level though. For CSS: I don't think there are project specific selectors, so no.
RE: Look of a project - Added by Glenn Gould about 14 years ago
If you want to customize the view on users choice, have a look at Themes
and Plugin_List.
To setup a custom project theme as a manager requires patching of Redmine, as far as I know. Look at #233, in principle it still works with 1.0.1. You should change the timestamp of 075_add_project_ui_theme.rb to something that matches the new timestamp format, probably something one second higher than the latest timestamp-number of your Redmine-Installation will be as safe as possible.
However, keep in mind that using such custom migration is not a recommended way of modifying Redmine, see JPLs comment in http://www.redmine.org/boards/2/topics/11137
Maybe http://www.redmine.org/boards/2/topics/5597 describes a better way of doing themes per project, but that one I never tried.
Hope that helps.