Konuyu Oyla:
  • Toplam: 2 Oy - Ortalama: 4
  • 1
  • 2
  • 3
  • 4
  • 5
Flat Postbit V1
#1
Demo:
http://betammo.10tr.net/showthread.php?tid=86
Resim Ekliyemiyorum Mobil Net Hakkım Az Kaldıda.(evdeki netde sorun var)

Postbit şablonu
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">
    <strong><span class="largetext">{$post['profilelink']}</span></strong>
    <div class="author_information">
            {$post['useravatar']}
            <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                <span class="admin">{$post['groupimage']}</span>
            </span>
    </div>
    <div class="author_statistics">
        {$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_classic şablonu
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 class="author_information">
        <div class="postbitv2">    <strong><span class="largetext"><div class="postbitv2nick">{$post['profilelink']}</div></span></strong>
            <div class="postbitv2title">{$post['usertitle']}</div>
            <div class="postbitv2avatar">{$post['useravatar']}</div>
            
<div class="postbitv2rutbe">Üye Rütbesi</div>
    <div class="postbitv2bilgii">{$post['groupimage']} </div>
    </div>
<div class="postbitv2rutbe">Üye İstatistikleri</div>
        {$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 şablonu
Kod:
    <div class="postbitv2bilgii">{$lang->postbit_posts} {$post['postnum']}</div>
    <div class="postbitv2bilgii">{$lang->postbit_threads} {$post['threadnum']}</div>
<div class="postbitv2rutbe">{$post['onlinestatus']}</div>

Postbit_avatar şablonu
Kod:
<a href="{$post['profilelink_plain']}"><img class="pavatar" src="{$post['avatar']}" alt="" {$avatar_width_height} /></a>

Çok Zor Olmadı Ama Flat Temalarda Güzel Durabilir.
Ara
Cevapla PGM
Teşekkür verenler:
#2
Gerektiğinden fazla sade kalmış. Renkler çok sönük kalmış. Yinede eline sağlık
Ara
Cevapla PGM
Teşekkür verenler:
#3
(20-09-2015 Saat: 18:23)Edward Nickli Kullanıcıdan Alıntı: Gerektiğinden fazla sade kalmış. Renkler çok sönük kalmış. Yinede eline sağlık

Aynen öyle ve başka bir postbitten esinlenmiş.
Ara
Cevapla PGM
Teşekkür verenler:
#4
Hoş bir tasarım beğendim fakat bunu biraz daha geliştirmelisin.
CSS bir çok özellik mevcut onları yapabilirsin.Mesela hover vb..
Başarılar dilerim..
Ara
Cevapla PGM
Teşekkür verenler:
#5
(20-09-2015 Saat: 18:37)#Power Nickli Kullanıcıdan Alıntı:
(20-09-2015 Saat: 18:23)Edward Nickli Kullanıcıdan Alıntı: Gerektiğinden fazla sade kalmış. Renkler çok sönük kalmış. Yinede eline sağlık

Aynen öyle ve başka bir postbitten esinlenmiş.

Esinlenmiş Derken ? Hiç Bir Postbitten Esinlenmedim, Kafama Göre Yaptım.

Yorumlar İçin Teşekkürler.
Ara
Cevapla PGM
Teşekkür verenler:
#6
Eline sağlık.
Ara
Cevapla PGM
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 1 Ziyaretçi



***

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping