Closed MKDan closed 4 years ago
This will require changes in coregendermodule, database, and mutliple changes in profile, search module and other places too. I am planing to add some extra genders soon so will explain more here when I do.
Yes, unfortunately, this would involve database ENUM changes.
At the moment, the ENUM only contains "male", "female", "couple". So, if you manually add some additional genders in the PHP form dropdown fields, it won't work as the current ENUM won't match with them.
Finally, it will also require some PHP modifications such as in https://github.com/pH7Software/pH7-Social-Dating-CMS/blob/master/_protected/app/system/core/classes/GenderTypeUserCore.php
Anyway, if you aren't a PHP dev, I'm sure you will be able to find someone on a Freelance website (e.g., https://www.freshbooks.com/blog/freelance-jobs) that will be able to make those changes for 15~20 hours.
Good luck!
P.S. Your profile image is great @MKDan Really like this kind of dog 😁, the Carlin pinscher...
By the way @MKDan, if you enjoy pH7CMS, it would be amazing if you can Star it (here, on GitHub) 😊
I plan on adding to the genders in the near future and will share how this is done on this issue once I have done so.
By the way @MKDan, if you enjoy pH7CMS, it would be amazing if you can Star it (here, on GitHub) 😊
I've star it.
Interested too !
https://github.com/pH7Software/pH7-Social-Dating-CMS/issues/746 this explains how to add sexes.
Brilliant @Undefined-Variables 🤩
This is just an AMAZING "How To" issue!!!
I have seen the question a few times so thought id explain.
Hi there :) It looks like there has been no activity on this issue recently. For this reason, this issue has been marked as archived. It will be closed in 7 days if no further activity occurs. Thank you for your contribution! 😊
Hi again, since you didn't get back to me, I assume the problem is fixed. I'm closing it by now. If it isn't the case, please feel free to open a new issue. Thank you! 😺 Pierre-Henry 🤖
Hi there, I locked the thread since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Thank you, Pierre-Henry Soria 🤖
Hi,
I like to add more genders such as "Sub Male", "Sub Female", "Dom Male', "Dom Female", "Switch Male", and "Switch Female".
Instead of - Male, Female and couple (or along with Male, Female and Couple)
How can I do it?