Başlık Açarken <center>Konu Başlığı</center> şeklinde açabilirsin..
Tek Tek Uğraşmamak için:
Forumhome_forumbit_level1_nopost templatesinde aşağıdaki kodu bulun;
Kod:
<a rel="nofollow" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
Alttaki kod ile değiştirin,
Kod:
<center><a rel="nofollow" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if></center>
Renklendirmek için ise ;
Kod:
<b><font color=" RENK">BAŞLIK</font></b>