I want my users have rights to create new theme themselves or they can browser to a another them . How can I do that?

Comments

vm’s picture

users of a website cannot create themes, but there is a switchtheme.module available in the downloads area that will allow website users to switch themes. http://drupal.org/project/switchtheme

hoaiqd’s picture

I have used this module, but this can't solve my problem - Do you know another module which can solve my problem?

vm’s picture

that is the only module that allows users to switch themes on their own.
maybe you could better explain your need ? since the switchtheme module isnt what you want to do.
how else would you like users to be able to switch the theme ?

glendac’s picture

I haven't tried it yet but how about giving permission to your users to change themes in administer >> access control >> system module >> select different theme? One complication that I could imagine using this is that some content that show well in one theme (e.g. bluemarine) do not do so in another (e.g. andreas01).

hoaiqd’s picture

I want my users can edit current theme files (eg, style.css), choose different background, banner... then they can save this file and apply this theme only for their site. Or I want in the theme section, there is a browse button that open a file dialog to choose other theme file (that written by users) or a link path to other website to get theme file then apply this theme for their site - What module in Drupal can do this?

Budrick’s picture

hoaiqd’s picture

Thank you, I have tried it, but It's seems requires Xtemplate module and it's hard to access control assign to user, I mean it's not appear in access control page. I have downloaded XTemplate module and place it in themes/engines/Xtemplate . Is it right place? - How to install Xtemplate to repair errors with Xtemplate in this module and how to assign access rights to users for Theme Editor module?