PDA

View Full Version : Changing items displayed in post?


vreynaud
02-07-2004, 03:57 PM
In each post posted it displays the users personal info (join date & fields filled out in user profile)
How do I change it?
ie: join date (i want to remove it)
User profile fields (I want to add them) etc...
one step further: How do I change change/re arrange the layout?
thx
Version is VB3 RC3

MindTrix
02-07-2004, 09:27 PM
You need to edit templates for this. Edit the POSTBIT and POSTBIT_LEGACY templates.

vreynaud
02-07-2004, 09:41 PM
You need to edit templates for this. Edit the POSTBIT and POSTBIT_LEGACY templates.

I added a fiels called "Occupation" in the user profile and I ma trying to have it show.
I added the code: <if condition="$post['field1']"><div>$vbphrase[occupation_perm]: $post[field1]</div></if>
in the postbit and postbit_legacy but it does not show up in the post
what am i doing wrong?
thx
occupation is the first field in user profile