檔頭 寫:##############################################################
## MOD Title: Current Local Weather w/10 day forecast & PCP Integration
## MOD Author: Handyman <
Francis@michaellewismusic.com > (Francis Lewis)
http://michaellewismusic.com/forum
## MOD Description: This mod allows registered users to pick a city
## from within their profile and have the current and
## 10 day forecast displayed on the main phpbb page. If
## no city is selected or an invalid code is entered,
## then no weather is displayed.
##
## MOD Version: 2.0
##
## Installation Level: Intermediate
## Installation Time: 15 Minutes
## Files To Edit:
## admin/admin_users.php
## index.php
## includes/usercp_register.php
## includes/usercp_viewprofile.php
## language/lang_english/lang_main.php
## templates/subSilver/admin/user_edit_body.tpl
## templates/subSilver/index_body.tpl
## templates/subSilver/profile_add_body.tpl
## templates/subSilver/profile_view_body.tpl
## Included Files:
## admin/avc_weather.php
## includes/weather.php
##############################################################
## For Security Purposes, Please Check:
http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at:
http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## Copyright 2005 ?Handyman.
##
## Thanks to Matt (
http://thehottub.net)
## and ozzie for some of the PCP integration.
##
## This mod will create a new field in your users table, Registering table
## (for PCP only) and in the profile section (PCP only).
## Registered members will see one of two things. Either "No City
## Selected" or their weather. Users can modify their city code via their
## profile and admins can edit them in the User Admin Management page. I
## have made the city codes hidden to everyone (except the admin) when you
## look at another user's profile. I don't think that should be public. As
## I designed this mod, only the main index.php
## page shows the weather. This can be altered, however, I don't think
## users would want to see their weather on every page.
## This Version now uses weather from weather.com
##
## I will not be able to offer support on any forum except for mine and
## phpbb
http://phpbb.com
## "
http://michaellewismusic.com/forum" as I don't have time to check the
## other forums.
##
## Thanks. Have fun and God Bless.
##
http://michaellewismusic.com/pope (tribute to the great Pope John Paul
## II)
##############################################################
## MOD History:
##
## 2005-04-30 - Version 1.0.0
## - Original release
##
## 2005-05-25 - Version 1.1
## - Fixed the code to be compatible with heavily modded boards
##
## 2005-6-28 - Version 1.2
## - Fixed code to be compatible with different languages
##
## 2005-7-11 - Version 1.3
## - Fixed some bugs in the city selector and the popups.
##
## 2005-7-23 - Version 1.3.1
## - Fixed some not critical code in the install file.
##
## 2005-8-17 - Version 1.3.2
## - Fixed an error PCP only. (see the PCP install file for
## details) And made the install file more compatible with
## Heavily modded boards
##
## 2005-12-26 - Version 2.0
## - Now using Weather.com
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################