Author Topic: Roundcube Logo . Watermark on printed email ~ a copyright issue?  (Read 4974 times)

Offline LaoziSailor

  • Newbie
  • *
  • Posts: 2
Hello all,

I just joined the forum and have the question as listed in the Subject.

My hosting provider cannot help.

Quote
dotCanada Support || Staff
14/04/2015 02:38
Hello LaoziSailor,

The water mark for roundcube cannot be removed from the print page as it is the default with the app, you can use horde to view the emails and to make the printouts.

Thanks,
Sam
dotCanada::Support


There is a reference I cannot find right now that says "if a document has a trademark / logo, the owner of that own the document" ...??

Anyway as the case may be how can that be done away with?

I will not use Roundcube due to a silly icon even though this product is FAR SUPERIOR than others.


Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Roundcube Logo . Watermark on printed email ~ a copyright issue?
« Reply #1 on: April 14, 2015, 10:00:48 AM »
The logo can be easily changed in the Roundcube config:
Code: [Select]
// replace Roundcube logo with this image
// specify an URL relative to the document root of this Roundcube installation
// an array can be used to specify different logos for specific template files, '*' for default logo
// for example array("*" => "/images/roundcube_logo.png", "messageprint" => "/images/roundcube_logo_print.png")
$config['skin_logo'] = null;

Offline LaoziSailor

  • Newbie
  • *
  • Posts: 2
Re: Roundcube Logo . Watermark on printed email ~ a copyright issue?
« Reply #2 on: April 14, 2015, 12:57:16 PM »
Thank you SKaero...!!
Information has been passed on to hosting provider.
Will update on their reaction.

The logo can be easily changed in the Roundcube config:
Code: [Select]
// replace Roundcube logo with this image
// specify an URL relative to the document root of this Roundcube installation
// an array can be used to specify different logos for specific template files, '*' for default logo
// for example array("*" => "/images/roundcube_logo.png", "messageprint" => "/images/roundcube_logo_print.png")
$config['skin_logo'] = null;