Display.template.php de
Bunu Bul

Kod:
// Show the page index... "Pages: [1]".
Üzerine Ekle

Kod:
// Ayrıntılı Konu bilgileri başlangını by WmAraci/Bay_Okan
global $topic;
echo '



















Konu Bilgileri

Kısayollar



Konu Başlığı
', $context['subject'], '


Cevaplar
', $context['num_replies'], '


Önceki
Önceki Konu


Görüntüleyenler';
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 '


Görüntülenme
', $context['num_views'], '


Sonraki
Sonraki Konu

';
$topic;
echo '








', create_title(), ' 

Bu konu ', $context['num_views'], ' kere gösterildi ve ', $context['num_replies'],
' cevap bulunuyor.





';
// Ayrıntılı Konu bilgileri bitişi by Bay_Okan

style.css de
En Sona Ekle

Kod:
.alt1, .alt1Active
{
color: black;
font-style: normal;
background: url(images/misc/titlebg.gif) #d7dee3 repeat-x;
padding-left: 10px;
padding-right: 10px;
border-bottom: 2px dashed #435b8a;
border-left: 2px dashed #435b8a;
}
.alt2, .alt2Active
{
color: black;
font-style: normal;
background: url(images/misc/titlebg.gif) #d7dee3 repeat-x;
padding-left: 10px;
padding-right: 10px;
border-bottom: 2px dashed #435b8a;
border-right: 2px dashed #435b8a;
}
.alt3, .alt3Active
{
color: black;
font-style: normal;
background: url(images/misc/titlebg.gif) #d7dee3 repeat-x;
padding-left: 10px;
padding-right: 10px;
border-bottom: 2px dashed #435b8a;
}

Ekteki Resimi temanızdaki images klasörünün içine at