Need to add localStorage to it, but also an option to re-enable in the user settings in case you accidentally closed it and actually do want it activated.
In any case, noticed OP is on an iPad, so made some changes that might work for him
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
I have the same problem. Please help. thanks
v0.7.0 resolves this issue -- for v0.6.x, please ensure that websockets are working.
@julian Thanks for information. Can you please give further info on how can i make sure websockets are working? I'm not so much familiar with nodejs...
You'll have to let us know what kind of setup you're running. Are you using a proxy in front of your site?
@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
Not sure if OpenShift supports websocket proxying -- perhaps you can get in touch with their support staff about that.
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