Hi guys,
just have a question regarding to display a phrase in my profile field
Let's say i created field9 -> and a language dependend title in field9_title.
Now I edited the postbitlegacy template:
Code:
<vb:if condition="$post[field9]">
<dt>{vb:rawphrase field9_title}</dt>
<dd>{vb:raw post.field9}</dd>
</vb:if>
The problem is, post.field9 is working. Now I want to display the content of the phrase variable called field9_title.
But why is vb:rawphrase not working with field9_title? And what can I do to get it working?
And why is vbphrase not working?
Thanks!