Quote:
Originally Posted by JackRock
I want to have the Join date and location appear on the left side of the post, if possible. Preferably under the avatar (or where it would be). I cannot seem to figure out how to do this is in postbit, and I don't think it'd be edited elsewhere.
any help would be greatly appreciated.
|
as far as i know...this is a vb default feature....same as here...hmmm...are you using or referring to postbit or postbit legacy style?
which vb version?
well if you mean postbit legacy... for my vb 3.6.8 i add only the code below
( FOR YOU ADD IT ANYWHERE YOU WANT)
1ST: GO
Admin CP > Styles & Templates > Style Manager > ? ? > Postbit Templates > postbit or postbit_legacy(depending on which layout you are using)
For Join Date:
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
For Location:
Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
hope this will help you...or maybe someone can correct this if it's wrong...
best regards