redmine_user_specific_theme
redmine_user_specific_theme copied to clipboard
Impossible to select default Redmine theme when system wide defined theme is different from default
Hi,
Thank you for this plugin.
It seems it is impossible for users to select the default Redmine theme (which part of redmine core) as it doesn't appears in the theme list. The only why to use the default theme is to make it default in the system, and to not specify a custom theme in the user preference. But as we use a custom theme in the system, there is no way to switch a specific user to the default theme.
Is it fixable ?
Pierre
There is a workaround for this issue: just copy public/stylesheets/application.css to public/themes/default-theme/stylesheets/application.css
You now have a new theme called "Default-theme" that is exactly the same as choosing the "Default" theme.
You'll also need either to copy the public/images folder in public/themes/default-theme/images, or to fix the relative path of images in application.css to point to the correct folder.