Is the default Roundcube skin changed upon update to cPanel & WHM version 88?
Hi,
Does the cPanel 88 upgrade set the new 'elastic' theme as the default skin for roundcube users who currently use the 'larry' skin on cPanel 86?
Thanks.
-
I think, yes. At least that is what I see when I enter into any of my webmail accounts. If you want to still use the old one, you can change inside RoundCube, entering into Settings -> Preferences -> User Interface. Sergio 0 -
I've found that if the user never played with the theme settings, they got switched by default from larry to elastic, but if the other older theme (which is no longer present) was selected at some point and then set back to larry, then the user is still seeing larry. If the user was using the no longer present theme then I think they get set to elastic as well. 0 -
By the way, what does everyone think of the new skin? Anyone had a chance to try it out on a mobile device yet? 0 -
I really like the new skin over the old one, is more easy to the sight. The old one is "old" one, lol. 0 -
Thanks for the replies @Secmas @kdean and confirmation @cPanelMichael. 0 -
i dont like it at all, its impossible to filter results by file size, hard to read, my customers are complaining abut it too. not very user friendly if you like to search or filter. also the instructions to revert to larry appear to be user specific, how do we do it server wide? 0 -
Is this what your want? Click the stacked 3 dots menu icon, select Options. Set Sorting column to Size 0 -
I am kind of agree with you, there is no way to sort by email size, customers asked me the same. @kdean Can you see the actual size of each email or you just know that they are ordered by size? I can't. Sergio 0 -
No you can't see the size to confirm, so you can only assume it's working. I did find some discussion online for adding a list view to the Elastic theme similar to previous ones, but it appears the developer is very resistant to that... doesn't see the point and doesn't want to be bothered with it which seems a rather poor attitude. He said maybe if someone writes a plugin for it. So it appears that Larry is better for desktop/tablet or users who want more advanced control, whereas Elastic is better for mobile users and users who don't care about seeing much in the message list. 0 -
Is this what your want? Click the stacked 3 dots menu icon, select Options. Set Sorting column to Size
say that but it doesnt show the size? so i couldnt even tell if its working. sometimes my clients sort by size to tidy up the largest messages in their boxes. this theme is useless in that regard.0 -
I agree with @ethical. 0 -
how do we fix this server wide? 0 -
how do we fix this server wide?
Try at your own risk. But the following will set the default skin to larry server wide. Edit /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php Change:$config['skin'> = 'elastic';
To:$config['skin'> = 'larry';
Save cPanel / WHM updates will revert this change. To preserve on updates create a post update hook:nano /usr/local/cpanel/scripts/postupcp
Enterreplace "$config['skin'> = 'elastic';" "$config['skin'> = 'larry';" -- /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php
Save and set execute permissions.chmod 755 /usr/local/cpanel/scripts/postupcp
0 -
thanks! 0 -
By the way, what does everyone think of the new skin? Anyone had a chance to try it out on a mobile device yet?
It's great as far as mobile, but the inability to see message size is a deal breaker for all the reasons stated above. Go here to "encourage" the developer: -Pete0 -
@hbourna you will say "thank's God", lol :-D:-D:-D I couldn't resist, sorry. 0 -
thank at the moment the replace function works replace "$config['skin'> = 'elastic';" "$config['skin'> = 'larry';" -- /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php but there is an advent: Warning: replace is deprecated and will be removed in a future version. what would be the updated command? or another way to make this truck? 0
Please sign in to leave a comment.
Comments
19 comments