View Full Version : Area in Postbit.
curtisstanier
07-03-2006, 07:52 PM
I want to create a big area around things in the postbit? next to where someone posts, where all the info such as avatar, rank, username, msn, skype etc appear, on my forum they appear too close together and it looks silly, any way to make the boarders around them larger?
peterska2
07-04-2006, 11:50 PM
In your postbit find
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
Try adding a <br /> between each line (ie before each <div>) and see how that works for you.
davidw
07-05-2006, 02:36 AM
Another thing you can try is replace <div> with <div style="padding:2px"> and alter the "2" with whatever number may fit.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.