Hello Lynne,
I don't exactly know where kh99 is asking me to put the following code:
Quote:
if (!$vbulletin->userinfo['userid'])
{
$vbulletin->url = 'custom page url';
eval(print_standard_redirect('no permission'));
|
Quote:
using the error_nopermission hook (replacing 'custom page url' with your page url of course). I did a brief test, but you'd want to test it more if you try using this.
|
Is he/she talking about the functions.php file edit or something within vbulletin admincp?
Thanks, I appreciate your help.