I read through a bunch of the posts in this thread and noticed that some users had problems with the icons not showing up correctly in for the News items on index.php (vbIndex).
I had the same problem. I downloaded the hack (v1.3) a couple days ago and am just installing it. I don't think the newsbit template has been updated with the proper code in the ZIP file.
newsbit template that comes with vbIndex 1.3 contains:
PHP Code:
<td bgcolor="{secondaltcolor}"><normalfont><img src="{imagesfolder}/icons/icon$icon.gif" border="0"> <b>$newstitle</b></normalfont></td>
but it should contain:
PHP Code:
<td bgcolor="{secondaltcolor}"><normalfont>$icon<b>$newstitle</b></normalfont></td>
Thanks for the great hack! I'm still messing with it...