Restream / redmine_user_specific_theme

Redmine user specific theme plugin
Apache License 2.0
31 stars 24 forks source link

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

Open Atmis opened 7 years ago

Atmis commented 7 years ago

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

neuoy commented 6 years ago

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 commented 6 years ago

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.