Skip to main content

How to modify Theme from RVBlue to X3 for all accounts?

Comments

3 comments

  • eurorocco
    Perl script to do this in /root/setallrvskintox3 #!/usr/local/bin/perl $themefrom = "rvblue"; $themeto = "x3"; @users = glob("/var/cpanel/users/*"); foreach $user (@users){ print "replace RS=$themefrom RS=$themeto -- $user\n"; } print "/scripts/updateuserdomains\n"; chmod u+x /root/setallrvskintox3 /root/setallrvskintox3 >/root/fixthemes more /root/fixthemes If you like the output that should look like... replace RS=rvblue RS=x3 -- /var/cpanel/users/ replace RS=rvblue RS=x3 -- /var/cpanel/users/ replace RS=rvblue RS=x3 -- /var/cpanel/users/ /scripts/updateuserdomains Then run at your own risk with... . /root/fixthemes Thanks! ER
    0
  • cPanelMichael
    Hello :) Assuming all of your accounts use packages, you could simply edit the theme associated with the package via: "WHM Home " Packages " Edit a Package" Thank you.
    0
  • electric
    Another option: Go to: WHM Home "Multi Account Functions "Modify/Upgrade Multiple Accounts Then scroll down about halfway and on the right-side you'll see a selection section where you can easily choose all accounts for a specific reseller, etc... (This part is not easy to find if you have a lot of accounts and you will have to scroll up/down to find it. I have no idea why cpanel makes this so hard to find...) Once you have selected the desired accounts, then scroll to the bottom of the page, choose the new cpanel theme, and submit.
    0

Please sign in to leave a comment.