Edit plugin "show_thread_postbit"
like this
PHP Code:
// $vbulletin->options['attachthumbs'] = 1;
if ($articleforum && $vbulletin->options[af_firstpost])
{
if ($post['visible'] == 1 AND !$tachyuser AND $counter == 1 AND $vbulletin->GPC['pagenumber'] > 1)
{
if ($postorder)
{
$post['postcount'] = 1;
++$postcount;
}
else
{
$post['postcount'] = 1;
--$postcount;
}
}
}