Is there anyway to brand the Webmail page for resellers? The one you come to if you log in to 2096/2095, where you can choose horde/squirrel/roundcube.
OR is there anyway to have resellers choose which webmail scripts they want to use?
Is there anyway to brand the Webmail page for resellers? The one you come to if you log in to 2096/2095, where you can choose horde/squirrel/roundcube.
OR is there anyway to have resellers choose which webmail scripts they want to use?
-Nick
cPanel Inc.
Need support? Submit a request here. Complimentary support is available to all license holders regardless of where you purchased your license.
Need a complimentary support account? Create one here.
Not quite sure I'm following you there Nick. Select where in cPanel?
-Nick
cPanel Inc.
Need support? Submit a request here. Complimentary support is available to all license holders regardless of where you purchased your license.
Need a complimentary support account? Create one here.
Ok, why I'm asking is because I've been trying to find the "choose your webmail" html files in the branding editor because I wish to "hard code" which webmail to use. Is that a possibility?
-Nick
cPanel Inc.
Need support? Submit a request here. Complimentary support is available to all license holders regardless of where you purchased your license.
Need a complimentary support account? Create one here.
Please check my 1st post. It says resellers.
Alright, been looking into this and it is possible by using the Branding Editor. Here's what you do:
Go into the Branding Editor and select the style you and all your customers use, then click Edit Style-sheet.
To hide Roundcube, insert the following CSS:
To hide SquirrelMail, insert the following CSS:HTML Code:#roundcube_cell {display:none;}
To hide Horde, insert the following CSS:HTML Code:#sqmail_cell{display:none;}
Feel welcome to repeat this with all styles if you desire. Alternatively, you can force all clients to use your style by disabling the Change Style icon via Feature Manager and then applying your style to all accounts.HTML Code:#horde_cell{display:none;}
I realize this is a terse post, so if you need clarification about anything, please let me know.
Thanks alot - our resellers been asking for this for quite some time.
Is this still a valid method for limiting the webmail client options per domain? I can't seem to get it to work.
Figured out why it wasn't working. I wasn't editing the stylesheet at the reseller level.
Last edited by sivadc; 04-01-2010 at 12:37 AM. Reason: answered my own question...