PDA

View Full Version : Anyone know how to fix this


stealhead_dan
01-08-2004, 01:50 AM
VB3 RC2, Its probably some bug, anyone how how to keep this from showing twice?

Brad
01-08-2004, 01:56 AM
It is suppose to be that way, the frist icon is for active threads with new post(s) in them, the second is for active threads with no new post(s) in them.

stealhead_dan
01-08-2004, 08:23 AM
it still looks funny, is there a way to get rid of one of them?

Brad
01-08-2004, 08:52 AM
<tr>
<td><img src="$stylevar[imgdir_statusicon]/thread_hot_new.gif" alt="$vbphrase[hot_thread_with_new_posts]" border="0" /></td>
<td class="smallfont"><phrase 1="$vboptions[hotnumberposts]" 2="$vboptions[hotnumberviews]">$vbphrase[more_than_x_replies_or_y_views]</phrase></td>
</tr>
<tr>
<td><img src="$stylevar[imgdir_statusicon]/thread_hot.gif" alt="$vbphrase[hot_thread_with_no_new_posts]" border="0" /></td>
<td class="smallfont"><phrase 1="$vboptions[hotnumberposts]" 2="$vboptions[hotnumberviews]">$vbphrase[more_than_x_replies_or_y_views]</phrase></td>
</tr>

That block is in the FORUMDISPLAY template, you can remove one if you wish but the icon will still show up in threads that use it. I would recoment changing the text to read something else.