Ana Sayfa Forum Yardim Arama Site Ekle Arsiv Giris Kayit

HoŞ Geldin Ziyretçi Lütfen Giriş ya da Üye OL
Ip Adresiniz: 18.223.21.5
Adınız:
Şifreniz:


Sayfa: [1] Aşağı git
Yazdır

Gönderen Konu: SMF Forum Kategori içindeki Sayfa Sayısında Düzenleme (Okunma Sayısı 2849 defa)
0 Üye ve 1 Ziyaretçi konuyu incelemekte.
06 Nisan 2009, 22:18:37
Yönetici
Kupa (Karizma)
*



Kisisel Mesaj:
www.KupaVaLe.com
Cinsiyet:
Bay
Üye ID:
1
Kayit Tarihi:
12 Eylül 2007, 00:00:00
Nereden:
istanbul
Mesaj Sayisi:
3061
Rep Puani:
Rep Gücü:7802
Ruh Halim:
Deneyimleri:

Aktiflik

Deneyim

Seviye

Kötü itibar
iletisim:
Üyelik Bilgileri WWW Offline
« : 06 Nisan 2009, 22:18:37 »



Örnek resim:


Sources/MessageIndex.php de

Bul


Kod:
// Show links to all the pages?
if (count($tmppages) <= 5)
$pages = '« ' . implode(' ', $tmppages);
// Or skip a few?
else
$pages = '« ' . $tmppages[0] . ' ' . $tmppages[1] . ' ... ' . $tmppages[count($tmppages) - 2] . ' ' . $tmppages[count($tmppages) - 1];

if (!empty($modSettings['enableAllMessages']) && $topic_length < $modSettings['enableAllMessages'])
$pages .= ' &nbsp;<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0;all">' . $txt[190] . '</a>';
$pages .= ' »';
}
else
$pages = '';

Değiştir

Kod:
// Show links to all the pages?
if (count($tmppages) <= 5)
$pages = '[ Sayfa: ' . implode([/swf2][swf3], $tmppages);
// Or skip a few?
else
$pages = '[ Sayfa: ' . $tmppages[0] . ' ' . $tmppages[1] . ' ... ' . $tmppages[count($tmppages) - 2] . ' ' . $tmppages[count($tmppages) - 1];

if (!empty($modSettings['enableAllMessages']) && $topic_length < $modSettings['enableAllMessages'])
$pages .= ',&nbsp;<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0;all">' . $txt[190] . '</a>';
$pages .= ' ]';
}
else
$pages = '';

Sources/Recent.php de
Bul


Kod:
// Show links to all the pages?
if (count($tmppages) <= 5)
$pages = '« ' . implode(' ', $tmppages);
// Or skip a few?
else
$pages = '« ' . $tmppages[0] . ' ' . $tmppages[1] . ' ... ' . $tmppages[count($tmppages) - 2] . ' ' . $tmppages[count($tmppages) - 1];

if (!empty($modSettings['enableAllMessages']) && $topic_length < $modSettings['enableAllMessages'])
$pages .= ' &nbsp;<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0;all">' . $txt[190] . '</a>';
$pages .= ' »';
}
else
$pages = '';

Değiştir

Kod:
// Show links to all the pages?
if (count($tmppages) <= 5)
$pages = '[ Sayfa: ' . implode([/swf2][swf3], $tmppages);
// Or skip a few?
else
$pages = '[ Sayfa: ' . $tmppages[0] . ' ' . $tmppages[1] . ' ... ' . $tmppages[count($tmppages) - 2] . ' ' . $tmppages[count($tmppages) - 1];

if (!empty($modSettings['enableAllMessages']) && $topic_length < $modSettings['enableAllMessages'])
$pages .= ',&nbsp;<a href="' . $scripturl . '?topic=' . $row['ID_TOPIC'] . '.0;all">' . $txt[190] . '</a>';
$pages .= ' ]';
}
else
$pages = '';

Temanızda MessageIndex.template.php de

Bul

Kod:
// Is this topic new? (assuming they are logged in!)
if ($topic['new'] && $context['user']['is_logged'])
echo '
<a href="', $topic['new_href'], '" id="newicon' . $topic['first_post']['id'] . '"><img src="', $settings['images_url'], '/', $context['user']['language'], '/new.gif" alt="', $txt[302], '" /></a>';

echo '
<small id="pages' . $topic['first_post']['id'] . '">', $topic['pages'], '</small>
</td>
<td class="windowbg2" valign="middle" width="14%">
', $topic['first_post']['member']['link'], '
</td>
<td class="windowbg' , $topic['is_sticky'] ? '3' : '' , '" valign="middle" width="4%" align="center">
', $topic['replies'], '
</td>
<td class="windowbg' , $topic['is_sticky'] ? '3' : '' , '" valign="middle" width="4%" align="center">
', $topic['views'], '
</td>
<td class="windowbg2" valign="middle" width="22%">
<a href="', $topic['last_post']['href'], '"><img src="', $settings['images_url'], '/icons/last_post.gif" alt="', $txt[111], '" title="', $txt[111], '" style="float: right;" /></a>
<span class="smalltext">
', $topic['last_post']['time'], '<br />
', $txt[525], ' ', $topic['last_post']['member']['link'], '
</span>
</td>';

Değiştir

Kod:
// Is this topic new? (assuming they are logged in!)
if ($topic['new'] && $context['user']['is_logged'])
echo '
<a href="', $topic['new_href'], '" id="newicon' . $topic['first_post']['id'] . '"><img src="', $settings['images_url'], '/', $context['user']['language'], '/new.gif" alt="', $txt[302], '" /></a>';

echo '<br />
<small id="pages' . $topic['first_post']['id'] . '">', $topic['pages'], '</small>
</td>
<td class="windowbg2" valign="middle" width="14%">
', $topic['first_post']['member']['link'], '
</td>
<td class="windowbg' , $topic['is_sticky'] ? '3' : '' , '" valign="middle" width="4%" align="center">
', $topic['replies'], '
</td>
<td class="windowbg' , $topic['is_sticky'] ? '3' : '' , '" valign="middle" width="4%" align="center">
', $topic['views'], '
</td>
<td class="windowbg2" valign="middle" width="22%">
<a href="', $topic['last_post']['href'], '"><img src="', $settings['images_url'], '/icons/last_post.gif" alt="', $txt[111], '" title="', $txt[111], '" style="float: right;" /></a>
<span class="smalltext">
', $topic['last_post']['time'], '<br />
', $txt[525], ' ', $topic['last_post']['member']['link'], '
</span>
</td>';
Konuyu Paylaş:
Google Ekle Facebook Profiline Ekle Yahoo Ekle Msn Ekle Reddit Ekle Digg Ekle Furl Ekle Del.icio.us Ekle Newsvine Ekle Technorati Ekle

Ana Sayfa Kırık Link Bildir Yardım

Logged




Sayfa: [1] Yukarı git
Yazdır


Gitmek istediğiniz yer:  

Benzer Konular
Konu Başlığı Başlatan Yanıtlar Görüntülenme Son Mesaj
Ana Sayfa Yapma Kodu Html Html Kodlar bLue 0 10494 Son Mesaj 19 Ocak 2008, 17:43:23
Gönderen: bLue
Sayfa Yönlendirme-Kod Html Kodlar bLue 0 4638 Son Mesaj 19 Ocak 2008, 18:00:30
Gönderen: bLue
Sayfa Yükleniyor Kodu Html Html Kodlar bLue 0 6162 Son Mesaj 19 Ocak 2008, 18:02:12
Gönderen: bLue
Şifreli Sayfa Kodu Html Kodlar bLue 0 5009 Son Mesaj 10 Temmuz 2008, 19:54:21
Gönderen: bLue
Smf Forum RSS teki son mesaj sayısı Smf Forum (Eklenti - Mod - Tema) bLue 0 4547 Son Mesaj 10 Ağustos 2008, 21:28:50
Gönderen: bLue
sXe 16bpp Nedir? (Düzenleme) Counter Strike bLue 2 2797 Son Mesaj 10 Ekim 2010, 07:19:21
Gönderen: CskingleRi
Manchester United Türkiye Dergisi 1. Sayı FutboL GeneL (A Milli Takımımız) Kenan123 2 33285 Son Mesaj 27 Ağustos 2009, 11:56:33
Gönderen: Kenan123
Manchester United Türkiye Dergisi 2. Sayı FutboL GeneL (A Milli Takımımız) Kenan123 0 22895 Son Mesaj 27 Ağustos 2009, 11:53:19
Gönderen: Kenan123
CSS Eğitimi Türkçe PDF (264 Sayfa) Elektronik Ortamda Öğrenme (E-Öğrenme) bLue 0 3102 Son Mesaj 26 Ekim 2009, 23:27:28
Gönderen: bLue
Yeni konu eklerken kaydetme esnasında aradığınız sayfa bulunamadı hatası Yardım erdeman 2 22123 Son Mesaj 07 Eylül 2011, 21:17:53
Gönderen: erdeman
Thema Bilgileri (KupaVaLe V2 Özel Thema)

RSS | Arsiv | Sitemap | List | Wap | Wap2 | XML | SiteMap XML | SiteMap XML1 | urllist | XML 2 | Archive | urllist | RSS 1 | HTML

Bu Sayfa 0.227 Saniyede 28 Sorgu ile Oluşturuldu