[quote:34211e245e][i:34211e245e]Originally posted by mikerayner[/i:34211e245e]
is this command useful for any theme?
[/quote:34211e245e]
[quote:34211e245e][i:34211e245e]Originally posted by itf[/i:34211e245e]
[quote:34211e245e][i:34211e245e]Originally posted by DWHS.net[/i:34211e245e]
Hello,
I changed the default theme to the x version in the set up and saved it.
But the accounts with the default cpanel still doesn't show the changes.
Do I have to reset something for it to take place? The whm theme took right away.
Thank you,
Charles[/quote:34211e245e]
You have to change it on user by user basis or
in a root ssh session:
replace RS=default RS=Xskin -- /var/cpanel/users/*
(this comand replace default to Xskin)
or multiple changes like this:
replace RS=default RS=Xskin RS=iconic RS=Xskin RS=advanced RS=Xskin -- /var/cpanel/users/*
[/quote:34211e245e]
[b:34211e245e]This is a sample to show how replace command is working. use your valid theme names with replace command. [/b:34211e245e]
I wrote about replace earlier in this thread too (click on the link)
http://forums.cpanel.net/read.php?TID=4515&page=2#19180
[quote:34211e245e]
replace RS=t1 RS=theme RS=t2 RS=theme RS=t3 RS=theme RS=t4 RS=theme -- /var/cpanel/users/*
this command replaces t4, t3 t2 & t1 to theme in user files
[/quote:34211e245e]
(FYI. Replace is part of MySQL-util package)