SMF Duyurular Kısmında Edit Yapmak.

Son güncelleme: 01.04.2009 16:02
  • avatarın altındaki Duyuru Yazısını Ortalama :

    index.template.php'de Bunu BUlup

    // 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.

    // 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
    // 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">  ', $txt[102], '</td>
    </tr>
    BUNUNLA DEĞİŞTİRİN
    // 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>  ', $txt[102], '</center></td>
    </tr>
    Duyurular yazısını editlemek için: Ör:
    (¯`•.(¯`•.Duyurular.•'¯).•'¯)

    <td class="catbg"><center>(¯`•.(¯`•.  ', $txt[102], '.•'¯).•'¯)</center></td>

    veya

    default\languages index.turkish.php da bul Duyurular yazısını. böyle değiştir (¯`•.(¯`•.Duyurular.•'¯).•'¯)
#15.01.2008 11:29 0 0 0
  • paylaşım için sagol
#15.11.2008 11:23 0 0 0
  • Duyuru Ortalama İşme Yaradı SAğol
#01.04.2009 16:02 0 0 0