Category Permissions
-
When i try to set permission for a specific user group on Admin Panel > Manage > Category > Access Control (on a category) the group list is blank like image below:
I've setup NodeBB on openshift hosting based on @nhl.pl tutorial: https://community.nodebb.org/topic/3866/guide-nodebb-0-6-1-on-openshift-for-windows-users-with-putty
-
@epsi1on, are you using Nginx or Apache2 as your front end - or are you accessing your site at http://domain.tld:4567
-
I've installed NodeBB on openshift exactly based on this tutorial:
https://community.nodebb.org/topic/3866/guide-nodebb-0-6-1-on-openshift-for-windows-users-with-putty
I'm accessing my forum like this: http://***.rhcloud.com/nodebb
@julian @Ted
Thank you -
I'm accessing my forum like this: http://*.rhcloud.com/nodebb
First of all thanks for using my guide. /nodebb (subfolder) in the quoted URL is wrong. Please remove it and try again.
You can also check what will happen when http://nodebb-youropenshiftusername.rhcloud.com:8080 (port number in the URL) address is used.
We have prepared a newer OpenShift guide which automates the whole process.
https://github.com/ahwayakchih/openshift-nodebb -
I've tried to load my forum with port 8000 (http://*.rhcloud.com:8000) and then in category permissions groups are shown properly. I'll use http://myhost.rhcloud.com:8000 when want to set category permissions.
Thanks