[外掛]天氣報告

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
DL
竹貓忠實會員
竹貓忠實會員
文章: 717
註冊時間: 2005-03-05 15:29

[外掛]天氣報告

文章 DL »

前言 寫:想您的網站看起來比較專業一點?網友查天氣,不需再到官方的網站,到您的論壇就得了,很好用的功能喔!必裝!
檔頭 寫:##############################################################
## 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
##############################################################
最後由 DL 於 2006-01-12 16:05 編輯,總共編輯了 1 次。
主題已鎖定

回到「非官方認證外掛」