PDA

View Full Version : Miscellaneous Hacks - GAEdit - Contact edit on postbit_legacy


G4BR13L
08-02-2009, 10:00 PM
Hi , this modification is for all version of vBulletin



Go to postbit_legacy and find this


<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div>$post $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
Replace whit


<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
</div>
Ever to postbit_legacy find this


<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>
Above add


<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
<hr>


After you have

https://vborg.vbsupport.ru/external/2009/08/28.png

[I]Gabriel Ambrogio aka G4BR13L

G4BR13L
08-15-2009, 09:40 AM
-Reservated-