Tanapangarap wrote:Will there be a way to save who picked what gender since I've used the gender MOD on phpBB2, and apply it after upgrading to phpBB3 and installing this MOD?
That's not possible yet, the current upgrade script in the contrib folder only works if you apply it before upgrading. I think there will be an upgrade script that works after upgrading soon

I need to work out how that works... tell your members to wait or update it themselves.
Tanapangarap wrote:What code change should I make to make the text "Male" or "Female" show up in viewprofile instead of the images?
In styles/prosilver/template/memberlist_view.html find:
Code: Select all
<dt>{L_GENDER}:</dt> <dd>{USER_GENDER_IMG}</dd>
Replace it with:
Code: Select all
<dt>{L_GENDER}:</dt> <dd>{USER_GENDER}</dd>
Tanapangarap wrote:Thanks for developing this MOD, by the way.
geoffreak wrote:upgrade script from 0.1.1?

You're fine, i just updated the description, changed the xsl and the target version
Eelke wrote:Wouldn't that be something that could be done without any MOD, using custom profile fields?
It could, but it's also possible with mine, and mine allows other MODs to build uppon easier.