@Kowlin
oh, that's great.thanks
royburns
Posts
-
Is there any development plan for App( iOS & Android)? -
Is there any development plan for App( iOS & Android)?Is there any development plan for App( iOS & Android)?
@psychobunny
@julian
:bowtie: -
when i @ somebody just like "royburns", then the link of the people is localhost:4567/user/royburns@royburns
this problem is fixed. -
is the config of themes store in the DB?is the config of themes store in the DB?
when i change the theme form nodebb-theme-persona to nodebb-theme-lavender, then my site can not access, error below:
Cannot GET /how to modify the theme config manual?
-
when i @ somebody just like "royburns", then the link of the people is localhost:4567/user/royburnswhen i @ somebody just like "royburns", then the link of the people is localhost:4567/user/royburns
how could i set it?
-
How does this part(global header) setup?@yariplus ok
-
How does this part(global header) setup?@royburns said:
yep, i set the /categories as my home page router
yep, i set the /categories as my home page router
-
How does this part(global header) setup?@nhl.pl said:
/categories rout
yep, i set the /categories as my home page router
btw, i install the plugin 'nodebb-plugin-bnch-cards' via one-click activation in the Admin Control Panel.
i think it's the new version for "nodebb-plugin-recent-cards"nodebb-plugin-bnch-cards
https://github.com/BonchForum/nodebb-plugin-bnch-cards -
How does this part(global header) setup?@nhl.pl
yep,i already reload my NodeBB in the Dashboard page. -
How does this part(global header) setup?said:
GitHub - NodeBB-Community/nodebb-plugin-recent-cards: Recent Cards plugin for NodeBB's Persona Theme
Recent Cards plugin for NodeBB's Persona Theme. Contribute to NodeBB-Community/nodebb-plugin-recent-cards development by creating an account on GitHub.
GitHub (github.com)
after install this plugin, i activated it, but it's not work, am i need to set it in somewhere like Widgets?
-
How does this part(global header) setup?How does this part(global header) setup?
-
Does NodeBB support Nodejs 4.2.1?@pichalite
it's ok now, i reinstall the nodejs and run "npm install node-gyp -g" to install graceful-js etc. -
Does NodeBB support Nodejs 4.2.1?@pichalite
it's also the same error :Cannot GET /
-
Does NodeBB support Nodejs 4.2.1?the log after install, it looks success except two warns, below is the full log:
[root@li1203-166 nodebb_outofchina]# ./nodebb log
Type Ctrl-C to exit
6/3 05:48 [17353] - warn: You have no mongo password setup!
6/3 05:48 [17353] - info: [database] Checking database indices.
6/3 05:48 [17353] - warn: [socket.io] Clustering detected, you are advised to configure Redis as a websocket store.6/3 05:48 [17353] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run
./nodebb reset -p PLUGINNAME
to disable it.- nodebb-theme-persona
6/3 05:48 [17353] - info: NodeBB Ready
6/3 05:48 [17353] - info: Enabling 'trust proxy'
6/3 05:48 [17353] - info: NodeBB is now listening on: 0.0.0.0:4567 -
Does NodeBB support Nodejs 4.2.1?@royburns said:
the log after install, it looks success:6/3 04:37 [16853] - info: NodeBB Ready
6/3 04:37 [16853] - info: Enabling 'trust proxy'
6/3 04:37 [16853] - info: NodeBB is now listening on: 0.0.0.0:4567 -
Does NodeBB support Nodejs 4.2.1? -
Does NodeBB support Nodejs 4.2.1?@pichalite yep, the mongo is of course running.
the version is v3.2.3 -
Does NodeBB support Nodejs 4.2.1?after installed, i run "curl http://localhost:4567'
but there were some error occur, below:6/3 04:37 [16853] - info: NodeBB Ready
6/3 04:37 [16853] - info: Enabling 'trust proxy'
6/3 04:37 [16853] - info: NodeBB is now listening on: 0.0.0.0:4567
MongoError: topology was destroyed
at Server.update (/opt/nodebb_outofchina/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:1083:49)
at Server.update (/opt/nodebb_outofchina/node_modules/mongodb/lib/server.js:338:17)
at updateDocuments (/opt/nodebb_outofchina/node_modules/mongodb/lib/collection.js:999:19)
at Collection.update (/opt/nodebb_outofchina/node_modules/mongodb/lib/collection.js:1037:44)
at tryCatcher (/opt/nodebb_outofchina/node_modules/connect-mongo/node_modules/bluebird/js/release/util.js:16:23)
at ret [as updateAsync] (eval at <anonymous> (/opt/nodebb_outofchina/node_modules/connect-mongo/node_modules/bluebird/js/release/promisify.js:184:12), <anonymous>:13:39)
at MongoStore.<anonymous> (/opt/nodebb_outofchina/node_modules/connect-mongo/src-es5/index.js:281:39)
at MongoStore.tryCatcher (/opt/nodebb_outofchina/node_modules/connect-mongo/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/opt/nodebb_outofchina/node_modules/connect-mongo/node_modules/bluebird/js/release/promise.js:503:31)
at Promise._settlePromise (/opt/nodebb_outofchina/node_modules/connect-mongo/node_modules/bluebird/js/release/promise.js:560:18)
at Promise._settlePromiseCtx (/opt/nodebb_outofchina/node_modules/connect-mongo/node_modules/bluebird/js/release/promise.js:597:10)
at Async._drainQueue (/opt/nodebb_outofchina/node_modules/connect-mongo/node_modules/bluebird/js/release/async.js:131:12)
at Async._drainQueues (/opt/nodebb_outofchina/node_modules/connect-mongo/node_modules/bluebird/js/release/async.js:136:10)
at Immediate.Async.drainQueues [as _onImmediate] (/opt/nodebb_outofchina/node_modules/connect-mongo/node_modules/bluebird/js/release/async.js:16:14)
at processImmediate [as _immediateCallback] (timers.js:383:17) -
How could i set no auth with Mongo?@pichalite
yes, my Mongo setup with no password, so...
i will try again, thanks. -
Does NodeBB support Nodejs 4.2.1?Does NodeBB support Nodejs 4.2.1?