Quote:
Originally Posted by Zachery
<if condition="$post[fieldX]">$post[fieldx]<else />$post[musername]</if>
replace X with the filed id
That SHOULD do it, altho i dont have the time to look directly at the templates  let me know if it works or not
|
Thanks Zachery, this sounds helpful to me but its not working.
I change this line in postbit and postbit_legacy but still the loginname is shown. I don't know if there is any caching system behind which results to this cause your code snippet looks logic to me.
What about the replacement variables in vb3. Can't I use them to replace $post[username] with $post[field5] in a whole style?