Quote:
Originally Posted by KGodel
Go to the ACP > Styles and Templates > Style Manager
Find your style. In the drop down box, select "Edit Templates".
Scroll down and find "Postbit Templates". Double click.
You will see a list of templates. Find "postbit_legacy". This is a template file, it's pretty much HTML with some variables like the one above. Edit the template and insert your field wherever you want it to be.
|
I tried to edit the following to include the fieldnumber.
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
It doesn't appear at all.