sbj
Well-known member
1) I have 2 languages installed.
I created a phrase with id phrase_abc for language A, and then I created a phrase with id phrase_abc for language B.
I want to use that phrase for a custom user field.
For the custom user field description I used:
but it didn't work.
Instead of displaying the description text for that custom user field in my register form, it displays
. What is wrong?
2) How can I redirect the Contact Us overlay to the http://abc.com/misc/contact page ? I guess I need to edit one template for that. So when somebody visits your forum and they use the "Contact Us" link on buttom on the right side of the page, that the overlay doesn't appear and the person is redirected to a contact form page.
I created a phrase with id phrase_abc for language A, and then I created a phrase with id phrase_abc for language B.
I want to use that phrase for a custom user field.
For the custom user field description I used:
Code:
{xen:phrase phrase_abc}
Instead of displaying the description text for that custom user field in my register form, it displays
Code:
{xen:phrase phrase_abc}
2) How can I redirect the Contact Us overlay to the http://abc.com/misc/contact page ? I guess I need to edit one template for that. So when somebody visits your forum and they use the "Contact Us" link on buttom on the right side of the page, that the overlay doesn't appear and the person is redirected to a contact form page.