Hi, Im doing the new layout of my site and I want to show some custom fields ($post['field5']) in the member area, I used these for the thread area (postbit_legacy):
but it won't work inside MEMBERINFO, is there a way for me to checkout what I should use for each template? or will I need to make a plugin just for this? Thanks in advance.
PHP Code:
<vb:if condition="$post['field5']"><h1>{vb:raw post.field5}</h1></vb:if> <!--Countru-->
<vb:if condition="$post['field2']"><p>{vb:raw post.field2}</p></vb:if> <!--City-->
<vb:if condition="$post['field7']"><h1>{vb:raw post.field7}</h1></vb:if> <!--Main Software-->
Comment