davej Posted October 2, 2025 Report Share Posted October 2, 2025 I am not sure how I can suggest a change to an existing mod. If I have a gender other than male/female (unkown or other), my ancestor maps wont load. In looking at the code, I think line 340 of mapancestors.php should read $spouse = $marriagerow['husband'] == $personID ? $wife : $husband; it currently reads $spouse = $marriagerow['husband'] == $personID ? wife : husband; (Wife and husband are constants, not variables) With this change, my system works. How do I suggest this change for the broader community? Dave Quote Link to comment Share on other sites More sharing options...
tngrlkrz Posted October 2, 2025 Report Share Posted October 2, 2025 Per the wiki article, Ken Roy updated the mod for the latest version. He follows this forum and may be able to review and consider updating the mod, if need be. Ro Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.