Konu listesi görünümünde konu başlıklarının rengini ve arka plan rengini admin panel üzerinden değiştirmeye yarar.
Modifikasyonu paket yöneticisinden ya da manuel olarak kurabilirsiniz.
Kurduktan sonra modifikasyon ayarlarından konu başlıklarına başlık ve arka plan rengi veriniz.

Ekran görüntüleri:



Manuel kurulum:
MessageIndex.template.php
Bul:
Kod:

', $topic['is_sticky'] ? '' : '', '', $topic['first_post']['link'], (!$context['can_approve_posts'] && !$topic['approved'] ? ' (' . $txt['awaiting_approval'] . ')' : ''), '', $topic['is_sticky'] ? '' : '';

// Is this topic new? (assuming they are logged in!)
if ($topic['new'] && $context['user']['is_logged'])
echo '
';

echo '


Değiştir:
Kod:

', $topic['is_sticky'] ? '' : '', '', $topic['first_post']['link'], (!$context['can_approve_posts'] && !$topic['approved'] ? ' (' . $txt['awaiting_approval'] . ')' : ''), '', $topic['is_sticky'] ? '' : '';

// Is this topic new? (assuming they are logged in!)
if ($topic['new'] && $context['user']['is_logged'])
echo '
';

echo '




MessageIndex.php
Bul:
Kod:

'link' => '' . $row['first_subject'] . ''



Değiştir:
Kod:

'link' => '' . $row['first_subject'] . ''


ManageSettings.php
Bul:
Kod:

// Mod authors, add any settings UNDER this line. Include a comma at the end of the line and don't remove this statement!!


Değiştir:
Kod:

// Mod authors, add any settings UNDER this line. Include a comma at the end of the line and don't remove this statement!!
'',
array('text', 'message_index_color',),
array('text', 'message_index_background_color',),



Modifications.english.php
Bul:
Kod:

?>


Üstüne ekle:
Kod:

$txt['message_index_color'] = 'Message index color:';
$txt['message_index_background_color'] = 'Message index background color:';


Modifications.turkish.php
Bul:
Kod:

?>



Üstüne ekle:
Kod:

$txt['message_index_color'] = 'Konu listesi konu adı rengi:';
$txt['message_index_background_color'] = 'Konu listesi konu adı arka plan rengi:';


Alıntı çalıntı değildir. Bir bolubeyi (spina bifida) yapımıdır.
Orjinal konu: Message Index Color - Konu ba
MessageIndexColor.zip (Dosya Boyutu: 1.84 KB / İndirme Sayısı: 1)


Kaynak: Message Index Color - Konu başlıkları rengini değiştir