I edited my above post several times. You may want to re-read it, if I added anything pertient.
Code:
<td id="td_threadstatusicon_7670" class="alt1" style="cursor: pointer;">
<a rel="vB::AJAX"></a>
<img id="thread_statusicon_7670" border="" alt="" src="http://www.x.com/forum/styles/hr/statusicon/thread.gif"></img>
</td>
This is the HTML for an icon shown on a thread, but should not. Started by normal member, replied to by same member. No admin (6), no priority (33), no mod, nobody else.
I'm not sure what the HTML is supposed to reveal.
EDIT: This is from vBulletin admin side:
Code:
<img src="$stylevar[imgdir_statusicon]/thread$thread[statusicon].gif"
id="thread_statusicon_$thread[realthreadid]"
alt="<if condition="$show['threadcount']">
<phrase 1="$thread[dot_count]"
2="$thread[dot_lastpost]">$vbphrase[have_x_posts_in_thread_last_y]
</phrase></if>" border="" />
..