and small addition! If you want show special icon for sticky thread just do that:
in forumdisplay.php find:
PHP Code:
if ($foruminfo[allowicons] and $thread[pollid]!=0) {
$thread[icon]='<img src="{imagesfolder }/poll.gif" alt="Poll" width="15" height="15" border="0">';
}
and below add:
PHP Code:
if ($foruminfo[allowicons] and $thread[sticky] == 1) {
$thread[icon]='<img src="="{imagesfolder }/icons/icon4.gif" alt="Sticky" width="15" height="15" border="0">';
}
Don`t foget remove space after
{imagefolder }! You can change icon for other if you want
Luck
P.S. my fist kind of hack