techmonkey
06-08-2004, 12:13 AM
www.ridemonkey.com
In my left side news archive, every news item starts with an empty image tag. Anyone know why that is?
Brian
06-08-2004, 11:25 AM
In your 'adv_portal_news_archivebits' template, look for:
<td class="$getbgrow">
<if condition="$vba_options['portal_news_showicon']">
Replace that with:
<td class="$getbgrow">
<if condition="$vba_options['portal_news_showicon'] AND $show['threadicon']">
And that should fix the problem. :)
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.