
11-25-2012, 11:23 PM
|
|
|
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RedTurtle
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.
|
Thanks.
|