Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.5 (build 3282) - 23 February 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Editing Signature Banner

Discussion and support for 3rd-party (non-Sandaysoft) tools for Cumulus
Post Reply
geoffw
Posts: 556
Joined: Fri 08 May 2009 3:12 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 10
Location: Pembrokeshire West Wales UK
Contact:

Editing Signature Banner

Post by geoffw »

Having come back to the the forum after some time away I have resurrected my signature Banner (See below). But it still looks pretty awful with a basic font and odd symbols scattered through it.

Would some kind and knowledgeable user offer me some advice on how to smarten it up?

Many thanks in advance.
Geoff
Image
geoffw
Posts: 556
Joined: Fri 08 May 2009 3:12 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 10
Location: Pembrokeshire West Wales UK
Contact:

Re: Editing Signature Banner

Post by geoffw »

Text sorted myself (show-off!). But how do the change the background colour - or even add an image?
Geoff
Image
User avatar
PaulMy
Posts: 3760
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Editing Signature Banner

Post by PaulMy »

At line 183 just after the Set colors we want to use I have added my bacground image...

Code: Select all

// The line below is for the background image, which must be placed in the same directory as the banner.php script
 $baseimg = imagecreatefromjpeg("komokaimage1.jpg");

   imagecopy($im,$baseimg,0,0,0,0,$SITE['image_width'], $SITE['image_height']);
   imagedestroy($baseimg);

// Make a Border Around the box

Enjoy,
Paul
Davis Vantage Pro2+
C1 www.komokaweather.com/komokaweather-ca
MX www.komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX www.komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX www. komokaweather.com/cumulusmx4/index.htm

Image
geoffw
Posts: 556
Joined: Fri 08 May 2009 3:12 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 10
Location: Pembrokeshire West Wales UK
Contact:

Re: Editing Signature Banner

Post by geoffw »

Thanks Paul, a satisfying days work!
Geoff
Image
Post Reply