Roundcube Community Forum

 

Hide 'About' button

Started by chriscapisce, February 26, 2022, 05:42:29 AM

Previous topic - Next topic

chriscapisce

I would like to hide the 'About' button in Roundcube 1.5.2 (all skins).
One way would be to just edit /skins/elastic/styles/styles.min.css
but what would be the best way to do this without getting overwritten during updates?

Thanks in advance!



chriscapisce


JohnDoh

you can also hide the button using the `disabled_actions` config option;

// List of disabled UI elements/actions
$config['disabled_actions'] = ['about'];
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...