Themes By Design

Organize Your Postbit Legacy Contents

Peggy
03-30-2009, 08:28 AM
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 -

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

Above, add -
<div align="center">
Then find -

<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
</div>

To Center bottom of postbit legacy, find -

$post[onlinestatus]

Above, add -

<div align="center">Then find -

$post[iplogged]
&nbsp;



Below, add -

</div>


Step 2 (optional)

To place a FIELDSET Around Your Profile Info in postbit legacy


Find -
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

Above, add -
<br />
<fieldset class="smallfont"><legend>Info</legend>
Then find -
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

Below, add -
</fieldset>

Save!

And here's what it looks like!

http://www.themesbydesign.net/forums/screenies/pb_legacy.png

pano
07-20-2009, 12:31 PM
thank u !!