Hehe my bad...didn't know they weren't set in the latest version.
First thing you need to do is edit showthread.php.
Find this bit of code in showthread.php;
PHP Code:
$specialtemplates = array(
'smiliecache',
'bbcodecache',
'mailqueue',
);
Change it to;
PHP Code:
$specialtemplates = array(
'smiliecache',
'bbcodecache',
'mailqueue',
'iconcache'
);
Now install the attached plug-in and edit the showthread template per the instructions above.