• 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 skin for all clients

G

GARMTECH

Guest
Maybe someone need that as I do.

First of all you need to get console of your Plesk server. Then type that command:

#mysql -uadmin -p
Enter password: (your plesk admin password)

and then this commands:

USE psa;
SELECT * FROM `Skins`;

(Here you will get table with skins ID and names)

UPDATE `cl_param` SET `val`="10" WHERE `param`="skin_id";

(Change 10 to skin ID you like)

QUIT;

Now all your clients have one and the same skin.
 
This wold forbidden costumers to changing back their skins to another ?
 
Originally posted by globodata
This wold forbidden costumers to changing back their skins to another ?

No, this will be only default skin, you can change it to another or do what you want.
 
Right, that´s what I thought.

The best way to have all clients using the same skin is backinh up all skins, just in case, and simply deleting all other skins from Plesk.
 
Back
Top