Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4021) - 04 May 2024

Legacy Cumulus 1 release 1.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

Display Updated banner

Discussion and support for 3rd-party (non-Sandaysoft) tools for Cumulus
Post Reply
fasteddie
Posts: 3
Joined: Mon 25 Oct 2010 3:12 am
Weather Station: Oregon Scientific WMR968
Operating System: Windows 2003 Server

Display Updated banner

Post by fasteddie »

So... I searched and searched the forum (30 minutes) and couldn't find the answer so I need to ask...

I've got the banner.php on my site in a path here: http://www.therockwells.net/weather/banner.php

I want to generate a new .png file and display it on my main index.php (in the root) or on any page for that matter (even other sites) but I can't figure out how to "include" the php file to generate a new banner (.png file) and display it...

I tried <?php include("./weather/banner.php") ?> and other iterations but it didn't work...

I also want it to be a clickable link to bring me to this page: http://www.therockwells.net/weather/

Yes, I checked the included documentation from their site but it's not there (or around here).

Oh... my head hurts :bash:

Please someone, feed me a bone.

thanks,

fasteddie
Last edited by fasteddie on Sun 31 Oct 2010 7:30 pm, edited 1 time in total.
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Display Updated banner

Post by steve »

The code returns an image, so you can use it as you would any other image in HTML, e.g <img src="http://.....link to your banner.php" ...
Steve
Post Reply