• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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