Genders

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

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.
Locked
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29216
Joined: Sat Aug 16, 2003 7:36 am

Genders

Post by Extensions Robot »

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

Download file: phpbb_genders-1.0.2.zip
File size: 207.24 KiB

Modification overview page: View

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.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 23 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28616
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Genders

Post by Paul »

Modification validated/released

Notes:
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Genders

Post by igorw »

Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
User avatar
bbjimbb
Registered User
Posts: 98
Joined: Sat Jan 12, 2008 10:08 am

Re: Genders

Post by bbjimbb »

That MOD is fine! :D
Thanks evil<3
Excuse me for my bad english. I hope you understand my posts. ;)
User avatar
Ed Guy
Registered User
Posts: 89
Joined: Mon Oct 14, 2002 6:09 pm

Re: Genders

Post by Ed Guy »

Hello,

Thanks for the MOD.

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.

Regards

Ed :ugeek:
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Re: Genders

Post by igorw »

I don't know if this works, you can try it :D After backing up of course. Replace "phpbb3_database_name" and "phpbb2_database_name" with the database names.

Code: Select all

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
Austin`
Registered User
Posts: 1
Joined: Fri Feb 01, 2008 1:48 am

Re: Genders

Post by Austin` »

Couldn't you just add a custom profile field to do this?
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Re: Genders

Post by igorw »

You could, then it would be harder to generate things like fancy stats or have gender-based permissions. These could be some addons for this mod :)
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
Tom@S
Registered User
Posts: 96
Joined: Thu Jul 12, 2007 7:33 pm
Location: SVK
Contact:

Re: Genders

Post by Tom@S »

great mod u have used it befor time on some old beta version
WRene
Registered User
Posts: 9
Joined: Fri Feb 01, 2008 11:36 pm

Re: Genders

Post by WRene »

I have installed this on my board too, but i do not get the image to show wether someone is male female or inconclusive.

when I look into the source coude, it seems like there has no line put in that declares the image to show.

I am using the latests phpbb release.
User avatar
alin0s
Registered User
Posts: 61
Joined: Tue Jan 22, 2008 7:44 pm
Location: Illinois, USA
Contact:

Re: Genders

Post by alin0s »

Cant you just use a custom profile field... who cares about the stats...

and gender based permissions is discriminatory... GO TO JAIL!!!
User avatar
vienkytu
Registered User
Posts: 7
Joined: Thu Dec 15, 2005 4:50 am

Re: Genders

Post by vienkytu »

Thank you!
I need this MOD!
Cheer!:D
User avatar
Kalipo
Registered User
Posts: 551
Joined: Mon Dec 08, 2003 1:47 pm

Re: Genders

Post by Kalipo »

Glad to see this MOD get approved.

Congrats E.
My MOD request: MMORPG Workshop+
User avatar
BizimPencere
Registered User
Posts: 396
Joined: Sat Aug 25, 2007 8:31 pm

Re: Genders

Post by BizimPencere »

Hii nice mod thank you...
www.phpbbturkiye.net | Turkish phpBB3 support and development
blueviruz
Registered User
Posts: 2
Joined: Sat Feb 02, 2008 6:28 pm

Re: Genders

Post by blueviruz »

i have integrated the mod, but it dont work

i can change in acp in profile of the users the gender, but there is nothing to see, in profiles there isnt any entry, no image, nothing
Locked

Return to “[3.0.x] MOD Database Releases”