Quote:
Originally Posted by adembaba
Installed and it works, just one thing. Under the username it says "gender". I want to change this into dutch, but it doesn't seem to work. I translated all "gender" prases that i could find in "phrase manager" but it still remains "gender" What should i do?
Gender = "geslacht" in dutch.
|
Here you go:
Code:
<!-- Wy Gender in postbit Start -->
<vb:if condition="$post['fieldX']"> <dt>Geslacht:</dt> <dd><img src="http://WWW.YOUR FORUMADDRESS.COM/images/misc/{vb:raw post.fieldX}.gif" alt="" /></dd></vb:if>
<!-- Wy Gender in postbit End -->
Replace the TWO Green ‘
X’s with the field number in Step One (1).
Replace the
Red Text with YOUR forum address.