vBulletin için basit bir şekilde düzenlediğim postbit.

Önce resim:



Yatay kullanımda [COLOR=DarkRed]Admin CP --> Stiller & Temalar --> Şablonu Değiştir --> postbit[/COLOR] templatesini tamamen alttakiler ile değiştirin:

$template_hook[postbit_start]













 
#$post[postcount]  

<phrase 1=$vbphrase[add_to_xs_reputation]" border="0" />
<script> vbrep_register("$post[postid]")</script> 

<phrase 1=$vbphrase[add_infraction_for_x]" border="0" />  
$vbphrase[report_bad_post]  
$post[iplogged]







$post[statustitle]

$post[postdate], $post[posttime]

$vbphrase[x_until_y]

$post[firstnewinsert]











<phrase 1=$vbphrase[xs_avatar]" border="0" />



$post[musername]
$post[onlinestatus]
<script> vbmenu_register("postmenu_$post[postid]", true); </script>

$post[musername]



$post[usertitle]

$post[rank]

$template_hook[postbit_userinfo_left]

 


$vbphrase[join_date]: $post[joindate]

$vbphrase[location_perm]: $post[field2]

$vbphrase[age]: $post[age]


$vbphrase[posts]: $post[posts]


$vbphrase[vbseo_likes_received]: $post[vbseo_likes_in]


$vbphrase[vbseo_likes_given]: $post[vbseo_likes_out]






$template_hook[postbit_userinfo_right_after_posts]
$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])

$vbphrase[reppower]: $post[reppower]
$post[reputationdisplay]

$template_hook[postbit_userinfo_right]
$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]











$template_hook[postbit_messagearea_start]




$post[icontitle]
$post[title]








$ad_location[ad_showthread_firstpost_start]
$post[message]









$vbphrase[attached_thumbnails]

$post[thumbnailattachments]






$vbphrase[attached_images]

$post[imageattachments]






$vbphrase[attached_images]

$post[imageattachmentlinks]






$vbphrase[attached_files]

$post[otherattachments]






$vbphrase[attachments_pending_approval]

$post[moderatedattachments]








$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]




__________________

$post[signature]




$template_hook[postbit_signature_end]








$vbphrase[last_edited_link_by_x_on_y_at_z_postid]

$vbphrase[last_edited_by_x_on_y_at_z]


$vbphrase[reason]: $post[edit_reason]











$template_hook[postbit_end]





ve [COLOR=DarkRed]Admin CP --> Stiller & Temalar --> Kullandığınız temanın CSS Ayarları bölümünden İlave CSS[/COLOR] bölümüne alttaki kodları ekleyin:

.postalan {
letter-spacing: 1px;
font-size: 10px;
}

.postbit {
border:1px solid #A5CAE4;
border-radius: 5px; /* Standart */
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari ve Chrome */
font-size:11px;
color:black;
background-color: #E1EEFB;
padding:3px;
margin-bottom: 2px;
}
İyi günlerde.