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


Cvp: Oyunwizard Mybb Teması [1.8] - WampiR - 19-11-2014

Postbit Şablonları > postbit_classic değiştirin

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="text-align: center;margin-bottom:7px;">
<legend class="legend"><span style="font-size:12px;color:#797979;">{$post['usertitle']}</span></legend><span class="largetext"> <strong>{$post['profilelink']} </strong></span>{$post['onlinestatus']}<br />
</div>
    {$post['useravatar']}
    <div class="author_information" style="margin:10px 0;padding:0 15px;">    
            <span class="smalltext">    
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="profil-bilgileri">
        <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_head" title="{$post['subject_title']}">
        {$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']}
    </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>



Cvp: Oyunwizard Mybb Teması [1.8] - funnfrell - 19-11-2014

(19-11-2014, Saat:19:13)WampiR Adlı Kullanıcıdan Alıntı: Postbit Şablonları > postbit_classic değiştirin

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="text-align: center;margin-bottom:7px;">
<legend class="legend"><span style="font-size:12px;color:#797979;">{$post['usertitle']}</span></legend><span class="largetext"> <strong>{$post['profilelink']} </strong></span>{$post['onlinestatus']}<br />
</div>
    {$post['useravatar']}
    <div class="author_information" style="margin:10px 0;padding:0 15px;">    
            <span class="smalltext">    
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="profil-bilgileri">
        <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_head" title="{$post['subject_title']}">
        {$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']}
    </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>

global.css kodlarıda dahilmi ?


Cvp: Oyunwizard Mybb Teması [1.8] - WampiR - 19-11-2014

(19-11-2014, Saat:19:29)funnfrell Adlı Kullanıcıdan Alıntı:
(19-11-2014, Saat:19:13)WampiR Adlı Kullanıcıdan Alıntı: Postbit Şablonları > postbit_classic değiştirin

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="text-align: center;margin-bottom:7px;">
<legend class="legend"><span style="font-size:12px;color:#797979;">{$post['usertitle']}</span></legend><span class="largetext"> <strong>{$post['profilelink']} </strong></span>{$post['onlinestatus']}<br />
</div>
    {$post['useravatar']}
    <div class="author_information" style="margin:10px 0;padding:0 15px;">    
            <span class="smalltext">    
                {$post['userstars']}
                {$post['groupimage']}
            </span>
    </div>
    <div class="profil-bilgileri">
        <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_head" title="{$post['subject_title']}">
        {$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']}
    </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>

global.css kodlarıda dahilmi ?

Aynen üstteki verdiğim kodların yerine alttaki kodu ekleyin. Global.css'de eklenecek.


Cvp: Oyunwizard Mybb Teması [1.8] - funnfrell - 19-11-2014

Malesef olması. O kodları classicemı yoksa direk postbit şablonuna ekliyeceğim Gülümseme

http://kingdomturkiye.com/Thread-Forum-Kurallari?pid=3#pid3


Cvp: Oyunwizard Mybb Teması [1.8] - WampiR - 19-11-2014

(19-11-2014, Saat:19:49)funnfrell Adlı Kullanıcıdan Alıntı: Malesef olması. O kodları classicemı yoksa direk postbit şablonuna ekliyeceğim Gülümseme

http://kingdomturkiye.com/Thread-Forum-Kurallari?pid=3#pid3

Sitenizde yatay postbit kullanılıyor.
http://mybbdepo.com/postbit-i-yatay-dikey-yapmak-konusu.html
Bu konudaki işlemleri yaparak postbiti dikey hale getirebilirsiniz.

İlk vermiş olduğum postbit kodu yatay postbit içindir. İkinci verdiğim postbit_classic ise dikey postbit içindir.

Bu klasörü de images klasörünün içine atın.

Kod:
www.mediafire.com/?a6fbazayk6209tx

Bunlarıda Global.css'nin en altına ekleyin. Bu kodları unutmuşum. Ayrıca eklemeniz gereken resim dosyaları var.

Kod:
.postbit-istatistik{
  width:16px;
  height:16px;
  float:left;
  margin-right:5px;
}
.postbit-yorum{
      background:url(images/oyunwizard/yorum-ikon.png) no-repeat;
}
.postbit-konu{
      background:url(images/oyunwizard/konu-ikon.png) no-repeat;
}
.postbit-tarih{
  background:url(images/oyunwizard/uyelik-ikon.png) no-repeat;
}
.postbit-rep{
  background:url(images/oyunwizard/rep-ikon.png) no-repeat;
}
.postbit-uyari{
  background:url(images/oyunwizard/uyari-ikon.png) no-repeat;
}



Cvp: Oyunwizard Mybb Teması [1.8] - funnfrell - 19-11-2014

(19-11-2014, Saat:19:59)WampiR Adlı Kullanıcıdan Alıntı:
(19-11-2014, Saat:19:49)funnfrell Adlı Kullanıcıdan Alıntı: Malesef olması. O kodları classicemı yoksa direk postbit şablonuna ekliyeceğim Gülümseme

http://kingdomturkiye.com/Thread-Forum-Kurallari?pid=3#pid3

Sitenizde yatay postbit kullanılıyor.
http://mybbdepo.com/postbit-i-yatay-dikey-yapmak-konusu.html
Bu konudaki işlemleri yaparak postbiti dikey hale getirebilirsiniz.

İlk vermiş olduğum postbit kodu yatay postbit içindir. İkinci verdiğim postbit_classic ise dikey postbit içindir.

Bu klasörü de images klasörünün içine atın.

Kod:
www.mediafire.com/?a6fbazayk6209tx

Bunlarıda Global.css'nin en altına ekleyin. Bu kodları unutmuşum. Ayrıca eklemeniz gereken resim dosyaları var.

Kod:
.postbit-istatistik{
  width:16px;
  height:16px;
  float:left;
  margin-right:5px;
}
.postbit-yorum{
      background:url(images/oyunwizard/yorum-ikon.png) no-repeat;
}
.postbit-konu{
      background:url(images/oyunwizard/konu-ikon.png) no-repeat;
}
.postbit-tarih{
  background:url(images/oyunwizard/uyelik-ikon.png) no-repeat;
}
.postbit-rep{
  background:url(images/oyunwizard/rep-ikon.png) no-repeat;
}
.postbit-uyari{
  background:url(images/oyunwizard/uyari-ikon.png) no-repeat;
}

Zaten o kodu sorgulatarak dikey hale getirmiştim.Faakt verdiğiniz kodu classice ekleyince sonuç yine aynı Gülümseme

http://kingdomturkiye.com/Thread-Forum-Kurallari?pid=3#pid3


Cvp: Oyunwizard Mybb Teması [1.8] - WampiR - 19-11-2014

Bende şuan dikey olarak görünmüyor. Birde yatay postbiti deneyebilir misiniz?


Cvp: Oyunwizard Mybb Teması [1.8] - funnfrell - 19-11-2014

Denedim fakat değişiklik olmadı bu seferde Gülümseme