$favcache = unserialize($vbulletin->userinfo['favcache']); if ($favcache[$favid]) { $show['fav'] = true; } else { $show['fav'] = false; }