I don't see how changing the color of the forum should be any different than the old/new posts image, but anyway here's one solution
1 Open template: forumhome_forumbit_level1_post
2 Find: $forum[title]
3 Replace with:
<if condition="$forum[statusicon]=='old'">
$forum[title]
</if>
<if condition="$forum[statusicon]=='new'">
<font color="purple">$forum[title]</font>
</if>
Meltdown
|