vBulletin Posbitte Kullanıcı Adı Ve Kullanıcı Başlığı Ortalamak

Konu sahibi son olarak 3077 gün önce görüldü
İlk Önce postbitinizin yedeğini alın


Posbit_legacy tempanesinden bu kodları bulup

PHP:
<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>

Bununla Değiştirin

PHP:
[PHP]<div id="postmenu_$post[postid]"> <center><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></center> </div> <center><if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if></center> <center><if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if></center>
[/PHP]
 
Geri