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).
sahin54 avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

Forumun alt bölümünü ortalama


Sponsor Reklam

Çevrimdışı sahin54
 Tarih: 14-03-2019, Saat:17:56
#1
Web site  Site Adresi : localhost
Versiyon MyBB Sürümü :1,6
Eklenti-Plugin Kurulu Eklentiler :pro portal
Hata-Sorun Sorun açıklaması : Forumun alt bölümünü ortalama
Resim-Grafik Hata Ekran Görüntüsü :
resim
Cevapla
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı novruz
 Tarih: 16-03-2019, Saat:11:43
#2
Şablon Setleri » Temanız » Anasayfa şablonları » index
Aşağıdaki gibi bir kod göreceksiniz;
PHP Kod:
<dl class="forum_legend smalltext">
    <
dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
    <
dd>{$lang->new_posts}</dd>

    <
dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
    <
dd>{$lang->no_new_posts}</dd>

    <
dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
    <
dd>{$lang->forum_locked}</dd>

    <
dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
    <
dd>{$lang->forum_redirect}</dd>
</
dl

Kodun başına <center> sonuna </center> kodlarını ekleyin;
PHP Kod:
<center> <dl class="forum_legend smalltext">
    <
dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
    <
dd>{$lang->new_posts}</dd>

    <
dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
    <
dd>{$lang->no_new_posts}</dd>

    <
dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
    <
dd>{$lang->forum_locked}</dd>

    <
dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
    <
dd>{$lang->forum_redirect}</dd>
</
dl></center
Cevapla
Bunu Beğenenler:

Çevrimdışı sahin54
 Tarih: 16-03-2019, Saat:12:34
#3
Yaptım ama bişey değişmedi
Cevapla
Bunu Beğenenler:

Çevrimdışı sahin54
 Tarih: 16-03-2019, Saat:12:50
#4
İndex şablonu aşağıdaki gibidir. center kodunu ekledim ama bir türlü olmadı

Kod:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}




{$forums}
{$boardstats}



<dl class="forum_legend smalltext "">

    <dt><img src="{$theme['imgdir']}/on.gif"  alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>


    <dd>{$lang->new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->no_new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
    <dd>{$lang->forum_locked}</dd>

</dl>





<br style="clear: both" />
{$footer}
</body>
</html>
Cevapla
Bunu Beğenenler:

Çevrimdışı novruz
 Tarih: 16-03-2019, Saat:14:14
#5
Aşağıdaki kodlar ile değiştirin;
PHP Kod:
<html>
<
head>
<
title>{$mybb->settings['bbname']}</title>
{
$headerinclude}
<
script type="text/javascript">
<!--
    
lang.no_new_posts "{$lang->no_new_posts}";
    
lang.click_mark_read "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}




{$forums}
{$boardstats}


<div style="display: flex;justify-content: center;">
<dl class="forum_legend smalltext "">
    <dt><img src="{$theme['imgdir']}/on.gif"  alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>


    <dd>{$lang->new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <dd>{$lang->no_new_posts}</dd>

    <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
    <dd>{$lang->forum_locked}</dd>

</dl></div>





<br style="clear: both" />
{$footer}
</body>
</html> 
Cevapla
Bunu Beğenenler:

Çevrimdışı sahin54
 Tarih: 16-03-2019, Saat:15:00
#6
Çok teşekkürler oldu
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Konuyu Takip Et Bölümünü kaldırma sahin54 2 1,245 27-01-2019, Saat:11:11
Son Yorum: sahin54
  Forumun alt bölümünü ortalama sahin54 2 1,809 27-01-2019, Saat:11:08
Son Yorum: sahin54
Göz Kırp Forumun ekranının genişlemesi ? mrseko 2 1,681 24-01-2016, Saat:17:50
Son Yorum: PowerTeam
  Forumun yedeğini almak. DarkLiqht 3 2,217 15-09-2015, Saat:20:11
Son Yorum: DarkLiqht
  Forumun Yazı Tipini Değiştirme forumdervis3 2 1,994 06-03-2015, Saat:20:16
Son Yorum: forumdervis3



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