Reseller wants to customize cpanel theme

Roy@ENHOST

Well-Known Member
Mar 5, 2002
487
0
316
Los Angeles California
Hi guys,

If a reseller wants to do up his own cpanel skin/theme, how do we do that without giving him access to the root?
 

koniosek

Member
Feb 6, 2003
13
0
151
for cpanel skin:
ln -s /home/{account_dir}/{skin_dir} /usr/local/cpanel/base/frontend/{skin_name}

and for language file:
ln -s /home/{account_dir}/{language_file} /usr/local/cpanel/lang/{language_name}

then you can copy default skin (x2) and english language file to his dir that he can customize it ...
 

Roy@ENHOST

Well-Known Member
Mar 5, 2002
487
0
316
Los Angeles California
Kuniosek,

It does not work!
I manage to link it as you instructed, copy the x skin folder into his folder but for some reason he cant access the folder from WS_FTP.

WHat do you think is wrong?

Originally posted by koniosek
for cpanel skin:
ln -s /home/{account_dir}/{skin_dir} /usr/local/cpanel/base/frontend/{skin_name}

and for language file:
ln -s /home/{account_dir}/{language_file} /usr/local/cpanel/lang/{language_name}

then you can copy default skin (x2) and english language file to his dir that he can customize it ...
 

kosmo

Well-Known Member
Verifed Vendor
Aug 12, 2001
400
0
316
All over Europe
Roy,

did you chown the directories to be owned by that user?

kosmo
 

Roy@ENHOST

Well-Known Member
Mar 5, 2002
487
0
316
Los Angeles California
Kosmo,

How do I do that?

Like this?
chown {username} /home/{account_dir}/{skin_dir} ??

Roy

Originally posted by kosmo
Roy,

did you chown the directories to be owned by that user?

kosmo
 

kosmo

Well-Known Member
Verifed Vendor
Aug 12, 2001
400
0
316
All over Europe
chown -R {username}:{username} /home/{account_dir}/{skin_dir} ??