Kullanıcı

Hoşgeldiniz Ziyaretçi. Lütfen giriş yapın veya kayıt olun.
E-posta adresinize aktivasyon iletisi gelmediyse lütfen buraya tıklayın.
10 Eylül 2010 09:45:24

Kullanıcı adınızı, şifrenizi ve aktif kalma süresini giriniz

Sohbet Penceresi

Son 5 Notlar:

27 AÄŸustos 2010 10:00:56
arkadaşlar delphi ile fax nasıl gönderilir şeklinde konuya cevaplarınızı bekliyorum...
  XLG
01 Eylül 2010 17:00:37
arkdaÅŸlar admin kim ya
  XLG
01 Eylül 2010 17:00:55
bi maruzatım olacak ta
03 Eylül 2010 11:14:44
Arkadaşlar SUBHAN adlı arkadaşımızdan haberi olan var mı? Bir yıldır hiç siteye girmemiş? Sitesi de borçtan kapanmış. Başına bir şey mi geldi?
06 Eylül 2010 16:29:36
subhan programlamayı bıraktı diye biliyorum :)

Show 50 latest

Gönderen Konu: Son mesajlar kısmını tablo içine almak  (Okunma sayısı 1105 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı Fatih

  • Administrator
  • *****
  • İleti: 2.210
  • Rep: +43/-10
  • Cinsiyet: Bay
    • Delphi Dünyası
Son mesajlar kısmını tablo içine almak
« : 30 Mart 2007 14:41:48 »
Boardindex.template.php dosyasını açın

Bul:
// Show lots of posts.
elseif (!empty($context['latest_posts']))
{
echo '
<table cellpadding="0" cellspacing="0" width="100%" border="0">';

/* Each post in latest_posts has:
board (with an id, name, and link.), topic (the topic's id.), poster (with id, name, and link.),
subject, short_subject (shortened with...), time, link, and href. */
foreach ($context['latest_posts'] as $post)
echo '
<tr>
<td class="middletext" valign="top" nowrap="nowrap"><b>', $post['link'], '</b> ', $txt[525], ' ', $post['poster']['link'], ' (', $post['board']['link'], ')</td>
<td class="middletext" align="right" valign="top" nowrap="nowrap">', $post['time'], '</td>
</tr>';
echo '
</table>';
}
echo '
</td>
</tr>';
      }


Değiştir:
// Show lots of posts.
elseif (!empty($context['latest_posts']))
{
echo '
<table  class="windowbg2" cellspacing="1" width="100%" cellpadding="0"  border="0">
<tr>
<th class="windowbg" align="left" width="43%">Konu</th>
<th class="windowbg" align="left" width="12%">Gönderen</th>
<th class="windowbg" align="left" width="27%">Bölüm</th>
<th class="windowbg" align="left" width="18%">Tarih</th>
</tr>';


/* Each post in latest_posts has:
board (with an id, name, and link.), topic (the topic's id.), poster (with id, name, and link.),
subject, short_subject (shortened with...), time, link, and href. */
foreach ($context['latest_posts'] as $post)
echo '

<tr>
<td class="windowbg" valign="middle" width="43%">', $post['link'], '</td>
<td class="windowbg" valign="middle" width="12%">', $post['poster']['link'], '</td>
<td class="windowbg" valign="middle" width="27%">', $post['board']['link'], '</td>
<td class="windowbg" valign="middle" width=18%">', $post['time'], '</td>

</tr>';
echo '
</table>';
}
echo '
</td>
</tr>';
         }
Delphi 2007/2009 çıktı.Ayrıntı için tıklayın