This code was working well for me but Live Topic eventually stopped working for me until I reinstalled it. It seemed to work fine during lower activity levels but once I had more members online it stop working.
Code:
global $vbulletin
is_member_of($vbulletin->userinfo, 5, 6, 7))
{
$is_livetopic = true;
$livetopichook = 'template_edits';
include 'includes/livetopic_hooks.php';
}
Also is there a not_member_of alternative? I would like to give this another try to see if it stops working again.
Thanks again to BOP5!