Summary:
Have you ever wanted to change all users’ themes/skins from Tree to Xskin server wide without going through each user account one at a time? We have a quick tutorial on how to change all user themes in Cpanel.
First off you will need to have root access to your server, login as root then do the following:
1) Change directories
# cd /var/cpanel/users
2) A look in a users file, list contents of directory
ls for the directory contents then type:
# pico -w username
(replacing username with an account name)
You should see something like this:
BWLIMIT=524288000
DNS=usersdomain.com
FEATURELIST=default
IP=yourIPhere
LANG=english
MAXADDON=0
MAXFTP=3
MAXLST=0
MAXPARK=0
MAXPOP=2
MAXQL=2
MAXSUB=0
OWNER=hosting
PLAN=SubWS
RS=x
STARTDATE=1085847520
SUSPENDTIME=1086171449
What we’re interested in changing is the RS value.
3) Changing the user theme
The first is the theme you want to change from, the latter is the theme you want to change to. In this case we want to change Tree skin to x2 skin on all user themes as some of our resellers are using an older skin.
replace RS=tree RS=x2 -- *
4) Make sure that the changes have taken effect by opening one or two of the user files.
# pico -w username
Then ctrl+w to search: type in RS
You should see the new Cpanel theme.
|
Print This Post
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
Related Post:
- Disabling Password Reset Option cPanel/WHM
- Howto Install Zend Optimizer on cPanel/WHM
- Modify Bandwidth Exceeded Page cPanel/WHM
- Force (SSL) Secure Login to cPanel/WHM
- Change Reseller’s Primary Domain

(1 votes, average: 4 out of 5)