hi. anyone help this? nothing change after i edit the postbit legacy. what did wrong or how to do that?
postbit_legacy
Code:
/////////////////////////////////////////////////////////
//Legend Hack: A Better Postbit(_Legacy) View by HASANN//
/////////////////////////////////////////////////////////
/////////////////////////////////////
//What does it? : See Attachment!!!//
/////////////////////////////////////
//////////////////
//Instructions:///
//////////////////
/////////////////////////////////////////////////////////
Open Postbit_Legacy Template And Find This Codes //
/////////////////////////////////////////////////////////
<tr valign="top">
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
<if condition="$show['avatar']">
<div class="smallfont">
<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>
<div class="smallfont">
<br />
<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['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
////////////////////////////////
//REPLACE WITH THIS CODES //
////////////////////////////////
<tr valign="top">
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<center><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></center>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<if condition="$post['usertitle']"><div class="smallfont"><center>$post[usertitle]</center></div></if>
<if condition="$post['rank']"><div class="smallfont"><center><center>$post[rank]</center></div></if>
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><center><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></center></a>
</div>
</if>
<div class="smallfont"> <br />
<table align="center" border="1" width="%100">
<tr class="alt1"><td><if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if></td></tr>
<tr class="alt1"><td><if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if></td></tr>
<tr class="alt1"><td><if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if></td></tr>
<tr class="alt1"><td><div>$vbphrase[posts]: $post[posts]</div></td></tr>
<tr class="alt1"><td><div>$vbphrase[userid]: $post[userid]</div></td></tr>
<tr class="alt1"><td><if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</div></if></td></tr>
<tr class="alt1"><td><div>$vbphrase[reputation]: $post[reputation]</div></td></tr>
<tr class="alt1"><td><div>$post[reputationdisplay]</center></div></if></td></tr>
<tr class="alt1"><td><div><center>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]<center></div></td></tr>
</table>
//////////////////////////
//Enjoy you are done :) //
//////////////////////////