![]() |
What's the proper way to display custom profile fields in postbit templates?
Is this the correct code?:
Code:
<vb:if condition="$post['field11']"><div class="smallfont">Label text: $post[field11]</div></vb:if> Code:
Label text: $post[field11] Code:
Label text: Actual text here |
I use this and just change the profile field number to yours. Make this a plugin.
Code:
if($post[field11]) $html .= '<dt>Version</dt> <dd>'.$post[field11].'</dd>'; |
All times are GMT. The time now is 10:37 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:
|