Is there a way to avoid automatic update of cpanel skins?

pingo

Well-Known Member
Nov 16, 2002
428
0
166
We use bluelagoon as the default skin. I removed some options from it manually via ssh but noticed that they quickly returned. I suppose that the reason to this is that the option 'Install and Keep Updated' option is marked in WHM. Is there any way around this problem?

Thanks
John
 

haze

Well-Known Member
Dec 21, 2001
1,540
3
318
You could just copy the folder to a new directory, name it whatever you want, or perhaps chattr the folder?
 

SageBrian

Well-Known Member
Jun 1, 2002
413
2
318
NY/CT (US)
cPanel Access Level
Root Administrator
Copying it is the simplest way. That way, you can add only the features you want. And you can decide when you want to update your 'new Blue' theme. :)
 

pingo

Well-Known Member
Nov 16, 2002
428
0
166
Thanks for your suggestions. Did you mean the copy function in WHM? - If I do so I suppose that I have to give it another name and would then have to send an announcement to clients about the new skin. Sorry for my ignorance but this is still new to me :)

John
 

ecoutez

Well-Known Member
May 23, 2002
152
0
316
Pick a new name for your copy of the bluelagoon theme and copy it:

cp -pr /usr/local/cpanel/base/frontend/bluelagon /usr/local/cpanel/base/frontend/mythemename
 

trakwebster

Well-Known Member
Jan 29, 2003
143
0
166
Originally posted by ecoutez
Pick a new name for your copy of the bluelagoon theme and copy it:

cp -pr /usr/local/cpanel/base/frontend/bluelagon /usr/local/cpanel/base/frontend/mythemename
I found this confusing also, but let me clarify just slightly. Ecoutez is saying to simply copy the *folder* with the themename, giving your new folder a new name. I think that's what he's saying.

The WHM seems just to look at the names of the folders in this location when it's figuring out what themes you have installed.

If you've made a copy of the bluelagoon folder and named it reallybluelagoon, then WHM will allow you to select the reallybluelagoon theme, make it the default in billing packages, etc.
 

pingo

Well-Known Member
Nov 16, 2002
428
0
166
Thanks alot for your input.

John