MyBB Community Forums

Full Version: gender problem on PB tem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
im using hebrew and i got some problem..
i want to do a gender sign on postbit_classic.
i tried this:

<img src="{$mybb->settings['bburl']}/images/{$post['fid3']}.gif" />

(from http://community.mybb.com/thread-41233.html)

but hebrew is'nt allowed on the FTP (DirectAdmin)..
than i cant do "זכר.gif" (male.gif)..
i tried to use some nice plugin that allow me use PHP on postbit, but im still nooby so its didnt work:

<?
$min = {$post['fid3']};
if ($min == "זכר"){
$min = "male";
}
else if ($min == "נקבה"){
$min = "female";
}
?>

something wrong? Confused
sorry about my english ^^
UP!!!