MyBB Depo Forum
[1.8] Oyunwizard Mybb Teması [1.8] - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB Grafik & Tasarım Deposu (https://mybbdepo.com/mybb-grafik-tasarim-deposu-forumu)
+--- Forum: MyBB 1.8 Tema Deposu (https://mybbdepo.com/mybb-1-8-tema-deposu-forumu)
+--- Konu Başlığı: [1.8] Oyunwizard Mybb Teması [1.8] (/oyunwizard-mybb-temasi-1-8-konusu.html)

Sayfalar: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


Oyunwizard Mybb Teması [1.8] - WampiR - 20-09-2014

MyBB - 1.8 Oyunwizard Mybb Teması
Tema-Theme Tema ismi: Oyunwizard
Yapımcı Tema Yapımcısı: WampiR
Güvenlik Tema Güvenlimi ?: Güvenli Onay-Cevap
Versiyon-Saat Tema Versiyonu: 1.0
Araç-Test Test Durumu: Denemiştir-sorunsuz Onay-Cevap
MyBB Uyumlu Olduğu Sürüm-(ler): MyBB - 1.8
Kurulum-İnstall Tema Kurulumu:Zipten çıkan images klasörünü forum ana dizinine atın. http://mybbdepo.com/ilk-veya-son-mesaj-avatar-konusu.html buradan Son Avatar eklentisini kurun ve aktif edin. Son olarak Forum ayarları > Forum Görüntüleme Ayarlarından en alttaki kutucukları işaretleyin.

Canlı Demo:
Alıntı:http://forum.oyunwizard.com/

Son Sürüm:
Kod:
https://www.mediafire.com/?6c1541l7x08lexc

Eski Sürüm:
[attachment=1373]

resim

resim

resim

resim

resim

resim

Önemli Güncelleme: Yatay Postibt (Yeni Yükleyecek Olanlar Dikkate Almasın)

Forumdaki bazı arkadaşların temadaki yatay postbitte sorunlar olduğunu belirtti. Bende bu sorunları düzeltmek için bir güncelleme çıkarttım. İsterseniz aşağıda yer alan adımları uygulayın; isterseniz de temayı tekrardan kurun. Seçim sizin.

Global.css'nin en altına şu kodları ekleyin.

Kod:
.mesaj-duzeltme .uyari-ver-buton, .mesaj-duzeltme  .rep-ver-buton{
  display:none;
}
.profil-yatay{
  width:170px;
  margin:0  20px 0 0;
  float:right;
}

Şablon Setleri > Postbit Şablonlar > Postbitin içindeki kodların tamamını aşağıdaki kodlarla değiştirin.

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_head" title="{$post['subject_title']}" style="margin:10px;">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
    </div>
<div class="post_author" style="margin-bottom:10px;background:#e5e5e5;border:1px solid #d8d8d8;padding:10px 0;">
    <div class="author_information"  style="width:300px;margin-top:15px;">    
      <div style="float:left;margin:0 10px;">{$post['useravatar']}</div>
            <span class="smalltext">
               <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="profil-yatay">
        <fieldset><legend class="legend">Kullanıcı İstatistikleri</legend>
          <span style="font-size:13px;color:#838282;">{$post['user_details']}</span></fieldset>
    </div>
</div>
<div class="post_content">
    
    <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>

Özel Mesajlaşma Şablonlar > private_read içindeki kodların tamamını aşağıdakilerle değiştirin.

Kod:
<html>
<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td style="vertical-align: top;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear no_bottom_border">
<tr>
<td class="thead">
<strong>{$pm['subject']}</strong>
</td>
</tr>
{$action_time}
<tr><td  id="posts_container">
  <div class="mesaj-duzeltme">
    {$message}</div>
</td></tr></div>
</table>
{$quickreply}
</td>
</tr>
</table>
{$footer}
<script type="text/javascript">
    $(".author_avatar img").error(function () {
        $(this).unbind("error").closest('.author_avatar').remove();
    });
</script>
</body>
</html>



Cvp: Oyunwizard Mybb Teması [1.8] - elif - 20-09-2014

Muhteşem Süper


Cvp: Oyunwizard Mybb Teması [1.8] - eatik - 20-09-2014

Muazzam bir çalışma olmuş. Tebrikler Süper

Edit: Ek dosya stilini kullanıyorum, sakıncası yoktur umarım.


Cvp: Oyunwizard Mybb Teması [1.8] - Kiliza - 20-09-2014

Güzel ve hoş bir çalışma olmuş hocam, elinize sağlık teşekkürler. Melek - Masum


Cvp: Oyunwizard Mybb Teması [1.8] - Toretto - 20-09-2014

Harika Olmuş Postbit özelikle Hosuma Gitti.Süper


Cvp: Oyunwizard Mybb Teması [1.8] - kadirkilic - 20-09-2014

Çok Güzel Arşivime Ekledim Melek - Masum


Cvp: Oyunwizard Mybb Teması [1.8] - WampiR - 20-09-2014

Teşekkürler.


Cvp: Oyunwizard Mybb Teması [1.8] - Feyz - 20-09-2014

good job ünlem