Quote:
Originally Posted by Methok
I have seen it done on other sites where you need to be a premium user to use Digital Spy hack.
Would anyone know how to do this? I have it installed, Just need to limit its use.
|
It's easy. Find plugin "Add Spy Link To Navigation" where you call link to it and use this condition around calling spy.php:
<vb:if condition="is_member_of($bbuserinfo,5,6,7)">
Now plugin should look like:
$template_hook['navbar_community_menu_end'] .= '<vb:if condition="is_member_of($bbuserinfo,5,6,7)"><li><a href="spy.php' . $session['sessionurl_q'] . '" target="_blank">' . $vbphrase['spy'] . '</a></li></vb:if>';
Of course, 5,6,7 are usergroups you want to allow access.