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