Greek76
02-05-2008, 06:20 PM
Hey all just a quick question. Im trying to add an additional profile field to appear under a users username in postbit legacy..
I want to look like it would on location where it shows
Location:USA
I added code like this in postbit legacy
<if condition="$post['favoritebook']"><div class="smallfont">$post[favoritebook]</div></if>
<if condition="$post['field7']">$post[field7]</if>
The problem Im having is that its only showing what the user put down in his or her profile its not showing the profile question. How can i get it to show both question and answer.
Also how can I get the question to show bold? Thanks guys
I want to look like it would on location where it shows
Location:USA
I added code like this in postbit legacy
<if condition="$post['favoritebook']"><div class="smallfont">$post[favoritebook]</div></if>
<if condition="$post['field7']">$post[field7]</if>
The problem Im having is that its only showing what the user put down in his or her profile its not showing the profile question. How can i get it to show both question and answer.
Also how can I get the question to show bold? Thanks guys