Your lucky i just did made them show on the bottom of my FORUMDISPLAY pages.
Here are the vbphrases to show the different thread display icons. They can be used on any template or theme.
$stylevar[imgdir_statusicon]/thread_new.gif
$stylevar[imgdir_statusicon]/thread.gif
$stylevar[imgdir_statusicon]/thread_lock.gif
$stylevar[imgdir_statusicon]/thread_hot_new.gif
$stylevar[imgdir_statusicon]/thread_hot.gif
$stylevar[imgdir_statusicon]/thread_dot.gif
To display these put them in a image tag like in my example below.
<img src="$stylevar[imgdir_statusicon]/thread.gif" />
|