Quote:
Originally Posted by Mattius
ok i tried the changes in the code you mentioned, i used the full path, and it shows me as a registered user on the gallery index page but I STILL have to login both at the gallery index and the admin and it still redirects me without actually loggin in...
Are there other areas where i have to change this code?
|
I was able to register and login your gallery WITH my name. so the login part is working fine.
What is your groupID? you have to be in groupid 6 (Admin) in order to login to admin area.
And you should have this number right, according to your forum setting
- constants.php
// User levels
define('GUEST', 0);
define('USER_AWAITING', 3);
define('USER', 2);
define('ADMIN', 6);
https://vborg.vbsupport.ru/showthrea...=15#post561764