the gender feature
Using Jamroom
Yes, this can be done. The first thing would be to add a gender field to the profile account. Do this with the Form Designer.
You can then modify templates to test for this field and show appropriate text -
{if $profile_gender == 'f'}
she's shared a post
{else}
he's shared a post
{/if}
A lot of the default templates use embedded module and skin language strings which are by default gender unspecific, so you might meed to edit those and add more for male/female text strings as appropriate.
Hope that makes sense.
updated by @paul: 09/29/18 05:24:52AM