代碼: 選擇全部
##############################################################
## MOD Title: Topic calendar - Part 1 (common to all setup)
## MOD Author: Ptirhiik < ptirhiik@clanmckeen.com > (Pierre) http://rpgnet.clanmckeen.com
## MOD Description:
## This mod adds a calendar to your board, working with natural phpBB auth.
##
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 25 Minutes
## Files To Edit:
## posting.php
## search.php
## viewforum.php
## viewtopic.php
##
## includes/auth.php
## includes/constants.php
## includes/functions.php
## includes/functions_post.php
## includes/page_header.php
## includes/topic_review.php
##
## templates/subSilver/overall_header.tpl
## templates/subSilver/posting_body.tpl
## templates/subSilver/subSilver.cfg
##
## Included Files:
## calendar.php
## calendar_scheduler.php
##
## functions_calendar.php
## toggle_display.js
## mod_calendar.php
##
## lang_extend_topic_calendar.php
##
## calendar_body.tpl
## calendar_box.tpl
## calendar_overview_profil.tpl
## calendar_overview_topic.tpl
## calendar_scheduler_body.tpl
##
## --- graphics ---
## graph.gif/folder_calendar.gif
## graph.gif/icon_calendar.gif
## graph.gif/icon_mini_calendar.gif
## graph.gif/icon_tiny_profile.gif
## graph.gif/icon_tiny_topic.gif
## graph.gif/icon_down_arrow.gif
## graph.gif/icon_up_arrow.gif
##
## --- mods settings ---
## mod-mods_settings/admin_board_extend.php
## mod-mods_settings/functions_mods_settings.php
## mod-mods_settings/board_config_extend_body.tpl
## mod-mods_settings/lang_extend_mods_settings.php
##
## --- lang settings ---
## mod-lang_settings/lang_extend_mac.php
##
## --- topics list ---
## mod-topics_list/functions_topics_list.php
## mod-topics_list/topics_list_box.tpl
##
## mod-topics_list/graph.gif/folder_announce_own.gif
## mod-topics_list/graph.gif/folder_announce_new_own.gif
## mod-topics_list/graph.gif/folder_own.gif
## mod-topics_list/graph.gif/folder_new_own.gif
## mod-topics_list/graph.gif/folder_hot_own.gif
## mod-topics_list/graph.gif/folder_new_hot_own.gif
## mod-topics_list/graph.gif/folder_lock_own.gif
## mod-topics_list/graph.gif/folder_lock_new_own.gif
## mod-topics_list/graph.gif/folder_sticky_own.gif
## mod-topics_list/graph.gif/folder_sticky_new_own.gif
##
##############################################################
## 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:
##
## o part 1 is common to all setups
## o part 2 is required if you haven't Split topic type v 2 or greater installed
## o part 3 is required if you haven't Categories hierarchy v 2.0.4 or greater
## o part 4 is required if you have Categories hierarchy v 2.0.4 or greater
##
## o This mod was originaly based on ModjavLinux's mycalendar 2.2.6, but differs now in so
## many points that it can't be qualified as an evolution, but rather a brand new way to
## manage events with a calendar. Anyway, it wouldn't have been fair to not mentioned the
## old-timer as the grand-father of this one :).
##
## o The javascript included in calendar_box.tpl comes from Mojavlinux's MyCalendar 2.2.6
## ( http://www.mojavelinux.com/ )
##
## o For those using the Profile Control Panel, the calendar will also display the birthday
## of your users.
##
## o This mod uses mods settings mod (also included with the pack) to manage configuration values.
## If you whish to grant your users the ability to customize their setting, install it too :).
##
## o This mod can be installed using Nutzzy's EasyMOD v 0.0.10a ( http://phpbb.com/phpBB/viewtopic.php?t=125071 ),
## on a phpBB 2.0.4, 2.0.5 and 2.0.6
##
##############################################################
## MOD History:
##
## 2003-11-11 - Version 1.0.1
## - no changes to the mod, only the installation description has been enhance to ease the
## installation with Categories hierarchy v 2.0.4 or greater
##
## 2003-10-30 - Version 1.0.0
## - fix a bug on DST date change in scheduler
## - fix the -1 issue in preview post
## - cut off softer the message in the overview event window
##
## 2003-09-14 - Version 1.0.0 beta 1.5
## - fix empty auths
## - various little design fixes
## - add forum selection
## - add prec/next month
## - upgrade mod-topics_list version
##
## 2003-09-09 - Version 1.0.0 beta 1.4
## - split the mod in two part for those having or planing to install the split topic type mod
## - adapt the mod to post icon mod
## - fix a collision between send email input field and events on flying windows
## - remove the jumbox on calendar view
## - fix overview window width and right position with mozilla
## - fix an error on days shown moved with events in little month box
## - add a link to return from schedular to calendar
##
## 2003-09-05 - Version 1.0.0 beta 1.3
## - fix the birthday issue on some server (DST active issue with mktime())
## - add default icons (in prevision for posts icon mod)
##
## 2003-08-26 - Version 1.0.0 beta 1.2
## - enhancement of the scheduler
## - getting various type events modularization
##
## 2003-08-28 - Version 1.0.0 beta 1.0a
## - first beta
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################代碼: 選擇全部
##############################################################
## MOD Title: Topic calendar - Part 2 (without Split topic type v 2 or greater)
## MOD Author: Ptirhiik < ptirhiik@clanmckeen.com > (Pierre) http://rpgnet.clanmckeen.com
## MOD Description:
## This part is required if you have not Split topic v 2 or greater
##
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 3 Minutes
## Files To Edit:
## viewforum.php
## Included Files:(n/a)
##############################################################
## 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:
##
## o part 1 is common to all setups
## o part 2 is required if you haven't Split topic type v 2 or greater installed
## o part 3 is required if you haven't Categories hierarchy v 2.0.4 or greater
## o part 4 is required if you have Categories hierarchy v 2.0.4 or greater
##
##############################################################
## MOD History:
##
## 2003-11-11 - Version 1.0.1
## - no changes to the mod, only the installation description has been enhance to ease the
## installation with Categories hierarchy v 2.0.4 or greater
##
## 2003-10-30 - Version 1.0.0
## - fix a bug on DST date change in scheduler
## - fix the -1 issue in preview post
## - cut off softer the message in the overview event window
##
## 2003-09-14 - Version 1.0.0 beta 1.5
## - fix empty auths
## - various little design fixes
## - add forum selection
## - add prec/next month
## - upgrade mod-topics_list version
##
## 2003-09-09 - Version 1.0.0 beta 1.4
## - split the mod in two part for those having or planing to install the split topic type mod
## - adapt the mod to post icon mod
## - fix a collision between send email input field and events on flying windows
## - remove the jumbox on calendar view
## - fix overview window width and right position with mozilla
## - fix an error on days shown moved with events in little month box
## - add a link to return from schedular to calendar
##
## 2003-09-05 - Version 1.0.0 beta 1.3
## - fix the birthday issue on some server (DST active issue with mktime())
## - add default icons (in prevision for posts icon mod)
##
## 2003-08-26 - Version 1.0.0 beta 1.2
## - enhancement of the scheduler
## - getting various type events modularization
##
## 2003-08-28 - Version 1.0.0 beta 1.0a
## - first beta
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################代碼: 選擇全部
##############################################################
## MOD Title: Topic calendar - Part 3 (without categories hierarchy v 2.0.4 or greater)
## MOD Author: Ptirhiik < ptirhiik@clanmckeen.com > (Pierre) http://rpgnet.clanmckeen.com
## MOD Description:
## This part has to be installed if you haven't Categories hierarchy v 2.0.4 or greater
##
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit:
## admin/admin_forumauth.php
## admin/admin_ug_auth.php
##
## Included Files: (n/a)
##
##############################################################
## 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:
##
## o part 1 is common to all setups
## o part 2 is required if you haven't Split topic type v 2 or greater installed
## o part 3 is required if you haven't Categories hierarchy v 2.0.4 or greater
## o part 4 is required if you have Categories hierarchy v 2.0.4 or greater
##
##############################################################
## MOD History:
##
## 2003-11-11 - Version 1.0.1
## - no changes to the mod, only the installation description has been enhance to ease the
## installation with Categories hierarchy v 2.0.4 or greater
##
## 2003-10-30 - Version 1.0.0
## - fix a bug on DST date change in scheduler
## - fix the -1 issue in preview post
## - cut off softer the message in the overview event window
##
## 2003-09-14 - Version 1.0.0 beta 1.5
## - fix empty auths
## - various little design fixes
## - add forum selection
## - add prec/next month
## - upgrade mod-topics_list version
##
## 2003-09-09 - Version 1.0.0 beta 1.4
## - split the mod in two part for those having or planing to install the split topic type mod
## - adapt the mod to post icon mod
## - fix a collision between send email input field and events on flying windows
## - remove the jumbox on calendar view
## - fix overview window width and right position with mozilla
## - fix an error on days shown moved with events in little month box
## - add a link to return from schedular to calendar
##
## 2003-09-05 - Version 1.0.0 beta 1.3
## - fix the birthday issue on some server (DST active issue with mktime())
## - add default icons (in prevision for posts icon mod)
##
## 2003-08-26 - Version 1.0.0 beta 1.2
## - enhancement of the scheduler
## - getting various type events modularization
##
## 2003-08-28 - Version 1.0.0 beta 1.0a
## - first beta
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################代碼: 選擇全部
##############################################################
## MOD Title: Topic calendar - Part 4 (with categories hierarchy v 2.0.4 or greater)
## MOD Author: Ptirhiik < ptirhiik@clanmckeen.com > (Pierre) http://rpgnet.clanmckeen.com
## MOD Description:
## This part has to be installed if you have Categories hierarchy v 2.0.4 or greater
##
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 3 Minutes
## Files To Edit:
## includes/def_auth.php
##
## Included Files: (n/a)
##
##############################################################
## 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:
##
## o part 1 is common to all setups
## o part 2 is required if you haven't Split topic type v 2 or greater installed
## o part 3 is required if you haven't Categories hierarchy v 2.0.4 or greater
## o part 4 is required if you have Categories hierarchy v 2.0.4 or greater
##
##############################################################
## MOD History:
##
## 2003-11-11 - Version 1.0.1
## - no changes to the mod, only the installation description has been enhance to ease the
## installation with Categories hierarchy v 2.0.4 or greater
##
## 2003-10-30 - Version 1.0.0
## - fix a bug on DST date change in scheduler
## - fix the -1 issue in preview post
## - cut off softer the message in the overview event window
##
## 2003-09-14 - Version 1.0.0 beta 1.5
## - fix empty auths
## - various little design fixes
## - add forum selection
## - add prec/next month
## - upgrade mod-topics_list version
##
## 2003-09-09 - Version 1.0.0 beta 1.4
## - split the mod in two part for those having or planing to install the split topic type mod
## - adapt the mod to post icon mod
## - fix a collision between send email input field and events on flying windows
## - remove the jumbox on calendar view
## - fix overview window width and right position with mozilla
## - fix an error on days shown moved with events in little month box
## - add a link to return from schedular to calendar
##
## 2003-09-05 - Version 1.0.0 beta 1.3
## - fix the birthday issue on some server (DST active issue with mktime())
## - add default icons (in prevision for posts icon mod)
##
## 2003-08-26 - Version 1.0.0 beta 1.2
## - enhancement of the scheduler
## - getting various type events modularization
##
## 2003-08-28 - Version 1.0.0 beta 1.0a
## - first beta
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################- 外掛模組下載網址:
http://rpgnet.clanmckeen.com/demo/viewt ... =1839#1839
- 中文語系:
lang_extend_topic_calendar.php
代碼: 選擇全部
// admin part
if ( $lang_extend_admin )
{
$lang['Lang_extend_topic_calendar'] = '主題行事曆';
}
$lang['Calendar'] = '行事日曆';
$lang['Calendar_scheduler'] = '清單';
$lang['Calendar_event'] = '重要事項';
$lang['Calendar_from_to'] = '從 %s 到 %s (included)';
$lang['Calendar_time'] = '%s';
$lang['Calendar_duration'] = '期間';
$lang['Calendar_settings'] = '行事曆設定';
$lang['Calendar_week_start'] = '每週的第一天';
$lang['Calendar_header_cells'] = '版面頭條位置顯示(格)數 (0 表示不顯示)';
$lang['Calendar_title_length'] = '版頭行事曆主題字數';
$lang['Calendar_text_length'] = '總覽視窗文字長度';
$lang['Calendar_display_open'] = '版頭顯示行事曆列';
$lang['Calendar_nb_row'] = '版頭每日顯示列數';
$lang['Calendar_birthday'] = '在行事曆上顯示會員生日';
$lang['Calendar_forum'] = '在清單中的主題標題上方顯該討論區名稱';
$lang['Sorry_auth_cal'] = '抱歉,但是只有 %s 可以發表討論區行事曆內的行程。';
$lang['Date_error'] = '日 %d, 月 %d, 年 %d 不是個正確的時間';
$lang['Event_time'] = '行程';
$lang['Minutes'] = '分鐘';
$lang['Today'] = '今日';
$lang['All_events'] = '所有行程';
$lang['Rules_calendar_can'] = '你 <b>可以</b> 在這個版面新增事件';
$lang['Rules_calendar_cannot'] = '你 <b>無法</b> 在這個版面新增事件';- 安裝說明:
MOD-topic_calendar-part1.txt(必裝)
MOD-topic_calendar-part2.txt(未安裝Split topic type 2.0.1 者必裝)
MOD-topic_calendar-part3.txt(未安裝categories hierarchy v 2.0.4 者必裝)
MOD-topic_calendar-part4.txt(已安裝categories hierarchy v 2.0.4 者必裝)
