Recent posts
#11
Theme Releases / Creating a Customizable Header...
Last post by samuelolavo - June 12, 2025, 11:30:45 AMHi everyone,
I'm currently trying to add a customizable header and footer to my Roundcube webmail interface. I attempted to create separate HTML files and include them directly in the theme (Elastic), but I'm running into some layout issues, particularly when trying to ensure that email content isn't affected or misaligned.
I'm using the latest version of Roundcube.
Is there an official or recommended way to include a persistent header and footer across all pages (except the message view, ideally), possibly with support for a toggle button to show/hide them?
Any guidance, plugin recommendations, or example implementations would be greatly appreciated.
Thanks in advance!
I'm currently trying to add a customizable header and footer to my Roundcube webmail interface. I attempted to create separate HTML files and include them directly in the theme (Elastic), but I'm running into some layout issues, particularly when trying to ensure that email content isn't affected or misaligned.
I'm using the latest version of Roundcube.
Is there an official or recommended way to include a persistent header and footer across all pages (except the message view, ideally), possibly with support for a toggle button to show/hide them?
Any guidance, plugin recommendations, or example implementations would be greatly appreciated.
Thanks in advance!
#12
Release Discussion / Re: Understanding the method o...
Last post by JohnDoh - June 12, 2025, 03:43:51 AMIdentities has its own settings, have a look at:
Code Select
// Set identities access level:
// 0 - many identities with possibility to edit all params
// 1 - many identities with possibility to edit all params but not email address
// 2 - one identity with possibility to edit all params
// 3 - one identity with possibility to edit all params but not email address
// 4 - one identity with possibility to edit only signature
$config['identities_level'] = 0;
#13
Release Discussion / Understanding the method of $c...
Last post by EHCanadian - June 12, 2025, 01:55:01 AMLooking for some help on understanding where I should be looking to obtain the correct values to disable aspects of the roundcube options/edits/settings.
For example. Should one want to disable " ?_task=settings&_action=identities " add or delete identities. What was the process used to obtain/find the value to enter in the $config['disabled_actions'] = array('something.identities');
For example. Should one want to disable " ?_task=settings&_action=identities " add or delete identities. What was the process used to obtain/find the value to enter in the $config['disabled_actions'] = array('something.identities');
#14
Theme Releases / Re: Elastic2022
Last post by Seb1k - June 11, 2025, 07:39:49 PMPlease try the last update.
I changed the compose page + fix for toteph42/identity_switch
I changed the compose page + fix for toteph42/identity_switch
#15
Theme Releases / Re: Elastic2022
Last post by Seb1k - June 11, 2025, 12:25:13 PMIt was working with this plugin last year : https://packagist.org/packages/boressoft/ident_switch
(see https://github.com/seb1k/Elastic2022/issues/7 )
Which one are you using ?
(see https://github.com/seb1k/Elastic2022/issues/7 )
Which one are you using ?
#16
Theme Releases / Re: Elastic2022
Last post by Nareau - June 11, 2025, 06:31:08 AMHello,
Is there any chance of inserting somewhere an html field responsible for displaying a selection of configured additional accounts via the identity_switch plugin? It works on normal Elastic
Is there any chance of inserting somewhere an html field responsible for displaying a selection of configured additional accounts via the identity_switch plugin? It works on normal Elastic
#17
API Based Plugins / Re: Any keyboard shortcut plug...
Last post by hetorakel - June 10, 2025, 07:38:51 AMWith the risk of being accused of necromancing this old thread: i just created an account to confirm the dapphp keyboard_shortcuts repo works for me: using roundcube 1.6.10.
#18
API Based Plugins / Re: Replace a few default $lab...
Last post by jigster - June 10, 2025, 07:05:58 AM@JohnDoh You're an absolute superstar, thank you!! That worked perfectly - exactly what I needed.
#19
General Discussion / Server Error: STATUS: Internal...
Last post by SGCKeizer - June 09, 2025, 06:22:00 PMHello,
I am receiving this when I try to use my email.
Server Error: STATUS: Internal error occurred. Refer to server log for more information. [2025-06-09 18:16:13] (0.001 + 0.000 secs).
SGC
I am receiving this when I try to use my email.
Server Error: STATUS: Internal error occurred. Refer to server log for more information. [2025-06-09 18:16:13] (0.001 + 0.000 secs).
SGC
#20
General Discussion / Re: sended mail is disappeared
Last post by JohnDoh - June 09, 2025, 02:55:00 PMRoundcube is a web based mail client that your email provider is using to give you webmail access. Please contact your email provider for support, they might have backups that can be used to recover the missing messages.