Miscellaneous > Roundcube Discussion

Is it possible to customise the home screen

(1/1)

blueaquan:
Hi, I am new to roundcube, I have a testbed machine on which I am experimenting roundcubemail-1.5.3. OS is Ubuntu 22.10.  I have changed these three lines in my /config/config.inc.php file

$config['skin'] = 'larry';
$config['skin_logo'] = 'https://<location of the logo online >;
$config['product_name'] = 'Company Webmail';

All that works, but when I login, the opening home screen, i.e. when we click on "Inbox", there is a blank preview window on the right, with the roundcube icon which I would either like to have a blank page or the company logo. Is this possible...?  Changing the above three parameters does not seem to have any effect on this icon.  Could anyone help me with this please...?

Thanks for your time

BA

SKaero:
You can add the following to your <RC root>/config/config.inc.php file to set the watermark page:

--- Code: ---// Location of the blank (watermark) frame page. By default it is the watermark.html
// file from the currently selected skin. Prepend name/path with a slash to use
// current skin folder. Remove the slash to point to a file in the Roundcube
// root directory. It can be also a full URL.
$config['blankpage_url'] = '/watermark.html';

--- End code ---

blueaquan:

--- Quote from: SKaero on January 19, 2023, 11:46:52 AM ---You can add the following to your <RC root>/config/config.inc.php file to set the watermark page:

--- Code: ---// Location of the blank (watermark) frame page. By default it is the watermark.html
// file from the currently selected skin. Prepend name/path with a slash to use
// current skin folder. Remove the slash to point to a file in the Roundcube
// root directory. It can be also a full URL.
$config['blankpage_url'] = '/watermark.html';

--- End code ---

--- End quote ---

Fantastic! Thank you SKaero, that worked like a breeze! 

Navigation

[0] Message Index

Go to full version