![]() |
Help in profile field input
1 Attachment(s)
Im trying to add user profile field (id: 1 - input) in a users post. Is there a way to do this?
Thank you for any help! Shawn |
ok here it goes:
Go to: { > admincp > Styles & Templates > Style Manager > MASTER STYLE or pick that style you want the field to show up on.. > edit Templates find: > Postbit Templates Enter: > postbit_legacy Find: > Code:
$vbphrase[age]: $post[age] > Code:
$vbphrase[fielduser field ID]: $post[fielduser field ID] oo ya add if you want to show it when the user have something in the field just use this code.. Code:
<if condition="$post['fielduser field ID']"><div>$vbphrase[fielduser field ID]: $post[fielduser field ID]</div></if> |
Ok I add this
<if condition="$post['field1']"><div>$vbphrase[field1]: $post[field1]</div></if> Still nothing showing up. |
do u have any thing in your field1?
|
Quote:
|
Quote:
--------------- Added [DATE]1289413145[/DATE] at [TIME]1289413145[/TIME] --------------- Quote:
|
Quote:
|
Thank you! I got it. Found the Casino in Postbit an add this
<if condition="$post['field1']"><div>$vbphrase[field1]: $post[field1]</div></if> An it worked great! Again Thank You! |
All times are GMT. The time now is 01:03 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|