Feature #4602
openUser specific theme
0%
Description
Hello,
I am sorry for bothering you again, this time (I know) with the stupid request.
I am just arguing with a few of my colleagues which theme is the best one. Well, we were not to find the same opinion to this matter.
Would it be possible to have the theme setting at the user account, say if blank then the system wide theme applies, otherwise, the user specific is used?
Thank you & best regards,
Jiri.
Related issues
Updated by Jiří Křivánek over 14 years ago
No reaction from the Redmine development team at all...
Updated by Gauthier Brion over 13 years ago
For those falling on this issue, you can simply add this plugin :
http://www.redmine.org/plugins/themechanger
Updated by Jan Niggemann (redmine.org team member) almost 12 years ago
- Status changed from Resolved to New
IMHO this should be in trunk...
Updated by Filou Centrinov almost 12 years ago
Updated by Stéphane Diemer over 11 years ago
I have created a JavaScript theme loader to do this.
https://github.com/sdiemer/redmine-multi-theme
The theme selected by the user is stored in his cookies.
At each page loading, the theme loader get the value stored in cookies and add the required CSS file.
The themes in the list have been created automatically with a script I wrote.
PS: I didn't test it on IE, because I hate IE and no one in my company uses it, but it should work too.
Updated by Danil Tashkinov over 11 years ago
Yet another plugin for user specific theme: https://github.com/Undev/redmine_user_specific_theme
Updated by Jiří Křivánek over 11 years ago
- Status changed from New to Resolved
- For me the issue is resolved.
Updated by Viktor Berke almost 11 years ago
+1 we don't want plugins for this, this functionality is really basic.
Updated by Jan Niggemann (redmine.org team member) over 10 years ago
- Status changed from Resolved to Closed
Updated by Jan Niggemann (redmine.org team member) over 10 years ago
- Status changed from Closed to New
Re-opening, closed the wrong issue...
Updated by Moisés Bites over 9 years ago
I agree with Victor Berke that "we don't want plugins for this, this functionality is really basic".
This feature would be extremely useful. In our company, we have several different large areas using the same Redmine server, and many users have different preferences for viewing the demands.
Are there any plans this functionality get into some version of Redmine?
Updated by Alexandru Semenenco over 8 years ago
Hi, it's six years ago opened, it is complicated to do this or nobody from developers is interested?
Updated by Kush Suryavanshi about 8 years ago
For what it's worth, if anyone needs, the following plugin is compatible with Redmine 3.3
https://github.com/seyedmmousavi/redmine_user_specific_theme
Updated by Alexandru Semenenco about 8 years ago
Kush Suryavanshi wrote:
For what it's worth, if anyone needs, the following plugin is compatible with Redmine 3.3
https://github.com/seyedmmousavi/redmine_user_specific_theme
Thanks, work very well.
Updated by Kush Suryavanshi about 8 years ago
Welcome :). Credit goes to the Author. Would be nice if this becomes part of standard Redmine Installation.
Updated by Go MAEDA over 4 years ago
- Has duplicate Feature #16251: Theme changer added