To only display network enabled themes i have done the following:
Replace line 306’s code:
$avaliable_themes = get_themes();
With the following 2 lines
$defaults = array('allowed' => true);
$avaliable_themes = wp_get_themes($defaults);
This will replace the get_themes which is now deprecated.
This is in action on https://www.myinstantsite.co.uk where we allow users to sign up for a site and select a theme using this awesome plugin!
Enjoy!
]]>Interesting. Does it support multisite?
]]>Hallo, i wanted to ask the creators of this plugin, if the users can change the theme for all users or just for their account. For example.. i’m an user and i would like to change the theme.. and if i change it, does that mean that the other users, that view my site, see the theme that i have choose .. Please answer quickly..
]]>Hi I have activated your plugin, but I can’t see it on top of the admin site bar…any advice?
]]>Thanks for the great plugin folks!
I spent a good number of hours testing out all theme-switcher I could find and almost gave up right before finding yours, which is way better than anything I was hoping to find. Thanks!
My feature request is this. I have 60+ themes available to users on a WPMU network and your plugin is an excellent way for our bloggers to easily switch between themes, however every time someone activates a theme, the entire list of 60 theme thumbnails reloads – before allowing the website proper to reload. This in turn makes the whole activating a new theme process seem to hang for about 20 seconds while the theme thumbnails load and nothing shows up to the right. My optimal scenario is that the thumbs would not need to reload at all on theme switch, however if that is too complex, an easy solution would be to simply to force the site proper to load first, followed by loading the thumbnails.
Thanks again!
Jackson
Themes appeared as they were supposed to (which was very nice), but the “Activate” buttons didn’t work.
]]>Nuno and Ana,
This one is an amazing plugin! Great work! ??
Vitor
]]>