1

(9 replies, posted in PunBB 1.3 extensions)

Ok, sorry. I was wrong. I've found out that the male is selected by default only if i am editing some user profile as administrator.

2

(9 replies, posted in PunBB 1.3 extensions)

Hi, i think there should be

if ($forum_user['gender'] == forum_htmlencode($temp))

instead of

if ($forum_user['gender'] == $temp)

on line 141.
Otherwise the male gender is selected by default.