Please can somebody help me, how to insert some condition which will test user gender (I use this Gender mod). I am from Czech Republic and czech language distinguishes difference between Girl wrote and Man wrote. So I would like to test if a someone who is quoted is man or woman and return some text for man and another text for woman..
please take a look at this example
Jack wrote:blahblah
I would like to write in this quotation "
Jack wroteM:" (just for example becuse Jack is man)...
Mary wrote:blahblah
...and here I would like to see "
Mary wroteW:" (because Mary is woman)
I have already changed lang_main.php file (i have inserted new line with $lang['wrote_female'] variable

(hard, isn't it? ^_^)
But I don't know, how to change bbcode.php file

I can write the condition but I do not know, how can I call user_gender from database..
Please can somebody help me?