Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
A fix for those still unable to see new applicants
lech
✭
If you're running with a clean version of 0.9.0, this doesn't apply to you.
If you just been updating the codebase like I have, and you've updated while keeping the same DB. When you get new applicants. You may find that you can't see new users upon login or in your settings, and you can't approve/deny them but you can up their access according to roles.
Between the last 2-3 releases prior to 0.9.0 some things were changed dealing how applicants were handled. the /appg/settings.php had a setting reflecting those changes. A quick fix is to look for and change the following lines to the way they appear below. These lines should look the same as in the 0.9.0 release. After this you should see any new applicants signing up after applying this little fix.
While this won't fix existing applicants, it should work for any newbies that apply to your forum. In other words, double check your old settings.php vs the latest and note any changes outside of the ones that you've made from within the board.
I hope that was clear enough to understand easily
If you just been updating the codebase like I have, and you've updated while keeping the same DB. When you get new applicants. You may find that you can't see new users upon login or in your settings, and you can't approve/deny them but you can up their access according to roles.
Between the last 2-3 releases prior to 0.9.0 some things were changed dealing how applicants were handled. the /appg/settings.php had a setting reflecting those changes. A quick fix is to look for and change the following lines to the way they appear below. These lines should look the same as in the 0.9.0 release. After this you should see any new applicants signing up after applying this little fix.
define("agDEFAULT_ROLE", "0"); // default role (applicant)
define("agALLOW_IMMEDIATE_ACCESS", "0"); // auto approve (i think)
define("agAPPROVAL_ROLE", "3"); // Membership approval role
While this won't fix existing applicants, it should work for any newbies that apply to your forum. In other words, double check your old settings.php vs the latest and note any changes outside of the ones that you've made from within the board.
I hope that was clear enough to understand easily
0
This discussion has been closed.
Comments