• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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