Hi
I want to display reputation level under username as a text not image alt! so I found this for display reputation level:
now I want to display an image related to reputation level. for example if user1 has reputation "good" under his username display "good.gif" so I using this code:
Code:
<img src="images/$post[level].gif">
just I have a problem. my board not using english language. its Farsi. so if I use this img code with my reputation levels in farsi language they will not display.
I saw in reputation level a field that can change each level in other languages.
for example if I have a reputation and change its phrase in english language to xxx if I can use this language phrase for this rep level it will be shows correctly.
somthing like this :
Code:
$post[level]&languageid=1
can anyone help me please?
any Idea please?