Yep thats fixed it both in the API and in front end. Thank you.
william.owen
Posts
-
User NodeBB for a Private Community -
User NodeBB for a Private CommunityWell at least I am not the only one @BDHarrington7 - I have changed this thread to a question thread and marked it as unsolved.
-
User NodeBB for a Private CommunityWe are looking to run a private community using NodeBB but we seem to be unable to lock down things like the user profiles and user list; both the pages and the API endpoints. Is there something I am missing or is it just not possible to user NodeBB to run a private community?
-
Moderator / Admin messagesEditing the post is open to the OP so moderator messages could be faked or changed. Moderator comments would be a fairly good way to put it perhaps, but they would be surfaced as part of the OP not further down the reply thread.
-
Moderator / Admin messagesModerator / Admin messages - It would be great if administrators / moderators could added messages to a post. This would could be used to explain why a topic had been moved or forked or even to warn that a post is a duplicate or perhaps explain why its been locked.
If this could be created or if it exists already please let me know
-
Slack integration -
Slack integration@pichalite No; no... I am taking that as basically some sort of solid immutable contract.
-
Manual skin installation - Bootswitch API is down?@julian Thank you
-
Slack integrationI had a look and nhitchins was apparently last online about a year ago which is roughly when the plugin was last updated. Does seem to have the air of an abandoned plugin.
@pichalite do you think you will fork this and merge your PR?
-
Slack integration@pichalite That would be pretty cool man.. the idea of category picking would be excellent.
I also think this plugin is fairly important. Slack is taking over but it doesn't allow for more structured and threaded conversations. No one wants to go back to email forum spam but to get notifications of new topics and encourage the slack community to see new forum content would alow the forum to reach the community and not spam ( or be ignored in ) there email
Best of both worlds?
-
Slack integrationUs there currently any way to enable slack integration? I was very interested in this feature which I now think was provided by a plugin; this plugin seems to no longer be available. Was there a more generic webhooks system put in place, was this plugin just abandoned?
-
Manual skin installation - Bootswitch API is down?@AOKP said:
<link rel="stylesheet" type="text/css" href="//bootswatch.com/superhero/bootstrap.min.css">
Thank you
-
Manual skin installation - Bootswitch API is down?So it looks like Bootswitch API service is down and so I can't change the theme of my Forum. Is there alternative way to update the theme skin?
https://bootswatch.com/superhero/ I want to install that skin.. how could I do this manually?
-
Docker installation failing - Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSEDtelnet: Unable to connect to remote host: Connection refused
-
Docker installation failing - Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSEDHi there; thanks for the reply. I get : -
Port open. Good.
-
Docker installation failing - Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSEDdocker run --name my-forum-redis -d -p 6379:6379 nodebb/docker:ubuntu-redis
docker run --name dockerdev-nodebb --link dockerdev-redis:redis -p 80:80 -p 443:443 -p 4567:4567 -P -t -i nodebb/docker:ubuntuDefined the wbsite url for the forum as http://forum.mydomain.com:80
Results in:
[email protected] node_modules/connect-redis āāā [email protected] ([email protected]) 14/12 09:45 [1] - info: Populating database with default configs, if not already set... 14/12 09:45 [1] - error: Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED at RedisClient.flush_and_error (/opt/nodebb/node_modules/redis/index.js:142:13) at RedisClient.on_error (/opt/nodebb/node_modules/redis/index.js:180:10) at Socket.<anonymous> (/opt/nodebb/node_modules/redis/index.js:95:14) at Socket.EventEmitter.emit (events.js:95:17) at net.js:441:14 at process._tickCallback (node.js:415:13) 14/12 09:45 [1] - warn: NodeBB Setup Aborted. Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
Any help would be appreciated.