Quote:
Originally Posted by Amaury25
Where do you add it in the template?
|
It depends on where you want it. I wanted it to show in the same spot where I had the other stats showing for a person who posts (ie post count, location, etc) so I just found this part in postbit_legacy:
PHP Code:
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
and added my code before it.