NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.
A direct link to support for each MOD is in the first post of the respective topic.
Modification name: Genders Author:phpbbmodders.net Modification description: This MOD will allow your members to specify their Gender. They can chose between "Male", "Female" and "None specified". Modification version: 1.0.2 Tested on phpBB version: 3.0.8
The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.
Do you have some php code to import the data from gender table on Phpbb version 2.0.22 and insert it into new Phpbb 3 installation? It could be useful for those who had the Gender mod on version 2 and want to migrate to version 3 preserving the user gender information on large forums.
I don't know if this works, you can try it After backing up of course. Replace "phpbb3_database_name" and "phpbb2_database_name" with the database names.
UPDATE phpbb3_database_name.phpbb_users new SET new.user_gender = SELECT user_gender FROM phpbb2_database_name.phpbb_users old WHERE new.user_id = old.user_id;
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three