@Kowlin no change unfortunately
Sean
Posts
-
Domain Not Updating -
Domain Not Updatingso create a second server block?
-
Domain Not Updating@Kowlin I know the site works fine. I am the one setting it up, if you read my post the site displays fine, but you can't login / register.
-
Domain Not UpdatingI changed the domain on my NodeBB Installation, and everything is working fine however
I cannot login / register, it says error forbidden, invalud crsf token,When I inspect the headers, some parts are still the old domain name.
I've cleared cookies, but that didn't change anything.
Also, I can login if I visit the website via the IP address directly or the old domain, just not the new domain name.
[Edit] Solved
-
Private PostsIs there anyway to make private posts, where a user can post a thread inside a category and view it and reply to it, but no other users will see that post, whenever they look in the category they will only see their own posts, or users in specific groups can see these posts?
-
NodeBB Startup Error // 502 Bad GatewayAlright, problem fixed, thanks guys.
It was because of the template whitespace/indents messing up since I was copying from a file into the terminal.
Thanks
-
NodeBB Startup Error // 502 Bad Gateway@baris I figured it was a template error since all these problems happened after editing one of the templates, but I reverted the template back to the working version before my edits, and I just can't seem to get NodeBB to start back up. I'll look into the template again and see if there is any issues I can spot.
-
NodeBB Startup Error // 502 Bad Gateway@sanatisharif said:
./nodebb dev
Ok, didn't think to use that thanks, this is my error, any idea how to fix it?
error: Error: listen EADDRINUSE
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1039:14)
at listen (net.js:1061:10)
at Server.listen (net.js:1135:5)
at listen (/root/website/nodebb/src/webserver.js:180:17)
at /root/website/nodebb/src/webserver.js:57:3
at EventEmitter.<anonymous> (/root/website/nodebb/src/emitter.js:17:5)
at EventEmitter.emit (events.js:92:17)
at /root/website/nodebb/src/meta/css.js14
at /root/website/nodebb/node_modules/async/lib/async.js:697:13
27/12 06:14 [20324] - error: NodeBB address in use, exiting...
[cluster] Child Process (20324) has exited (code: 0, signal: null) -
NodeBB Startup Error // 502 Bad GatewayI am trying to start it back up again, and it won't start. It just shuts down when I load the page.
-
NodeBB Startup Error // 502 Bad GatewayI recently updated a nodebb template file in a theme, and when I restarted NodeBB, it will not start, it keeps crashing.
I am getting 502 Bad Gateway on the website (using nginx proxy)
Here is my log, any ideas?
27/12 05:19 [19438] - info: Time: Sun Dec 27 2015 05:19:24 GMT-0500 (EST)
27/12 05:19 [19438] - info: Initializing NodeBB v0.8.2
27/12 05:19 [19438] - info: [database] Checking database indices.
27/12 05:19 [19438] - warn: [socket.io] Clustering detected, you are advised to configure Redis as a websocket store.
27/12 05:19 [19438] - info: [plugins/spam-be-gone] Settings loaded
27/12 05:19 [19438] - info: NodeBB Ready
27/12 05:19 [19438] - info: Enabling 'trust proxy'
27/12 05:19 [19438] - info: NodeBB is now listening on: 0.0.0.0:4567
27/12 05:19 [19438] - error: undefined
undefined
27/12 05:19 [19438] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
27/12 05:19 [19438] - info: [app] Database connection closed.
27/12 05:19 [19438] - info: [app] Web server closed to connections.
27/12 05:19 [19438] - info: [app] Shutdown complete.
3 restarts in 10 seconds, most likely an error on startup. Halting.
error: undefined
undefined -
Teamspeak 3 Widget / pluginYou should be able to use any 3rd party teamspeak3 plugin such as https://www.tsviewer.com/ and put the html/js in a widget and custom html in the admin panel.
-
Recent Cards@baris said:
topics.getTopicsFromSet('cid:1:tids', data.req.uid, 0, 19, function(err, topics) {
Works, thanks alot
-
Recent Cards@BDHarrington7
I changed this code in library.js (line 32)
topics.getTopicsFromSet('topics:recent', data.req.uid, 0, 19, function(err, topics) {
to
topics.getTopicsFromSet('topics:category:1', data.req.uid, 0, 19, function(err, topics) {
But that's completely wrong I couldn't find any documentation for the API since I guess it makes requests to the API, so I really have no idea.
-
Recent CardsHow would I make this plugin https://github.com/psychobunny/nodebb-plugin-recent-cards only display the recent topics from a specific category, so it would show the latest posts out of a news category or such.
Thanks.
-
Navigation Bar Tooltips@baris haha wow, can't believe i didn't notice title="" was looking for data-toggle="tooltip" the entire time.
Removing the title removed them thanks a bunch
-
Navigation Bar TooltipsReally need to work out a way to remove the tooltips from search,notifications and chat as they look bad on the responsive dropdown navigation.
-
Recent Post Character Limit?@psychobunny I guess it was happening because I changed the HTML structure, and Persona theme CSS uses > selectors, making the styles dependant on the HTML structure. Fixed now anyway thanks