The secure CMS.

Welcome to Geeklog
Saturday, March 13 2010 @ 11:16 PM EST

One more Local Weather Forecast update

AnnouncementsOne final update to the Local Weather Forecast add-on for Geeklog.

The content of More Local WX and 2 Day History are now wrapped inside Geeklog in the same way the extended forecast is wrapped. While the main forecast information is cached for set period of time, the cache has not been implemented yet for this material.

This will likely be the last update of this standalone version. Squatty will be incorporating this into his weather block.

The local weather forecast add-on files are available here.

The original Geeklog article on this project is available here.

Story Options

One more Local Weather Forecast update | 1 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
And one last bug fix (please)
Authored by: jlhughes on Monday, October 21 2002 @ 11:32 PM EDT
Found that my update had disabled the "Back to Previous Page" link at the bottom of the weather pages.

If you want to make the fix yourself in index.php, find the line:

$html = str_replace( '()', '(local)', $html );

And change it to:

$html = str_replace( '<br>()', '(local)', $html );

The index.php file has been updated here