@baris thanks
agusputra
Posts
-
How to reset the navigation on ACL -
How to reset the navigation on ACLI have remove all menu items.
Now, how I can reset the navigation, because Drag&Drop from ACL doesn't work if navigation bar empty.
I'm using NodeBB 1.1.2
-
How to embed and use custom font@mkarmocha Just use custom css.
CtrlV.in Image Hosting
Copy and paste a photo to upload and share it. The easiest way to share your images completely free and with no limits.
(ctrlv.in)
-
Who is using NodeBB?@ngadmin i'm also using nodebb. http://yukoding.xyz
-
NodeBB v1.0.0awesome
-
How you running NodeBB ?@giantkingsquid Yes, I do
./nodebb stop
-
Plugin for jsbin embed or jsfiddle embed ?I have update the repo and add support for jsBin : https://github.com/agusputra/nodebb-plugin-jsfiddle
Screenshot:
-
Plugin for jsbin embed or jsfiddle embed ?@frissdiegurke I do not need special syntax, url replacement is enough.
@a_5mith thanks for creating the plugin. I will see it.
-
Plugin for jsbin embed or jsfiddle embed ?Is it possible to extend markdown to support embedding jsbin or jsfiddle snippet ?
-
Who is using NodeBB?Add my forum : http://yukoding.xyz
-
Does not work searchI update nodebb-plugin-dbsearch to version 0.3.1 an it fixed
-
Does not work searchI still got this error.
When access
/search
Internal error. Oops! Looks like something went wrong! /search Failed to parse: { find: "searchpost", filter: {}, projection: { _id: 0, id: 1 }, limit: "50" }. 'limit' field must be numeric.
NodeBB v0.9.3
GIT commit: 9f14e8ee -
nginx configurationI follow this :
https://docs.nodebb.org/en/latest/configuring/proxies/nginx.html#configurationBut I get error each time refresh (F5).
Browser console output :
WebSocket connection to 'ws://188.166.229.163/socket.io/?EIO=3&transport=websocket&sid=272_fqLIM0WJupWXAAA1' failed: Error during WebSocket handshake: Unexpected response code: 400
Please help.
-
How you running NodeBB ?@SuperMike I'm just using pm2 to start nodebb shell script.
1. Create pm2.json5
{ apps : [ { name: "MyForumApp", script: "nodebb", args: "start" } ] }
2. Then
pm2 start pm2.json5
-
How you running NodeBB ?I'm using pm2
-
Does Persona Theme have boxed display?@Mawi-Raura You can edit your own style from http://yourforum.com/admin/appearance/customise
Or you can create your own themes and override as needed. Look here : https://docs.nodebb.org/vi/latest/themes/create.html
-
SSO Google stop working after 0.9.1 updateJust some idea. Are you sure your redirect url correct in google developer console.
redirect_uris : http://example.com/auth/google/callback
-
Emojis on my forum@jolly4real What is your NodeBB version and What editor you use?
-
WordPress is moving to Node.js!: Check out Calypso from WordPressIt's cool
-
Installation of NodeBB Help + Question@Archeon No it's not posible. You have to run npm install command from terminal, so you must have access to terminal.