Open /install/mysql-schema.php (line 1679), all thread fields are listed there.
To see what is the actual result, insert into showthread_post_start hook a var_dump(), so you see what it will be spit as data.
Example:
var_dump($thread['iconid']);
This will return the icon id you are using. Then, all you have to do is instert into your template the html related code to display the image.
|