asasi
08-03-2007, 10:30 AM
Hi
I want to display reputation level under username as a text not image alt! so I found this for display reputation level:
$post[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:
<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 :
$post[level]&languageid=1
can anyone help me please?:(
any Idea please? :(
I want to display reputation level under username as a text not image alt! so I found this for display reputation level:
$post[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:
<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 :
$post[level]&languageid=1
can anyone help me please?:(
any Idea please? :(