Organize Your Postbit Legacy

The purpose of this tutorial is to center your postbit legacy contents and place a fieldset around your profile information. (See attachment).

I like to do this because it gives your postbit legacy a more 'organized' look.

In the admin CP, select your style, open the postbit legacy template, and follow these instructions very carefully -


In postbit legacy template, find -


Code:
<div id="postmenu_$post[postid]">

Above, add -

Code:
<div align="center">
Code:
Then find -


Code:
<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                </div>
            </if>

Above the </if> add another

Code:
</div>

To Center bottom of postbit legacy, find -

Code:
$post[onlinestatus]
Above, add -
Code:
<div align="center">
Then find -
Code:
$post[iplogged]
        &nbsp;

Below, add -
Code:
</div>

Step 2 (optional)

To place a FIELDSET Around Your Profile Info in postbit legacy


Find -

Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
Above, add -

Code:
<br />
<fieldset class="smallfont"><legend>Info</legend>


Then find -
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>


Below, add -
Code:
</fieldset>

Save!

And here's what it looks like!
 

MaVen

New Member
thanks came in helpful and made my site look better and all with a couple of quick edits thanks
 

Burns45

New Member
I tried this but there seems to be a problem, it doesn't center the stuff inside the fieldset for every member, it works for most but members who are in different usergroups it just has it aligned to the left for them..
 

lilfabbro

New Member
mine is much cleaner sry to flame lol, but i made mine so it not so spacey and i cntred everything............shoot i didnt even know sumone alreday had a thread for it lol

heres the link to mine, i include a default image for yall too

HERE
 
Top