The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I can do it by adding
Code:
<br> Here is how it looks by default... ![]() Here is how I want it to look... ![]() Here is the code I am using... Code:
if ($post['field66'])
{
$template_hook['postbit_userinfo_left'] .= '<div>' . $vbphrase['my_jeep'] . ': ' . ' ' . $post['field66'] . ' ' . $post['field68'] . ' ' . $post['field67'] . '</div>';
}
Anyone know what I can change/add?! Thanks!!! --------------- Added [DATE]1271267338[/DATE] at [TIME]1271267338[/TIME] --------------- Nevermind...Figured it out! |
![]() |
|
|