Just one more correction. If you guys use
vbadvanced, you may want to modify the template to have the icons display correctly.
Go in your
forumhome_latestthreadbit template that was created with the hack (the vbulletin.org one, latest threads) and replace:
Code:
<img src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" />
with:
Code:
<img src="$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" />
See the
that was erased ? That's it.
+ enter the full path of your default icon in the admin panel:
vbulletin options >> Thread display options