MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
WampiR avatar
Konuyu Oyla:
  • Derecelendirme: 5/5 - 3 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 5/5 - 3 oy

Oyunwizard Mybb Teması [1.8]


Sponsor Reklam

Çevrimdışı WampiR
 Tarih: 19-11-2014, Saat:19:13
#81
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>
Cevapla
Bunu Beğenenler:

Çevrimdışı funnfrell
 Tarih: 19-11-2014, Saat:19:29
#82
(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 ?
Cevapla
Bunu Beğenenler:

Çevrimdışı WampiR
 Tarih: 19-11-2014, Saat:19:35
#83
(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.
Cevapla
Bunu Beğenenler:

Çevrimdışı funnfrell
 Tarih: 19-11-2014, Saat:19:49
#84
Malesef olması. O kodları classicemı yoksa direk postbit şablonuna ekliyeceğim Gülümseme

http://kingdomturkiye.com/Thread-Forum-K...pid=3#pid3
Cevapla
Bunu Beğenenler:

Çevrimdışı WampiR
 Tarih: 19-11-2014, Saat:19:59
(Son Düzenleme: 19-11-2014, Saat:20:00, Düzenleyen: WampiR.)
#85
(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-K...pid=3#pid3

Sitenizde yatay postbit kullanılıyor.
http://mybbdepo.com/postbit-i-yatay-dike...onusu.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;
}
Cevapla
Bunu Beğenenler:

Çevrimdışı funnfrell
 Tarih: 19-11-2014, Saat:20:31
#86
(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-K...pid=3#pid3

Sitenizde yatay postbit kullanılıyor.
http://mybbdepo.com/postbit-i-yatay-dike...onusu.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-K...pid=3#pid3
Cevapla
Bunu Beğenenler:

Çevrimdışı WampiR
 Tarih: 19-11-2014, Saat:20:40
#87
Bende şuan dikey olarak görünmüyor. Birde yatay postbiti deneyebilir misiniz?
Cevapla
Bunu Beğenenler:

Çevrimdışı funnfrell
 Tarih: 19-11-2014, Saat:20:50
#88
Denedim fakat değişiklik olmadı bu seferde Gülümseme
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Baze - Ücretsiz Dark MyBB Theme - Türkçe Çeviri - By heedlessness heedlessness 8 12,455 30-03-2023, Saat:18:41
Son Yorum: agg1401
  Rebil Teması ReDMaD 5 6,210 19-04-2020, Saat:21:30
Son Yorum: mawiman
Tema - Template [1.8] MyBB 1.8 Flow Teması XLRThetis 19 24,005 25-03-2020, Saat:16:42
Son Yorum: bymax9
SSS Oyun Teması Lazım Atabilir Misiniz? SiriuS 1 2,084 21-02-2020, Saat:12:37
Son Yorum: XLRThetis
iyi [1.8] Sitem İçin Mybb Tema Ücretli Arıyorum dedeadem 2 2,884 04-12-2019, Saat:18:05
Son Yorum: efokul



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - mecidiyeköy escort - şişli escort - ataköy escort - taksim escort - escort mecidiyeköy

sex hikaye - porno izle - türk ifşa - mecidiyeköy escort - seks hikaye - türk porno - escort bayan