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/)
-   -   Banlanmış üyenin Üstünü Çizmek (https://www.ircforumlari.net/smf/221911-banlanmis-uyenin-ustunu-cizmek.html)

Sunay 15 Haziran 2009 00:20

Banlanmış üyenin Üstünü Çizmek
 
display.template.php de

bul


Kod:

// Show information about the poster of this message.
                echo '
                                <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
                                        <tr>
                                                <td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
                                                        <b>', $message['member']['link'], '</b>
                                                        <div class="smalltext">';


değiştir

Kod:

// Show information about the poster of this message.
                echo '
                                <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
                                        <tr>
                                                <td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
                                                        ', $message['member']['is_banned'] ? '<span style="text-decoration: line-through;">' : '', '
<b>', $message['member']['link'], '</b>
', $message['member']['is_banned'] ? '</span>' : '', '
                                                        <div class="smalltext">';



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

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