- Compatible XF 1.x versions
- 1.4
- 1.5
Description:
Removes Gender code in the following templates:
These two queries should be run using phpMyAdmin so you can remove the gender information in the xf_user table:
Questions and Answers:
Sending a donation:
If you like this add-on, please consider sending a small donation.
https://www.paypal.me/andybajka
Thank you.
Removes Gender code in the following templates:
- account_personal_details
- helper_user_search_criteria
- member_view
- register_form
- user_edit
- Download addon-RemoveGender_v1.3.zip and unzip it.
- From your Admin Control Panel, go to the "Install Add-on" page.
- Upload the addon-RemoveGender_v1.3.xml file.
- Click the Install Add-on button.
These two queries should be run using phpMyAdmin so you can remove the gender information in the xf_user table:
Code:
UPDATE xf_user SET gender = REPLACE(gender, 'male', '')
UPDATE xf_user SET gender = REPLACE(gender, 'female', '')
Questions and Answers:
Q: Can I remove the gender question only in the registration page?
A: No. This add-on will remove the all gender related questions.
Q: Will this work with Facebook, Google or Twitter login?
A: No.
A: No. This add-on will remove the all gender related questions.
Q: Will this work with Facebook, Google or Twitter login?
A: No.
Sending a donation:
If you like this add-on, please consider sending a small donation.
https://www.paypal.me/andybajka
Thank you.