role_theme_switcher 8.x-1.2

Contributors (1)

Project Update Bot

Changelog

Issues: 1 issues resolved.

Changes since 8.x-1.1:

Task

role_theme_switcher 8.x-1.0

New features

Initial and stable version of Role Theme Switcher for Drupal 8

role_theme_switcher 7.x-1.1

Bug fixes

- Fixed menu displacement
- Now only enabled themes are being shown in Role Theme Switcher Interface
- Fixed README description

role_theme_switcher 6.x-1.6

Bug fixes

- #623966 - Now Role Theme Switcher does override "Use administration theme for content editing" setting
- Removed translation for "Default" choice - it could provoke misbehavior if admin interface and user interface are in different languages
- Removed weight changes in hook_install to make RTS compliant with "Use administration theme for content editing" setting

role_theme_switcher 6.x-1.3

Bug fixes

Fixed #408448 by mrfelton: Removed obsolete drupal_clear_css_cache()
Fixed #427246, #420818 - Now default weight for Role Theme Switcher is "-2", so it is loaded BEFORE any other
regular module, that could also switch themes. For ex. fixed problem with http://drupal.org/project/nodewords

role_theme_switcher 6.x-1.2

Bug fixes

Updated: Removed t() in hook_menu. We don't need it since all menu items are being shown via t() by default
Added: uninstall() feature. Now, after full uninstall, all Role Theme Switcher variables will be cleared from "variable" table

role_theme_switcher 5.x-1.2

Bug fixes

- Moved internal interface to Drupal forms
- Changed order of processing roles. Now "authenticated user" has the lowest priority in processing roles. If user has some more roles,
then theme of "authenticated user" will be overwritten by theme of other role.
- Removed some obsolete code
- Now admin theme is also controlled by Role Theme Switcher

role_theme_switcher 5.x-1.1

Bug fixes

Fixed bug if in Drupal system used another phptemplate compatible theme.

role_theme_switcher 5.x-1.0

New features

Useful Drupal module to assign separate themes for different roles in system.

Often you want to separate Drupal administrative interface from frontend. You can do this assigning appropriate theme for you as user. What to do if you want to show different theme for non-authorized user?

Here's a module :-)

This module doesn't allow you to assign themes for path that starts with 'admin/', because of Drupal internal logic.
To assign theme for "admin/" path you have to go to "Administration theme" menu.

Subscribe with RSS Subscribe to Releases for Role Theme Switcher