Put this in the proper part of forumdisplay.php
PHP Code:
switch($foruminfo['forumid'])
{
case "84":
$newthreadimage="images/image84.gif";
break;
case "5":
$newthreadimage="images/image5.gif";
break;
case "3":
$newthreadimage="images/image3.gif";
break;
default:
$newthreadimage="images/reply.gif";
break;
}
Open up forumdisplay_newthreadlink template, and find
PHP Code:
{newthreadimage}
Replace it with
PHP Code:
$newthreadimage