• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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