discodoran
05-29-2011, 01:41 PM
hello i have been having some trouble adding custom fields to the postbit legacy template on vbulletin 4.1.3, i am using the default style. I have added this instruction just below the post count instruction.
<vb:if condition="$post['field7']">
PSN: $post[field7]
</vb:if>
All i am looking to do is add custom field7 by using the above code all i get in the postbit is
psn: $post[field7]
<vb:if condition="$post['field7']">
PSN: $post[field7]
</vb:if>
All i am looking to do is add custom field7 by using the above code all i get in the postbit is
psn: $post[field7]