• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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