Pt1994
08-11-2009, 09:15 PM
Ok i have made a profile field Display Name (field6)
and i want it to replace the users username on the forums without changing it i tried this
<if field6="true">
$post[field6]
<else>
$post[musername]
</else>
</if>
This didnt work.. need help on this one how can i do it
and i want it to replace the users username on the forums without changing it i tried this
<if field6="true">
$post[field6]
<else>
$post[musername]
</else>
</if>
This didnt work.. need help on this one how can i do it