AÇIKLAMA: Forumunuza doğumgünü alanı ekler.
DOWNLOAD: Linklerin Görülmesine İzin Verilmiyor
Linki Görebilmek İçin
Üye Ol veya
Giriş Yap | CODE |  |
############################################################## ## MOD Title: Birthdays ## MOD Author: TerraFrost < terrafrost@phpbb.com > (Jim Wigginton) http://www.frostjedi.com/terra/wordpress/ ## MOD Description: Adds a Birthday field to the user profile. ## MOD Version: 2.0.1 ## ## Installation Level: moderate ## Installation Time: 30 Minutes ## ## Files To Edit: 15 ## language/lang_english/lang_main.php ## language/lang_english/lang_admin.php ## includes/functions_selects.php ## includes/template.php ## includes/usercp_register.php ## includes/usercp_avatar.php ## templates/subSilver/profile_add_body.tpl ## admin/admin_users.php ## templates/subSilver/admin/user_edit_body.tpl ## index.php ## templates/subSilver/index_body.tpl ## includes/usercp_viewprofile.php ## templates/subSilver/profile_view_body.tpl ## admin/admin_board.php ## templates/subSilver/admin/board_config_body.tpl ## ## Included Files: 1 ## templates/subSilver/images/icon_birthday.gif ## 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: ## ## Although Niels Chr. Denmark's ever-popular Birthday Hack already does that ## which this MOD attempts to do, it does have a number of problems that this ## MOD seeks to remedy. ## ## 1. It isn't validated and hasn't been subjected to a security audit by the ## phpBB MOD Team. ## 2. It saves the birthdate by saving the number of seconds that have elapsed ## since January 1, 1970 to the date in question. This is an inefficient use ## of memory and of storage. ## 3. As a consequence of (2), members *must* specify a birth year, thereby ## effectively telling the world how old they are. This will probably ## disuade some members from using the feature when they might have otherwise ## done so. ## ## Niels MOD can be found here: ## http://www.phpbbhacks.com/download/187 ## ## The current Birthday Icon is from Ptirhiik's Profile Control Panel. The full ## set of PSDs can be found here (doing a search for "graphics" will yield the exact ## location): ## http://rpgnet.clanmckeen.com/demo/download.php ## ## Here's the direct link: ## http://rpgnet.clanmckeen.com/mod/mod-profilcp/mod-profilcp%20-%20GIF_src.zip ## ## The Birthday Icon in the contrib subdirectory is from David Vignoni's LGPL-Licensed ## Nuvola Icon Theme for KDE 3.x. The full set of PNGs can be found here (the exact ## filename / location is nuvola/*/apps/cookie.png): ## http://icon-king.com/?p=15 ## ## Here's a direct link to the individual PNG: ## http://en.wikipedia.org/wiki/Image:Nuvola_apps_cookie.png ## ## LGPL and GPL code can be combined per this: ## http://groups.google.com/group/netscape.public.mozilla.license/msg/7807049753cfbad6 ## ## The latest version of this mod can be found here: ## http://www.frostjedi.com/terra/scripts/phpbb/birthdays.zip ## ## For support / comments / whatever, visit the following URL: ## http://www.phpbb.com/phpBB/viewtopic.php?t=342028 ## ############################################################## ## MOD History: ## ## XXXX-XX-XX - Version 2.0.1 ## - revamped the documentation (Acyd Burn's Attachment MOD documentation inspired me) ## - the birthday interface now displays in a manner dependant upon $lang['DATE_FORMAT']. ## - 'yyyy' no longer needs to be inputted to reset birthdays. ## - fixed a bug whereby dates would show up incorrectly (thanks, Eddy Kiprich!) ## 2005-12-30 - Version 2.0.0 ## - added a new birthday icon (thanks, Ptirhiik!) ## - added the ability to require dates of birth ## - added the ability to require years ## - added the ability to make dates of birth "read-only" ## - added the ability to make the birthday panel on the main index appear all the time ## - added the ability to display birthdays that are x days away (where x is definable ## in the ACP) ## - added the ability to specify valid age ranges ## 2005-12-05 - Version 1.0.1 ## - added a new birthday icon (thanks, cback!) ## - removed a superfluous rowspan="2" attribute (thanks, tony44!) ## - fixed a bug whereby certain birthdates wouldn't be accepted in the ACP (thanks, duena!) ## - fixed a bug whereby birthdates showed up a day early (thanks, 3Di and Scorpiuscat1!) ## - fixed a bug whereby avatar galleries would reset birthdates (thanks, 3Di!) ## 2005-11-16 - Version 1.0.0 ## - initial release ############################################################## ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ############################################################## |