• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Change Client/Domain/E-Mail user skin.

BoiseComputer

Regular Pleskian
I want to change it so that all users have Vista as their skin. I would prefer not to have to go into each domain account, each client account, each mail account and change their skin setting. Is there a way to do this automatically?
 
Changing theme.

I have done that, but, I wanted to know if there was a way to change all my clients at once so I don't have to go into each account and change their theme.
 
there are no such way to perform it in plesk panel, but actually you can change them in database directly (backup firtsly!)

mysql> update mn_param set val=8 where param="skin_id";
where skin_id you can find into

mysql> select * from Skins;

try to test it..
 
Back
Top