http://www.steelheader.net/weather/hw3/hw3.php <br />is the direct link and it uses a header but would be nice if it could have selectable style sheets<br /><br />program is free but database updates to make it work properly are 20 bucks for acess. Worth the money for what the program provides.
I would have to see the program to give you pointers but you could integrate it like I do with Photopost/Reviewpost. Have you tried that<br /><br />Have you tried defining the user authenticate function in the new program and then setting the user stylesheet to $fstyle and then making the programs css link $fstyle.css
Chuck I haven't tried anything yet, I just got it up and running properly yesterday. They will be releasing a new php image addon shortly what would be a great addition to our pal boxes. It has lots of potential just thought I should share the program since my integrations skills are pretty limited and we have a great mind trust here.
#262982 - 11/19/0308:42 AMRe: Hamweather mod
[Re: Kelly]
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25452
Loc: Texas
that would be very useful for all sites whose activities are outdoor-related <img src="http://www.ubbdev.com/forum/images/graemlins/waytogo.gif" alt="" />
Registered: 10/26/02
Posts: 112
Loc: Kinston, Alabama USA Planet Ea...
If you have a weather station at your home, I would suggest ambient weather's software, I have it fully intergrated into my weather site at http://alawx.com I also own hamweather but never was able to get it setup the way I wanted.
#262988 - 11/22/0304:40 PMRe: Hamweather mod
[Re: sf49rminer]
scroungr
Old Hand
Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
I don't know if it's just that Im use to how threads was written but it appears HamWeather is not that easy to convert over to a threads appearance bcause it wasn't written in PHP looks like it was converted to PHP because the templates are all .html's where I would expect .tmpl's and they are full html where I would expect php...
_________________________
Couchtomatoe - www.couch-tomatoe.cc My abilities are for hire for installs, upgrades, custom themes and custom modifications.
#262990 - 12/22/0304:11 PMRe: Hamweather mod
[Re: Kelly]
scroungr
Old Hand
Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Okay I managed to wrap hamweather very easily.. using the generic page ONCE I added $threadsdevconfig=$config before the require to the hw3.php and then added $config=$threadsdevconfig after the require.. I also managed to create a Pal Box that only takes what I want to show and then gives a link to the new page..
_________________________
Couchtomatoe - www.couch-tomatoe.cc My abilities are for hire for installs, upgrades, custom themes and custom modifications.
#262992 - 01/20/0404:27 PMRe: Hamweather mod
[Re: Kelly]
fishtails
Enthusiast
Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
I've had it ever since the php BETA version came out. Keep in mind now, I am NOT using the mysql db for hw data, and this is for the BETA version. I haven't done the final release yet. Drop the attached txt file into the root directory of your hw3 program. Rename the weather.txt to weather.php. Add the following to your languages/online.php file: <br /> <br />$ubbt_lang['weather'] = "Checking the weather"; <br /> <br />That's it. Keep in mind that my hw is NOT in the same directory as my threads. Demo here : http://www.fish-tails.net/weather/weather.php <br /> <br />Quite simple, don't need anything else. The hw program sets cookies for saving the users prefs rather in a db. Enjoy. <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /> <br /> <br />Forgot to mention. If you want the users prefs to use the selectable css, you'll probably have to edit each of the html templates for hw. I only use one style sheet, so it was not a big deal to me. <br /> <br />One more thing, you have to edit hw3.ini.php line 7 to read something like this: <br />scripturl=weather.php <br />this is so all call are made to weather.php and not hw3.php .
_________________________
Couchtomatoe - www.couch-tomatoe.cc My abilities are for hire for installs, upgrades, custom themes and custom modifications.
#262995 - 01/20/0407:49 PMRe: Hamweather mod
[Re: ]
scroungr
Old Hand
Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
I will have to write some instructions up but can do..
_________________________
Couchtomatoe - www.couch-tomatoe.cc My abilities are for hire for installs, upgrades, custom themes and custom modifications.