Misafir Misafir
| Konu: mesaj ve profil alanları ayrı renkte Paz Mart 02, 2008 3:53 pm | |
| aşağıdaki resimde modifikasyonun oluşmadan ve olduktan sonraki halleri mevcut. profil alanlarınızın bu kısmında bir değişiklik yapmadığınızı farzederek anlatıyorum. orjinal hali [img width=500 height=365] https://2img.net/r/ihimizer/img130/7756/profil1wf6.jpg[/img]sonraki hali display.template.php.de bul - Kod:
-
// Show the message anchor and a "new" anchor if this message is new. if ($message['id'] != $context['first_message']) echo ' <a name="msg', $message['id'], '"></a>', $message['first_new'] ? '<a name="new"></a>' : '';
echo ' <table width="100%" cellpadding="3" cellspacing="0" border="0"> <tr><td class="', $message['alternate'] == 0 ? 'windowbg' : 'windowbg2', '">';
// 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 the message anchor and a "new" anchor if this message is new. if ($message['id'] != $context['first_message']) echo ' <a name="msg', $message['id'], '"></a>', $message['first_new'] ? '<a name="new"></a>' : '';
echo ' <table width="100%" cellpadding="3" cellspacing="0" border="0"> <tr><td class="', $message['alternate'] == 0 ? 'windowbg' : 'windowbg', '">';
// Show information about the poster of this message. echo ' <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;" class="windowbg2"> <tr> <td class="', $message['alternate'] == 0 ? 'windowbg' : 'windowbg', '" valign="top" width="16%" rowspan="2"> <b>', $message['member']['link'], '</b><br /> <span class="smalltext">';
|
|