Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td>
<div class="box-user">
<div class="box-user-baslik"></div>
<div class="box-user-icerik">
<div class="box-user-bilgi" align="center">
<strong><span class="largetext"><a href="{$post['profilelink_plain']}" id="user_info_{$post['pid']}">{$post['username_formatted']}</a></span></strong><br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
<div align="left">Durum: {$post['onlinestatus']}<br />
{$post['user_details']}<br />
{$post['button_rep']}<br />
<span style="text-align: left; vertical-align: bottom;" id="post_meta_{$post['pid']}">{$post['iplogged']}</span><br />
<span class="largetext"><a href="{$post['profilelink_plain']}" id="info_{$post['pid']}">
<div style="border-bottom: 1px dotted rgb(102, 102, 102); margin: 1px 0pt;"></div>
<span style="font-weight: bold; font-size: 11px; color: crimson;">Kişisel Bilgileri:</span>
<img src="{$theme['imgdir']}/arrow_down.gif" alt="v" style="vertical-align: middle;" /></a></span>
<div id="info_{$post['pid']}_popup" style="margin-left: -10px;" class="popup_menu smalltext" style="display: none;">
<div class="popup_item_container"><a class="popup_item"><span style=" font-weight: bold; color: green;">Yaşı:</span> {$post['fid4']}</a></div>
<div class="popup_item_container"><a class="popup_item"><span style=" font-weight: bold; color: green;">Meslek:</span> {$post['fid6']}</a></div>
<div class="popup_item_container"><a class="popup_item"><span style=" font-weight: bold; color: green;">Cinsiyet: <img src="{$theme['imgdir']}/postbit/cinsiyet/{$post['fid3']}.png" style="vertical-align: middle;" alt="{$post['fid3']}" title="{$post['fid3']}" border="0" height="16" width="16" /></a></div>
<div class="popup_item_container"><a class="popup_item"><span style=" font-weight: bold; color: green;">Nereden:</span> {$post['fid1']}</a></div>
<div class="popup_item_container"><a class="popup_item"><span style=" font-weight: bold; color: green;">Ruh Hali:</span> <img src="{$theme['imgdir']}/postbit/ruh-hali/{$post['fid5']}.gif" style="vertical-align: middle;" alt="{$post['fid5']}" title="{$post['fid5']}" border="0" height="25" width="110" /></a></div>
<div class="popup_item_container"><a class="popup_item"><span style=" font-weight: bold; color: green;">Takımı:</span> <img src="{$theme['imgdir']}/postbit/takim/{$post['fid7']}.gif" style="vertical-align: middle;" alt="{$post['fid7']}" title="{$post['fid7']}" border="0" height="25" width="110" /></a></div>
</div>
<script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("info_{$post['pid']}");}</script>
</div>
</span>
</div>
</div>
<div class="box-user-bitti"></div>
</div>
<div class="box-mesaj">
<div class="box-mesaj-baslik">
{$post['posturl']}<span class="smalltext">Konu Tarihi: <strong>{$post['postdate']} {$post['posttime']}</strong>{$post['subject_extra']}</span>
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
</div>
<div class="box-mesaj-icerik">
<img src="{$theme['imgdir']}/postbit/ok.png" class="sol_ok" />
<div style="width: 100%">
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
</div>
</div>
<div class="box-mesaj-bitti">
<div class="float_left smalltext">{$post['button_pm']}{$post['button_www']}{$post['button_find']}</div>
<div class="float_right smalltext">{$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']}</div>
</div>
</div>
</div>
</td>
</tr>
</table>bu postbit classic şablon kodum
___________________________________________________________
buda postbit.css kodum
Kod:
/* X.S - Pro Paket Postbit CSS */
div#baslik h1 {
background: #0d0c0c url(images/postbit/bilgi-baslik.png) repeat-x;
border-color: #000;
border-style: solid;
border-width: 0 1px;
display: block;
height: 60px;
margin: 0 10px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
div#icerik {
background: #fff;
border-color: #ddd;
border-style: solid;
border-width: 0 1px;
margin: 0 10px;
padding: 15px;
}
div#bitti {
background: #b5b5b5 url(images/postbit/bilgi-bitti.png) repeat-x;
border: 1px solid #ccc;
border-bottom: 1px solid #aaa;
padding: 6px;
overflow: hidden;
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}
.box-user {
float: left;
}
.box-user-baslik {
background: url(images/postbit/postbit.png) top left no-repeat;
width: 200px;
height: 11px;
}
.box-user-icerik {
background: url(images/postbit/postbit-icerik.png) top left repeat-y;
width: 200px;
height: auto;
}
.box-user-bitti {
background: url(images/postbit/postbit.png) bottom left no-repeat;
width: 200px;
height: 12px;
}
.box-user-bilgi {
background: #fff url(images/postbit/postbit-bilgi.png) repeat-x;
width: 170px;
color: #373737;
margin: 0 auto;
padding: 0 10px;
font-size: 13px;
}
/* Konu gösterim mesaj tablosu genişliği */
.box-mesaj {
float: left;
margin-top: 4px;
margin-left:12px;
background: #eaeaea;
width: 760px;
border: 1px solid #959595;
margin-bottom: 10px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
/* özel mesaj tablosu genişliği */
body#private .box-mesaj {
width: 568px;
}
.box-mesaj-icerik {
padding: 15px 10px;
background: #f5f5f5;
}
.box-mesaj-baslik {
border-bottom: 1px dashed #ccc;
padding: 5px 10px;
}
.box-mesaj-bitti {
border-top: 1px dashed #ccc;
padding: 5px 10px;
height: 24px;
}
.sol_ok {
position: absolute;
margin-left: -40px;
}
.imza {
max-width: 630px;
max-height: 170px;
overflow: auto;
}
body#private .imza {
width: 430px;
}
.postbit_user_prof {
background: url(images/postbit/post_user.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_email {
background: url(images/gonder.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_pm {
background: url(images/postbit/post_user_pm.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_ara {
background: url(images/postbit/post_user_ara.png) no-repeat 0px 0px;
width: 16px;
height: 16px;
padding: 2px;
padding-left: 20px;
}
.postbit_user_www {
background: url(images/postbit/post_user_www.png) no-repeat 0px 0px;
width: 15px;
height: 15px;
padding: 2px;
padding-left: 20px;
}
.box-avatar {
background-image: url(images/postbit/post_avatar_cerceve.png);
width: 94px;
height: 94px;
background-position: center center;
background-repeat: no-repeat;
padding: 10px;
}
/* X.S - Pro Paket LCD TV CSS */
.Plazma-Tv {
width: 990px;
background-image: url(images/postbit/post_video_cerceve.png);
height: 572px;
background-position: center;
background-repeat: no-repeat;
}sol ok isimli resimi göstermeden önce kişi profili normal görünüyodu oku ftpye upload ettim kodlarla oynama flan yapmadan ama profil arkaplanı kayboldu ardından oku tekrar silmeme ragmen düzelmedi yani ben norma bir şekilde çalışmasını istiyorum bu sitedeki gibi yardım edenlere teşekkürler
