Tamamen kendi yapımımdır. Rpg sitelerinde bunun gibi postbitler görerek yapmış bulunmaktayım. İzinsiz başka siteler de paylaşmayın lütfen...
Şablonlar -> Kullandığınız tema -> Postbit -> postbit_avatar hepsini değiştirin:
Şablonlar -> Kullandığınız tema -> Postbit -> postbit_author_user hepsini değiştirin:
Şablonlar -> Kullandığınız tema -> Postbit -> postbit hepsini değiştirin:
Şimdi ise ovallik için bir css oluşturacağız.
Temalar -> Kullandığınız tema -> css oluştur :
Css adımız: CSS3.css
İçeriğimizi kendimiz yazıyoruz:
İşte bu kadar hayırlı olsun. Capsımızı da ekliyeyim :
Şablonlar -> Kullandığınız tema -> Postbit -> postbit_avatar hepsini değiştirin:
Kod:
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="avatar" height="300" width="150" /></a>
Şablonlar -> Kullandığınız tema -> Postbit -> postbit_author_user hepsini değiştirin:
Kod:
<img src="http://www.polenpastanesi.com/cizgi.png" width="150" height="20">
<fieldset><legend><b><span style="background: transparent; color: #990000; text-shadow: 0px 0px 5px;"><strong>Cinsiyet</strong></span></b></legend><span style="background: transparent; color: #FFFFFF; text-shadow: 0px 0px 5px;"><strong>{$post['fid3']}</strong></fieldset>
<fieldset><legend><b><span style="background: transparent; color: #990000; text-shadow: 0px 0px 5px;"><strong>Yaşadığı Yer</strong></span></b></legend><span style="background: transparent; color: #FFFFFF; text-shadow: 0px 0px 5px;"><strong>{$post['fid1']}</strong></fieldset>
<fieldset><legend><b><span style="background: transparent; color: #990000; text-shadow: 0px 0px 5px;"><strong>Uzmanlık Alanı</strong></span></b></legend><span style="background: transparent; color: #FFFFFF; text-shadow: 0px 0px 5px;"><strong>{$post['fid6']}</strong></fieldset>
<fieldset><legend><b><span style="background: transparent; color: #990000; text-shadow: 0px 0px 5px;"><strong>Mülk</strong></span></b></legend><span style="background: transparent; color: #FFFFFF; text-shadow: 0px 0px 5px;"><strong>{$post['fid7']}</strong></fieldset>
<fieldset><legend><b><span style="background: transparent; color: #990000; text-shadow: 0px 0px 5px;"><strong>Çete</strong></span></b></legend><span style="background: transparent; color: #FFFFFF; text-shadow: 0px 0px 5px;"><strong>{$post['fid4']}</strong></fieldset>
<fieldset><legend><b><span style="background: transparent; color: #990000; text-shadow: 0px 0px 5px;"><strong>RP</strong></span></b></legend><span style="background: transparent; color: #FFFFFF; text-shadow: 0px 0px 5px;"><strong>{$post['fid5']}</strong></fieldset>
Şablonlar -> Kullandığınız tema -> Postbit -> postbit hepsini değiştirin:
Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" id="post_{$post['pid']}">
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<strong><span class="largetext">{$post['profilelink']}</span></strong> <br />
<span class="smalltext">
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}
</span>
</td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<td align="right"><span class="float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</span></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
Şimdi ise ovallik için bir css oluşturacağız.
Temalar -> Kullandığınız tema -> css oluştur :
Css adımız: CSS3.css
İçeriğimizi kendimiz yazıyoruz:
Kod:
tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
border-left: 0;
}
tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
border-right: 0;
}
.tborder {
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.thead,
.rounded_top {
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.tfoot,
.rounded_bottom {
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
input.textbox,
select,
textarea,
.editor_control_bar,
fieldset,
.popup_menu {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.popup_menu .popup_item_container:first-child .popup_item {
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.popup_menu .popup_item_container:last-child .popup_item {
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination a {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
İşte bu kadar hayırlı olsun. Capsımızı da ekliyeyim :
