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] - Mehmethan12 - 09-11-2014

(26-10-2014, Saat:01:16)WampiR Adlı Kullanıcıdan Alıntı: Herhangi bir bozukluk söz konusu değil. Avatar eklentisini kurup, ayarların aktifleştiğinden emin olun lütfen. Yinede çözüm olmazsa hesap açıp adminlik verin.

Hesabını açtım. Mesaj atıyorum Site http://www.Sanalware.Net


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

(09-11-2014, Saat:01:40)Mehmethan12 Adlı Kullanıcıdan Alıntı:
(26-10-2014, Saat:01:16)WampiR Adlı Kullanıcıdan Alıntı: Herhangi bir bozukluk söz konusu değil. Avatar eklentisini kurup, ayarların aktifleştiğinden emin olun lütfen. Yinede çözüm olmazsa hesap açıp adminlik verin.

Hesabını açtım. Mesaj atıyorum Site http://www.Sanalware.Net

Komik. Tema yapımcısı ve linkini silmişsiniz. Hadi o sorun değil, hakkım helal olsun. Ama gelip birde destek istiyorsunuz. Size önerim temanın son versiyonunu indirerek denemeniz. İlk sayfada mevcut.


Cvp: Oyunwizard Mybb Teması [1.8] - Mehmethan12 - 09-11-2014

(09-11-2014, Saat:02:25)WampiR Adlı Kullanıcıdan Alıntı:
(09-11-2014, Saat:01:40)Mehmethan12 Adlı Kullanıcıdan Alıntı:
(26-10-2014, Saat:01:16)WampiR Adlı Kullanıcıdan Alıntı: Herhangi bir bozukluk söz konusu değil. Avatar eklentisini kurup, ayarların aktifleştiğinden emin olun lütfen. Yinede çözüm olmazsa hesap açıp adminlik verin.

Hesabını açtım. Mesaj atıyorum Site http://www.Sanalware.Net

Komik. Tema yapımcısı ve linkini silmişsiniz. Hadi o sorun değil, hakkım helal olsun. Ama gelip birde destek istiyorsunuz. Size önerim temanın son versiyonunu indirerek denemeniz. İlk sayfada mevcut.

Silemeyin yazısı yoktu konuda isterseniz ekleyebilirim sorun olmaz. Zaten Temanın son versiyonu yükledim olmuyor özel mesaj bakarsanız sevinirim.


Cvp: Oyunwizard Mybb Teması [1.8] - ForumKarizma - 09-11-2014

Dikey postbit css kodlarını ve html kodlarını verebilirmisiniz


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

Hocam dikey postbit kodları temada mevcut. Postbiti dikey yapmak için aşağıdaki konuyu inceleyebilirsiniz.

http://mybbdepo.com/postbit-i-yatay-dikey-yapmak-konusu.html


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

Temanın posbit kodlarını vermeniz mümkünmü acaba ?


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

Not: Denemeden önce kesinlikle yedeğinizi alın. Temadan temaya farklılık ve uyumsuzluk olabilir. Kodlarda bir sıkıntı çıkarsa söylersiniz. Verdiğim bu kodlar yatay postbit içindir.

Global.css ekleyin

Kod:
.profil-bilgileri{
  margin:0 auto;
}
.rep-ver-buton{
  text-align:center;
  float:left;
  color:#f7f7f7;
  font-size:12px;
  padding:5px 12px;
  background:#3ac456;
  border:1px solid #2baa46;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-box-shadow:inset  0px 1px 0px 0px #46d362;
    -moz-box-shadow:inset  0px 1px 0px 0px #46d362;
    box-shadow:inset  0px 1px 0px 0px #46d362;
}
.rep-ver-buton:hover{
  background:#4dd268;
}
.uyari-ver-buton{
  float:right;
   text-align:center;
  color:#e4e4e4;
  font-size:12px;
  padding:5px 12px;
  background:#c63939;
  border:1px solid #a52626;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-box-shadow:inset  0px 1px 0px 0px #de4a4a;
    -moz-box-shadow:inset  0px 1px 0px 0px #de4a4a;
    box-shadow:inset  0px 1px 0px 0px #de4a4a;
}
.uyari-ver-buton:hover{
      background:#da4848;
}
.ek-dosya{
      display:inline-block;
   background:#c63939;
  border:1px solid #a52626;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-box-shadow:inset  0px 1px 0px 0px #de4a4a;
    -moz-box-shadow:inset  0px 1px 0px 0px #de4a4a;
    box-shadow:inset  0px 1px 0px 0px #de4a4a;
  color:#f0f0f0;
  padding:10px 5px;
  width:98%;
}
.ek-dosya-ikon{
  background:url(images/oyunwizard/ek-dosya.png) no-repeat;
  width:60px;
  height:38px;
   float:left;
  position:relative;
  top:5px;
  left:5px;
}
.ek-dosya a:link, .ek-dosya a:visited, .ek-dosya a:active{
      color:#f0f0f0;
}
.ek-dosya a:hover{
      color:#fcd5d5;
}

Postbit Şablonlar > postbit 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>



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

(19-11-2014, Saat:19:01)WampiR Adlı Kullanıcıdan Alıntı: Not: Denemeden önce kesinlikle yedeğinizi alın. Temadan temaya farklılık ve uyumsuzluk olabilir. Kodlarda bir sıkıntı çıkarsa söylersiniz. Verdiğim bu kodlar yatay postbit içindir.

Global.css ekleyin

Kod:
.profil-bilgileri{
  margin:0 auto;
}
.rep-ver-buton{
  text-align:center;
  float:left;
  color:#f7f7f7;
  font-size:12px;
  padding:5px 12px;
  background:#3ac456;
  border:1px solid #2baa46;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-box-shadow:inset  0px 1px 0px 0px #46d362;
    -moz-box-shadow:inset  0px 1px 0px 0px #46d362;
    box-shadow:inset  0px 1px 0px 0px #46d362;
}
.rep-ver-buton:hover{
  background:#4dd268;
}
.uyari-ver-buton{
  float:right;
   text-align:center;
  color:#e4e4e4;
  font-size:12px;
  padding:5px 12px;
  background:#c63939;
  border:1px solid #a52626;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-box-shadow:inset  0px 1px 0px 0px #de4a4a;
    -moz-box-shadow:inset  0px 1px 0px 0px #de4a4a;
    box-shadow:inset  0px 1px 0px 0px #de4a4a;
}
.uyari-ver-buton:hover{
      background:#da4848;
}
.ek-dosya{
      display:inline-block;
   background:#c63939;
  border:1px solid #a52626;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-box-shadow:inset  0px 1px 0px 0px #de4a4a;
    -moz-box-shadow:inset  0px 1px 0px 0px #de4a4a;
    box-shadow:inset  0px 1px 0px 0px #de4a4a;
  color:#f0f0f0;
  padding:10px 5px;
  width:98%;
}
.ek-dosya-ikon{
  background:url(images/oyunwizard/ek-dosya.png) no-repeat;
  width:60px;
  height:38px;
   float:left;
  position:relative;
  top:5px;
  left:5px;
}
.ek-dosya a:link, .ek-dosya a:visited, .ek-dosya a:active{
      color:#f0f0f0;
}
.ek-dosya a:hover{
      color:#fcd5d5;
}

Postbit Şablonlar > postbit 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>

Dikeyi vermeniz mümkünmüdür acaba ?