Quote:
Originally Posted by Polo
Whenever a guest click on the link to ushop.php he gets the permission error... i would like for guests to view this page only and everything else work the same..... i'm pretty sure is quite simple to accomplish... I just would like for guest to view all the good stuff they are missing
hope someone can help me out...
|
You will need to remove / change this bit
Find and remove
if ($bbuserinfo['userid'] == 0) {
print_no_permission();
}
Not recomended.