Quote:
Originally Posted by Brad
Just throwing the html in there won't work because $show['threadicon'] is only set in forumdisplay.php.
If you allow icons for all forums then that is not important to your set-up anyway, in such a case using this in the SHOWTHREAD template will work;
HTML Code:
<img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
|
Sadly, none of that is apparently set for the SHOWTHREAD template. Here is the actual HTML it generated:
HTML Code:
<!-- Added -->
<img src="" alt="" border="0" />
<!-- Added -->
Any other ideas?