Boardindex.Template.php'de bul :

// Assuming the category hasn't been collapsed...
if (!$category['is_collapsed'])
{
echo '
';

Değiştir :

// Assuming the category hasn't been collapsed...
if (!$category['is_collapsed'])
{
echo '


',
empty($settings['boardname_posts_lastposts_nodisplay']) ? '






' : '' ;

Temanızın languages/index.turkish.php dosyasında ?> tagından önce ekleyin :

$txt['forum_adi'] = 'Forum adi';
$txt['konu'] = 'Konu';
$txt['mesaj'] = 'Mesaj';
$txt['son_mesajlar'] = 'Son Mesajlar';
 

 

wmaraci
reklam
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)



'. $txt['forum_adi'].'

'. $txt['konu'].'

'. $txt['mesaj'].'

'. $txt['son_mesajlar'].'