Quote:
Originally Posted by John Lester
Edit includes/functions_databuild.php
Search for (occurs twice):
Code:
usergroupid NOT IN (3,4);
Replace with:
Code:
usergroupid NOT IN (3,4,8);
Find next and repeat. You can add other user groups (by usergroup id #) if you wish just follow the format between the ()'s and you should be good to go 
|
That didn't seem to do anything