- Code: Select all
##############################################################
## MOD Title: Gender
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: This mod will add a Gender field into
## users' profile, and display "Gender: |image|"
## in posts too.
## MOD Version: 1.2.6
## MOD Compatibility: 2.0.5->2.0.6
##
## Installation Level: Intermediate
## Installation Time: 20 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 11
## viewtopic.php
## admin/admin_users.php
## includes/usercp_avatar.php
## includes/usercp_register.php
## includes/usercp_viewprofile.php
## language/lang_english/lang_main.php
## templates/SubSilver/profile_add_body.tpl
## templates/SubSilver/profile_view_body.tpl
## templates/subSliver/subSilver.cfg
## templates/subSliver/viewtopic_body.tpl
## templates/subSilver/admin/user_edit_body.tpl
##
## Included Files: 3
## birthday_db_update.php
## root/templates/subSliver/images/icon_minigender_male.gif
## root/templates/subSliver/images/icon_minigender_female.gif
##
##############################################################
## MOD History:
##
## 2003-12-12 - Version 1.2.6
## - phpBB template & EasyMOD compliance enhancement
## - Arabic, Dutch, Estonian, French, German, Hungarian,
## Icelandic, Italian, Japanese, Korean, Lithuanian,
## Polish, Portuguese Brazil, Russian, Spanish & Turkish
## translations now provide with the MOD
##
## 2003-08-05 - Version 1.2.5
## - Part 1 & part 2 merge in a single how-to
## - Add French translation
## - How-to rewrite to be EasyMOD compatible
##
## ????-??-?? - Version 1.2.4
## - admin/admin_users.php added range check
##
## ????-??-?? - Version 1.2.3
## - confirmed for phpBB2 ver 2.0.5 by "kooky", no change needed
## - changed for ver 2.0.4
##
## ????-??-?? - Version 1.2.2
## - changed a FIND tag
##
## ????-??-?? - Version 1.2.1
## - correct a type in the how-to
##
## ????-??-?? - Version 1.2.0
## - fist release for phpBB2 ver 2.0.1
## - confirmed for phpBB2 ver 2.0.2 - no changes needed
##
## ????-??-?? - Version 1.1.4
## - Last release for phpBB2 ver 2.0.0
##
## ????-??-?? - Version 0.9.0
## - Initial release phpBB2 RC-1
##
##############################################################


