Thanks for the report, I’ll try to get that fixed.
Can you describe the behavior in the Private Pages / Public Pages picker in Authorizer options? Is it showing some categories, but not translated categories? Or is that part working, but when you try to view the category it blocks access?
Thread Starter
mafoti
(@mafoti)
I have made the corrections in the authorizer.php file. The error was both in the way categories were listed in the Private Pages / Public Pages picker and in the way the access was blocked. I can send you the file if you tell me how
Awesome! If you’re familiar with github, you can fork the repo, create a branch and commit your changes, and then submit a pull request and I can incorporate the changes.
https://github.com/uhm-coe/authorizer/pulls
Otherwise, you can just paste your entire (modified) contents of authorizer.php into a Gist and share that link with me. I’ll run a diff to see what’s changed and then incorporate that.
https://gist.github.com/
Thread Starter
mafoti
(@mafoti)
Here https://github.com/mafoti/authorizer you can find the changes I have made. I have submitted the pull request but maybe you have to make some changes (maybe some checks if wpml is installed).
Thank you for the plugin!
Thanks! I merged in your changes and will include them in the next release (v2.6.8).