Author Topic: how to override the htmlheader.txt and textheader.txt per user  (Read 2557 times)

Offline boxyball

  • Full Member
  • ***
  • Posts: 92
Is it possible to override the htmlheader.txt and textheader.txt on a per user basis?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: how to override the htmlheader.txt and textheader.txt per user
« Reply #1 on: August 21, 2018, 08:20:29 PM »
Are you referring to generic_message_footer and generic_message_footer_html settings in the config?

Offline boxyball

  • Full Member
  • ***
  • Posts: 92
Re: how to override the htmlheader.txt and textheader.txt per user
« Reply #2 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: how to override the htmlheader.txt and textheader.txt per user
« Reply #3 on: August 22, 2018, 11:15:00 AM »
Not built in but it could be done with a plugin.