Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: boxyball on August 21, 2018, 02:35:17 PM

Title: how to override the htmlheader.txt and textheader.txt per user
Post by: boxyball on August 21, 2018, 02:35:17 PM
Is it possible to override the htmlheader.txt and textheader.txt on a per user basis?
Title: Re: how to override the htmlheader.txt and textheader.txt per user
Post by: SKaero on August 21, 2018, 08:20:29 PM
Are you referring to generic_message_footer and generic_message_footer_html settings in the config?
Title: Re: how to override the htmlheader.txt and textheader.txt per user
Post by: boxyball on August 22, 2018, 10:10:45 AM
Yes ... sorry ... I currently have those as follows...

$config['generic_message_footer'] = 'textHeader.txt';
$config['generic_message_footer_html'] = 'htmlHeader.txt';

... and was wondering if there was a way to override on a per-user basis.
Title: Re: how to override the htmlheader.txt and textheader.txt per user
Post by: SKaero on August 22, 2018, 11:15:00 AM
Not built in but it could be done with a plugin.