Gönderen Konu: Duyuru Kısmında Edit Yapmak  (Okunma sayısı 933 defa)

Çevrimdışı Hamza

  • Osc Kurucu
  • 1. SINIF ÜYE
  • ********
  • İleti: 161.847
  • Puan 13008
  • Cinsiyet: Bay
  • Dünyanın En Çok Mesaj Gönderen Üyesi :))
    • Profili Görüntüle
    • Hosting
Duyuru Kısmında Edit Yapmak
« : 30 Haziran 2008, 02:00:29 »



avatarın altındaki Duyuru Yazısını Ortalama :

index.template.php'de Bunu BUlup

Kod: [Seç]
// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
<td width="90%" class="titlebg2">
<span class="smalltext"><b>', $txt[102], '</b>: ', $context['random_news_line'], '</span>
</td>';
echo '

Bununla değiştir.

Kod: [Seç]
// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
<td width="90%" class="titlebg2">
<span class="smalltext"><center><b>', $txt[102], '</b>:</center> ', $context['random_news_line'], '</span>
</td>';
echo '


kategorilerin üstündeki tablo olan duyurulardaki yazıyı ortalamak için

Boardİndex.template.php 'yi açın
BU KODLARI BULUN
Kod: [Seç]
// Show the news fader?  (assuming there are things to show...)
if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))
{
echo '
<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
<tr>
<td class="catbg"> &nbsp;', $txt[102], '</td>
</tr>
BUNUNLA DEĞİŞTİRİN
Kod: [Seç]
// Show the news fader?  (assuming there are things to show...)
if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))
{
echo '
<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
<tr>
<td class="catbg"><center> &nbsp;', $txt[102], '</center></td>
</tr>
Duyurular yazısını editlemek için: Ör:
(¯`•.(¯`•.Duyurular.•´¯).•´¯)

Kod: [Seç]
<td class="catbg"><center>(¯`•.(¯`•. &nbsp;', $txt[102], '.•´¯).•´¯)</center></td>
veya

default\languages index.turkish.php da bul Duyurular yazısını. böyle değiştir 
Kod: [Seç]
(¯`•.(¯`•.Duyurular.•´¯).•´¯) 
Alıntıdır

Çevrimdışı Saw

  • 2. SINIF UYE
  • ****
  • İleti: 9.123
  • Puan 1000
  • Cinsiyet: Bay
  • | |......S€N! S€V!Y0RUM......| |
    • Profili Görüntüle
Duyuru Kısmında Edit Yapmak
« Yanıtla #1 : 29 Ağustos 2008, 00:49:33 »
saol