MyBB Depo Forum

Orjinalini görmek için tıklayınız: DevAdam Posbit V1
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
resim

Kurulum

posbit
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
<div style="position:relative; top:-20px;">
<div id="pavatarkolon"></div>{$post['useravatar']}
<div class="author_information">
{$post['onlinestatus']}
<div id="pisim"><strong><span class="largetext">{$post['profilelink']}</span></strong></div>
<div id="ptittle">{$post['usertitle']}</div>
<div id="pstar">{$post['userstars']}</div>
</div>
</div>
<div style="position:relative; top:-20px;">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['posturl']}
{$post['icon']}
<div class="post_meta" id="post_meta_{$post['pid']}">{$post['iplogged']} | </div><span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}



</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>

postbit_classic
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
<div style="position:relative; top:-20px;">
<div id="pavatarkolon"></div>{$post['useravatar']}
<div class="author_information">
{$post['onlinestatus']}
<div id="pisim"><strong><span class="largetext">{$post['profilelink']}</span></strong></div>
<div id="ptittle">{$post['usertitle']}</div>
<div id="pstar">{$post['userstars']}</div>
</div>
</div>
<div style="position:relative; top:-17px;">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>

postbit_author_user
Kod:
<br><div id="pstat"><div style="color:#fff; position:relative; top:6px; left:3px;">{$lang->postbit_posts} {$post['postnum']}</div></div>
<div id="pstat2"><div style="color:#fff; position:relative; top:5.6px; left:3px;">{$lang->postbit_threads} {$post['threadnum']}</div></div>
{$post['replink']}{$post['profilefield']}
{$post['warninglevel']}

postbit_avatar
Kod:
<div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" style="width:95px; height:95px;"/></a></div>

postbit_offline
Kod:
<img src="images/offline.png" title="{$lang->postbit_status_offline}" alt="{$lang->postbit_status_offline}" id="pstatuso" />

postbit_online
Kod:
<a href="online.php" title="{$lang->postbit_status_online}"><img src="images/online.png" alt="{$lang->postbit_status_online}" id="pstatuso" /></a>

postbit_userstar
Kod:
<img src="images/star.png"/>

postbit_reputation
Kod:
<div id="pstat3" class="pstat5" ><div style="color:#fff; position:relative; top:-13px; left:3px;"><br />{$lang->postbit_reputation} {$post['userreputation']}</div></div>

postbit_warninglevel
Kod:
<div id="pstat4" class="pstat5" ><div style="color:#fff; position:relative; top:-13px; left:3px;"><br />{$lang->postbit_warning_level} <a href="{$warning_link}">{$warning_level}</a></div></div>

CSS
PHP Kod:
.pstat5 a {
 
color:#fff; position:relative; top:0px; left:3px
}

#pstat5 {
 
width:118px;
 
position:relative;
 
background:#1E824C;
 
top:25px;
 
left:-12px;
 
height:30px;
 
font-size:14px;
 
font-family'PT Sans Narrow'sans-serif;
}

#pstat4 {
 
width:118px;
 
position:relative;
 
background:#c0392b;
 
top:24px;
 
left:-12px;
 
height:30px;
 
font-size:14px;
 
font-family'PT Sans Narrow'sans-serif;
}

#pstat3 {
 
width:118px;
 
position:relative;
 
background:#8e44ad;
 
top:16px;
 
left:-12px;
 
height:30px;
 
font-size:14px;
 
font-family'PT Sans Narrow'sans-serif;
}

#pstat2 {
 
width:118px;
 
position:relative;
 
background:#27ae60;
 
top:8px;
 
left:-12px;
 
height:30px;
 
font-size:14px;
 
font-family'PT Sans Narrow'sans-serif;
}

#pstat {
 
width:118px;
 
position:relative;
 
background:#1F3A93;
 
top:0px;
 
left:-12px;
 
height:30px;
 
font-size:14px;
 
font-family'PT Sans Narrow'sans-serif;
}

#pstatuso {
 
position:relative;
 
top:-105px;
}

#pstar {
 
position:relative;
 
right:15px;
 
background:transparent;
 
width:120px;
 
height:10px;
 
z-index:1;
 
top:-9px;
}

#ptittle {
 
background:transparent;
 
width:133px;
 
font-weight:bold;
 
color:#000;
 
position:relative;
 
font-size:14px;
 
top:-30px;
 
right:58px;
 
height:30px;
 
z-index:1;
 
font-family'PT Sans Narrow'sans-serif;
 
padding0px 25px 0px 45px;
}

#pisim {
 
background:#ECECEC;
 
width:143px;
 
position:relative;
 
top:20px;
 
color:#000;
 
right:30px;
 
height:30px;
 
z-index:1;
 
overflow:hidden;
 
border:1px solid #000;
 
padding0px 10px 0px -5px;
 
border-radius:0px 0px 25px 0px;


Aşağadaki Dosyayı İndirip İçindekileri "İmages" Klasörüne Atın.
Kod:
https://yadi.sk/d/s2ILVSUC3HVyyX
Teşekkürler
Saol dostum eline sağlık.
Hocam dediklerinizi yaptım olmadı, Sizin kodlar ile eskileri değiştiricekmiydim acaba ?
(30-01-2018, Saat:22:54)eniyiblogsitesi Adlı Kullanıcıdan Alıntı: [ -> ]Hocam dediklerinizi yaptım olmadı, Sizin kodlar ile eskileri değiştiricekmiydim acaba ?

Evet
css yok kardeşim onu nere kopyalıcaz
(10-02-2018, Saat:23:46)3rd4l747 Adlı Kullanıcıdan Alıntı: [ -> ]css yok kardeşim onu nere kopyalıcaz

En Aşağıda CSS Diye Yazmışım !