I have about 4 folderts with and index.HTML which I will change to .php extension of course. The issue is this : the index files rely on CSS files in CSS folder and js too. How do I protect the index.php pages Thank you
I was able to use get my folders listed in the US pages on admin manage page by editing the path line in INI.php . how ever after setting the pages to private they are still opened as public when I load the page. I then add the if statement checkiing login status in blank_page .php but I get require once error .pls help
Sorry. I don't think editing the ini file is the way to do it. You need to edit the z_us_root file in the root folder of userspice. That contains an array of all of the folders that you want userspice to look at
great! it worked my other folders now shows in admin manage page. but i still had errors requiring ini.php in users folder. i solved this with :require_once $_SERVER['DOCUMENT_ROOT'].'/userspice/users/init.php'; i dont knw if i have break anything. i need the proper way to do this. Thanks
That shouldn't break anything. Normally you can do a relative path for that but if the server root thing works for you then go for it.
We couldn't do that by default because different servers treat that differently.
Just discovered an issue ! By default users are sent to account.php if they visit a page they are not registers as group member . i get redirecting error now instead of redirecting to account.php .
Ahh. Yes. Every new user needs to be added as "user" even if they are part of another group? Did you uncheck the user box when you were creating your users?
all users a in user group. still geting error: The page isn’t redirecting properly