ok if found out, why:
i doubled this code block:
Code:
// Get Ignore Users
$ignore = array();
if (trim($bbuserinfo['ignorelist']))
{
$ignorelist = preg_split('/( )+/', trim($bbuserinfo['ignorelist']), -1, PREG_SPLIT_NO_EMPTY);
foreach ($ignorelist AS $ignoreuserid)
{
if (!$buddy["$ignoreuserid"])
{
$ignore["$ignoreuserid"] = 1;
}
}
}
who was inside
if ($vboptions['threadpreview'] > 0) just above
Code:
$show['threads'] = true;