[CH 2.1.6 h] Topic calendar v 2.2.4

Seznam modifikací nainstalovaných na tomto fóru.
Odpovědět Téma
Avatar uživatele
leschek
Administrátor
Reakce:
Příspěvky: 724
Registrován: 23 Říj 2005 23:22
Tykání: Ano
Kontaktovat uživatele:

[CH 2.1.6 h] Topic calendar v 2.2.4

Nepřečtený příspěvek od leschek »

Topic calendar v 2.2.4

Kód: Vybrat vše

##############################################################
## MOD Title:	Topic Calendar - Categories Hierarchy 2.1.x edition
## MOD Author: Ptirhiik < ptirhiik@clanmckeen.com > (Pierre) http://rpgnet.clanmckeen.com
## MOD Description:
##		This mod adds a calendar to your board, using the topics as events support.
##		It requires to have Categories Hierarchy v 2.1.x installed.
##
## MOD Version: 2.2.4
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: n/a
##
## Included Files: see the root/ dir
## License:		http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##	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 overview javascripts have been kindly designed by Markus (http://www.phpmix.com).
##
##	o this version is designed only for Categories Hierarchy.
##
##
##	Birthday display:
##	o this edition supports three phpbb_users.user_birthday formats :
##		mmddyyyy, integer : eg : Birthdays mod by TerraFrost ( http://www.phpbb.com/phpBB/viewtopic.php?t=342028 )
##		yyyymmdd, char(8) : eg : old PCP
##		dd-mm-yyyyy, varchar(10) : eg : Birthday Event by Reddog ( http://www.reddevboard.com/forum/viewtopic.php?t=1256 )
##
##		To map birthdays in calendar, you have to open includes/class_calendar.php, then to uncomment the appropriate
##		"'layer' => " line at bottom of the file:
##
##			// mmddyyyy, integer
##			//		'layer' => array('includes/calendar/birthday/class_calendar_birthday_drv_mdy', 'includes/calendar/birthday/class_calendar_birthday'),
##			// yyyymmdd char(8), with leading 0
##			//		'layer' => array('includes/calendar/birthday/class_calendar_birthday_drv_ymd', 'includes/calendar/birthday/class_calendar_birthday'),
##			// dd-mm-yyyy varchar(10), without leading 0 for the date components
##			//		'layer' => array('includes/calendar/birthday/class_calendar_birthday_drv_dmy_sep', 'includes/calendar/birthday/class_calendar_birthday'),
##
##############################################################
## MOD History:
##
##   2006-10-31 - Version 2.2.4 for CH 2.1.6e (pre-release)
##   2006-10-31 - Version 2.2.2 for CH 2.1.6d (pre-release)
##   2006-06-30 - Version 2.2.0 (final)
##   2006-06-22 - Version 2.2.0 (pre-release)
##   2006-04-26 - Version 2.2.0 dev
##	- reviewed for CH 2.1.5RC7,
##	- new scheduler layout,
##	- bundled support of extended date ([-]YYYYY MM DD HH II SS), not for topics events though
##
##   2006-03-13 - Version 2.0.6
##	- reviewed for CH 2.1.5RC6
##
##   2005-10-19 - Version 2.0.2
##	- reviewed for CH 2.1.2
##
##   2005-09-18 - Version 2.0.0 RC6
##	- reviewed for CH 2.1.1 RC6
##
##   2005-08-21 - Version 2.0.0 RC6a
##	- reviewed for CH 2.1.1 RC6a
##
##   2005-05-15 - Version 2.0.0 RC5
##	- add the input buttons handling for next/prev
##
##   2005-05-08 - Version 2.0.0 RC4
##	- finalized with CH 2.1.1 RC4
##
##   2005-05-01 - Version 2.0.0 RC3
##	- finalized with CH 2.1.1 RC3
##
##   2005-04-10 - Version 2.0.0 RC2
##	- finalized with CH 2.1.1 RC2
##
##   2005-04-02 - Version 2.0.0 RC1
##	- finalized with CH 2.1.1 RC1
##
##   2005-02-27 - Version 0.0.1 (beta)
##      - first beta of the CH 2.1.0 edition
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

Mód, kterej přidá do fora kalendář, kam se můžou vkládat události atd.

Můžete si ho vyzkoušet přímo tady na fóru tak, že kliknete na ikonu Kalendář nebo přejdete na fórum Kalendář, kde si můžete zkusit přidat události do Kalendáře.

Mod na stažení najdete zde.

Čeština je zde.

Mimochodem, mod se velmi jednoduše instaluje. Stačí nahrát soubory na váš server a kliknout na index fóra.
Naposledy upravil(a) leschek dne 21 Srp 2008 20:02, celkem upraveno 1 x.
Avatar uživatele
leschek
Administrátor
Reakce:
Příspěvky: 724
Registrován: 23 Říj 2005 23:22
Tykání: Ano
Kontaktovat uživatele:

Nepřečtený příspěvek od leschek »

Přestože jsem aktualizoval CH na poslední verzi 2.1.6 h, tak se v Topic Calendaru od poslední verze nic nezměnilo.
Odpovědět