IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   SMF (https://www.ircforumlari.net/smf/)
-   -   Vb tarzı ayrıntılı konu bilgileri (https://www.ircforumlari.net/smf/221904-vbulletin-tarzi-ayrintili-konu-bilgileri.html)

Sunay 15 Haziran 2009 00:11

Vb tarzı ayrıntılı konu bilgileri
 
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]


Display.template.php de bul ,

Kod:

unset($normal_buttons['custom']);
Altına ekle ,

Kod:

// Konu bilgileri
            echo '<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? 'style="width: 100%;"' : '', '>
            <table border="0" width="100%" cellspacing="1" cellpadding="2" class="bordercolor">
                    <tr class="catbg3">
                                <td valign="middle" colspan="2" align="center" width="100%" style="padding-left: 6px;"><b><font color="#FFFFFF">', $txt['881'], '</font></b></td>
                    </tr>
                    <tr class="windowbg">
                                <td align="center" valign="middle" width="50%" style="padding-left: 6px;" id="top_subject">
                                      <fieldset><legend><b>', $txt['882'], '</b></legend><b>', $txt[118], '</b>: ', $context['subject'], ' </fieldset></td>
                                <td align="center" valign="middle" width="50%" style="padding-left: 6px;"><fieldset><legend><b>', $txt['883'], '</b></legend><b>', $txt['883'], '</b>: ', $context['num_replies'], ' cevap var</fieldset></td>
                    </tr>
                    <tr class="windowbg">
                                <td align="center" valign="middle" width="50%" style="padding-left: 6px;"><fieldset><legend><b>', $txt['641'], '</b></legend><b>', $txt[641], '</b> ', $context['num_views'], ' ', $txt[642], '</fieldset></td>
                                <td align="center" valign="middle" width="50%" style="padding-left: 6px;"><fieldset><legend><b>', $txt['884'], '</b></legend>';
            if (!empty($settings['display_who_viewing']))
            {
                    // Konuda kullan?c?lar?  göstersin mi?
                    if ($settings['display_who_viewing'] == 1)
                                echo count($context['view_members']), ' ', count($context['view_members']) == 1 ? $txt['who_member'] : $txt[19];
                    // Konuyu okuyanlar
                    else
                          echo empty($context['view_members_list']) ? '0 ' . $txt[19] : implode(', ', $context['view_members_list']) . ((empty($context['view_num_hidden']) || $context['can_moderate_forum']) ? '' : ' (+ ' . $context['view_num_hidden'] . ' ' . $txt['hidden'] . ')');
                    // Ziyaretçiler
                    echo $txt['who_and'], $context['view_num_guests'], ' ', $context['view_num_guests'] == 1 ? $txt['guest'] : $txt['guests'], $txt['who_viewing_topic'], ' ';
            }
            echo '</fieldset></td>
                    </tr>
            </table></table></div>';

languages/index.turkish.php'de bul ,

Kod:

?>
Üstüne ekle ,

Kod:

// Konu Bilgileri
              $txt['880'] ='Üye Bilgileri';
            $txt['881'] ='Konu Bilgileri';
            $txt['882'] ='Konu Basligi';
            $txt['883'] ='Cevap Sayisi';
            $txt['884'] ='Bu Konuyu Görüntüleyenler';

Admin Panelinde Kullanılan tema >Ana sayfaya ve iletilere bakanlar >İsimlerini Gösteri İşaretle

yunal 06 Mayıs 2012 00:52

Cevap: Vb tarzı ayrıntılı konu bilgileri
 
smf de benzer konular modülü arıyorum.


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 15:50.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net