QUOTE
Ditto, as well. Thus, there could be a "Display gender information on postbit?" option, as I suggested.
Postbit? Thinking of another software?
Anyway, you can add the gender into:
Topic View -> RenderRow
By just adding the following code:
CODE
{$author['_pp_gender_text']}
Or just the image:
CODE
{$author['_pp_gender_image']}
Or if you want to add the image and text:
CODE
{$author['_pp_gender_image']} {$author['_pp_gender_text']}