Quote:
Originally Posted by bluecat
I checked my stats and we now have on average between 40 to 55 new registrations a day with this, thanks (compared to our usual 5 a day)! But man, I apologize to ask again, but I have a paid restricted area that we used to get about 3 people a week sign up for, but now we only one in the last month, and it's definitely because these protected areas always look empty. Any advice? 
|
Try this:
Below the newly added code from this hack, add the following:
PHP Code:
if ($bbuserinfo['usergroupid'] == X and $forumid == X)
{
print_no_permission();
}
Of course replacing X with their respective numbers.