İstediğiniz renkte, istediğiniz boyutta ve istediğiniz fontta konu başlıkları olmasını istiyorsanız aşağıdaki değişikliği yapın...
forumdisplay.php düzenle:
Bul:
PHP Kodu:
Kod: if ($thread['sticky'])
{
$threadbit = &$threadbits_sticky;
}
Bununla Değiştir:
PHP Kodu:
Kod: if ($thread['sticky'])
{
require_once('./includes/functions_bbcodeparse.php');
$thread['threadtitle'] = parse_bbcode($thread['threadtitle']);
$threadbit = &$threadbits_sticky;
}
Hepsi bu kadar..
Not: Versiyon kısıtlaması olmaksızın hepsinde geçerlidir.