I want to give certain user roles more options for the themes available to them. It doesn't seem that this is possible right out of the box. Does anyone know of a good module that can do this?

Comments

ishmael-sanchez’s picture

On /admin/user/permissions in the system module section there is a "select different theme" check box you can grant permissions to different roles here. You can also try using themekey, http://drupal.org/project/themekey if you want more control.

rcr1000’s picture

I know about "select different theme," and ThemeKey doesn't seem to be what I'm looking for either. This is what I'm trying to do: Say I have 6 themes: T2, T2, T3, T4, T5, T6. I want regular authenticated users to be able to select between, T1, T2, T3, and, T4. But I want, we'll call them subscribers, to be able to select from T1, T2, T3, T4, T5, and T6.

Is there currently any way to do this, or any modules that will allow it?