Quote:
Originally Posted by furst
Which line is it that I need to comment out?
|
In add_site.php:
PHP Code:
// ################ SHOW NO PERMISSION PAGE TO GUESTS ####################
if ($vbulletin->userinfo['usergroupid'] == 1)
{
print_no_permission();
}
Quote:
Originally Posted by loonytune15
Umm so what was the problem??
|
It was not getting the URL of the random site, and therefore it was a blank link so it just went to the forum index...