Thread Title color code by forum id
Hi All,
I would like to colour code Thread Titles according to what forum they are posted in.
I have found this which is aimed at color coding threads from specific forumids in search results, will this work for forums in general and if so where do i need to put it?
<vb:if condition="$show['forumlink'] AND in_array($thread['forumid'], array(x,y,z))">style="color: #123456"</vb:if>
|