Find the latest Versions of Niels Mods here in this Forum [Updated September 2008]
by Root on Tue 16. Sep, 2008 22:53
- Code: Select all
##############################################################
## MOD Title: Birthday
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: This mod will add a birthday field into your
## user's profile and make users age viewable
## to others when viewing posts.
## MOD Version: 1.5.9
##
## Installation Level: Advanced
## Installation Time: 30 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit:
## index.php
## viewtopic.php
## admin/admin_board.php
## admin/admin_users.php
## includes/functions.php
## includes/page_header.php
## includes/usercp_avatar.php
## includes/usercp_register.php
## includes/usercp_viewprofile.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/index_body.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/profile_add_body.tpl
## templates/subSilver/profile_view_body.tpl
## templates/subSilver/viewtopic_body.tpl
## templates/subSilver/admin/board_config_body.tpl
## templates/subSilver/admin/user_edit_body.tpl
## Included Files:
## root/birthday_popup.php
## root/templates/subSilver/greeting_popup.tpl
## 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:
##
## 1. Full MOD description
## -----------
## This mod will add a birthday field into your user's profile
## and make users age viewable to others when viewing posts.
## Users who not specify a birthday, the script will default
## to "None Specified."
## At the day of the users birthday (next visit) the board can
## be configured to display a birthday greeting .
##
## 2. EasyMOD
## -----------
## This MOD is compatible with EasyMOD and can be installed
## by it but is not yet certified EMC (EasyMOD Compliant)!
## http://area51.phpbb.com/phpBB22/viewforum.php?sid=&f=15
##
## Warning 1! At the minimum, you need EasyMOD beta 1 (0.2.1a) or
## more recent to install this MOD by EM!
##
## Warning 2! At the present time, EM is not able to install
## automatically other languages than English.
## This gap will be solved in future releases but in the meantime,
## if you need to install any other language than English provides
## with this MOD, please proceed manually (cf. comments in
## the DIY action).
##
## 3. Compatibility
## -----------
## This MOD is phpBB 2.0.20 compliant
##
## 4. Official last version link
## -----------
## Meanwhile the phpBB group validation and as the MOD is not yet
## in the phpBB MOD database, check this official link for updates...
## http://mods.db9.dk/viewtopic.php?t=6
##
##############################################################
## MOD History:
##
## 2006-04-16 - Version 1.5.9
## - Modify a FIND to be phpBB 2.0.20 compliant
##
## 2006-01-12 - Version 1.5.8
## - phpBB template & EasyMOD compliance enhancement
## - Modify 2 FIND instructions to be phpBB 2.0.18+ compliant
## - Include the sql queries in the MOD and remove the
## birthday_db_update.php file
## - Add DIY instructions to install other languages than English
## - Use the INCREMENT instruction to increment the
## whosonline.gif rowspan
##
## 2004-09-12 - Version 1.5.7
## - timezone fix, to page_header.php - a typo, made popup happen without timezone applyed
##
## 2004-04-25 - Version 1.5.6
## - add or update the Dutch, French, Hungarian, Icelandic,
## Romanian, Slovak, polish & Spanish translation in the MOD archive
## - add the 2 zodiac optional features and their available
## translations in the MOD archive
##
## 2004-04-22 - Version 1.5.5
## - fixed a isue in index.php, witch couse a error if username have special chars
##
## 2003-12-10 - Version 1.5.4
## - changed the sql into index.php, with a more standart sql
##
## 2003-12-07 - Version 1.5.3
## - phpBB template & EasyMOD compliance enhancement
## - Chinese Traditional Taiwan, Dutch, Estonian, French,
## German & Thai translations now provide with the MOD
##
## 2003-10-13 - Version 1.5.2
## - corrected index.php, allowing lookforward set to 0
##
## 2003-08-27 - Version 1.5.1
## - Corrected the how-to for Subsilver -> subSilver,
## making it work on *NIX OS
## - corrected the how-to for usercp_viewprofile.php, to
## make it work beter with the ADD-ON's
##
## 2003-08-27 - Version 1.5.0
## - Now ready for 2.0.6. and EM
## - merged part 1 and part 2, now only one larger "how-to",
## part 3 and 4 will be renamed to "ADD-ON" 1 and 2
##
## 2003-08-03 - Version 1.4.21
## - fixed a language isue with the new code in functions.php
##
## 2003-08-02 - Version 1.4.20
## - corrected the how-to, regarding file functions.php
##
## ????-??-?? - Version 1.4.19
## - corrected 1.4.18. update (index.php)
##
## ????-??-?? - Version 1.4.18
## - corrected 1.4.17. update (functions.php/index.php)
##
## ????-??-?? - Version 1.4.17
## - change some code, witch should respond faster
##
## ????-??-?? - Version 1.4.16
## - confirmed for 2.0.5. by "kooky"
##
## ????-??-?? - Version 1.4.15
## - corrected the find tag once again, SECURITY RISK
##
## ????-??-?? - Version 1.4.14
## - changed a find tag, witch was giving some users truble
## using, if other mods
##
## ????-??-?? - Version 1.4.13
## - cosmetic changes
##
## ????-??-?? - Version 1.4.12
## - corrected a misbehaiver, if user was registering and
## a error occoured
##
## ????-??-?? - Version 1.4.11
## - corrected a typo in the usercp_register, regarding
## popup messages
##
## ????-??-?? - Version 1.4.10
## - removed a free_result, since mySQL 4.x users did
## have problem with this
##
## ????-??-?? - Version 1.4.9
## - fixed a problem, if avartar is viewed in user edit,
## and no birthday was selected
##
## ????-??-?? - Version 1.4.8
## - changed a find tag in usercp_register.php
##
## ????-??-?? - Version 1.4.7
## - improved page_header.php
##
## ????-??-?? - Version 1.4.6
## - made it posible to specify user must submit birthday
##
## ????-??-?? - Version 1.4.5
## - made 2 tags identicall
##
## ????-??-?? - Version 1.4.4
## - still some typos in the how-to regarding $n / $i in
## viewtopic.php
##
## ????-??-?? - Version 1.4.3
## - corrected zodiac in viewtopic, so if no birthday,
## no zodiac is showen
##
## ????-??-?? - Version 1.4.2
## - corrected the viewtopic.php, zodiac should only be
## inserted, if part 3 are installed
##
## ????-??-?? - Version 1.4.1
## - cosmetic change in viewtopic_body.tpl
##
## ????-??-?? - Version 1.4.0
## - confirmed for ver 2.0.4, change in usercp_register.php,
## lang_main.php
##
## ????-??-?? - Version 1.3.16
## - '//' is changed to '//W' in functions.php
##
## ????-??-?? - Version 1.3.15
## - users birthday was "reset" if other errors occour
## in usercp_register.php
##
## ????-??-?? - Version 1.3.14
## - a $$ is changed to a $ in index.php
##
## ????-??-?? - Version 1.3.13
## - fix, date of 1. was showen as last day in previous month
##
## ????-??-?? - Version 1.3.12
## - if no users in list a "array" was showen,
## this is now corrected
##
## ????-??-?? - Version 1.3.11
## - usernames on index sepperated by commas
##
## ????-??-?? - Version 1.3.10
## - missed some language updates for ver 1.3.9
##
## ????-??-?? - Version 1.3.9
## - fix, age calculation around year shift
##
## ????-??-?? - Version 1.3.8
## - code in functions.php improved
##
## ????-??-?? - Version 1.3.7
## - code in ver 1.3.6. improved
##
## ????-??-?? - Version 1.3.6
## - improved drop down, thanks to "weaselweb"
##
## ????-??-?? - Version 1.3.5
## - there was a typo in the how-to regarding page_header.php
##
## ????-??-?? - Version 1.3.4
## - calculation of dates now correct on 31-12 if leap
## year and date > 1970
##
## ????-??-?? - Version 1.3.3
## - corrected some typo's related to user_register.php
## introduced in ver 1.3.0
##
## ????-??-?? - Version 1.3.2
## - included the file birthday_popup.php, now changes
## to privmsg.php are not nessesary
##
## ????-??-?? - Version 1.3.1
## - fix a bug in index.php
##
## ????-??-?? - Version 1.3.0
## - Now support drop down box as input for birthday in
## users profile
##
## ????-??-?? - Version 1.2.2
## - $year changed to $birth_year, to avoid complications
## together with other mods
##
## ????-??-?? - Version 1.2.1
## - have missed to include some changes in the how-to,
## regarding viewtopic.php
##
## ????-??-?? - Version 1.2.0
## - now confirmed for phpBB2 version 2.0.2
##
## ????-??-?? - Version 1.1.14
## - fixed a mistake in index.php, that causes no users
## to have birthday
##
## ????-??-?? - Version 1.1.13
## - fixed a wrong FIND after the speed improvements
##
## ????-??-?? - Version 1.1.12
## - speed improvements, I have moved some of the code
## from page_header.php to index.php, it turn out that
## none was using the info on other pages, so no need
## for them there
##
## ????-??-?? - Version 1.1.11
## - the english language file, have now changed a few
## places thanks to "mr Cru"
##
## ????-??-?? - Version 1.1.10
## - minor change the lang_main.php, $lang['Birthday_explain']
## to properly support different birthday formats
##
## ????-??-?? - Version 1.1.9
## - fix a missing </span> tag in profile_add_body.tpl
##
## ????-??-?? - Version 1.1.8
## - history started, improved page_header.php
##
## ????-??-?? - Version 1.1.0
## - initial relese phpBB2 ver 2.0.0.
##
## ????-??-?? - Version 1.0.0
## - initial release
##
## ????-??-?? - Version 0.9.0
## - initial BETA release phpBB2 RC-2
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
- Attachments
-
birthday_1.5.9em.zip
- Birthday Mod 1.59 EM
- (33.32 KiB) Downloaded 118 times
-
Root
- Poster

-
- Posts: 8
- Joined: Wed 28. May, 2003 13:06
Return to Latest Niels Mods Downlads
Users browsing this forum: No registered users and 1 guest