redmine_user_specific_theme icon indicating copy to clipboard operation
redmine_user_specific_theme copied to clipboard

Impossible to select default Redmine theme when system wide defined theme is different from default

Open Atmis opened this issue 7 years ago • 2 comments

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

Atmis avatar Jul 26 '17 08:07 Atmis

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.

neuoy avatar Mar 28 '18 13:03 neuoy

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.

neuoy avatar Mar 28 '18 14:03 neuoy