@julian thanks for the hint~
Not sure why, but after update NodeBB source code, it works fine, thanks~!!
@julian thanks for the hint~
Not sure why, but after update NodeBB source code, it works fine, thanks~!!
When I click facebook share button, the popup window doesn't show topic's content, it shows topic title with 'Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode., refer to err.png
But here at NodeBB, the facebook share works fine, the popup window shows topic's contents... (using the same browser)
I am wondering, is't my environment's issue or a bug ? any clue ?
For non English users, it could be hard to use emoji... for me, it's hard to mapping icon with text code
Currently, perhaps I can override the composer template to provide emoji buttons, but I hope NodeBB can support it in the future
Totally missed it, shame on my small eyes ~~
I only saw share buttons (facebook, twitter, etc..) on category list page, but not on post topic page
It's not easy to share a post, or a specific comment of a post
Do I still need to use naught with nodebb 4.x, or I don't need to use naught anymore?
I saw the loader.js, it looks like I don't need to use naught, Nice ~~
The preferred way to start and stop NodeBB is now: ./nodebb start and ./nodebb stop. NodeBB will continue to support usage with forever/supervisor, but it is no longer a requirement for production builds.
Hi @julian
Does it mean if node process crash, it will re-start process automatically?
Currently, I was trying to use naught with nodebb, what I want achieve is: Resuscitation - when a worker dies it is restarted & Zero downtime code deployment (optional)
Do I still need to use naught with nodebb 4.x, or I don't need to use naught anymore?
And when I login with Twitter SSO, the Email in the user profile will be empty...
When SSO using twitter, if user name already taken, UI will show plain JSON response
{
"error": "Username taken!"
}
the UI and it's message doesn't seems user friendly, perhaps it can be improved in the future
server side message:
Error: Username taken!
at C:\Users\sam\git\Node.js\nodebb\src\user.js:56:24
at C:\Users\sam\git\Node.js\nodebb\src\user.js:783:4
at C:\Users\sam\git\Node.js\nodebb\src\database\mongo.js:306:4
at C:\Users\sam\git\Node.js\nodebb\src\database\mongo.js:340:4
at C:\Users\sam\git\Node.js\nodebb\node_modules\mongodb\lib\mongodb\collecti
on\query.js:147:5
at Cursor.nextObject (C:\Users\sam\git\Node.js\nodebb\node_modules\mongodb\l
ib\mongodb\cursor.js:733:5)
at commandHandler (C:\Users\sam\git\Node.js\nodebb\node_modules\mongodb\lib
mongodb\cursor.js:713:14)
at C:\Users\sam\git\Node.js\nodebb\node_modules\mongodb\lib\mongodb\db.js:18
06:9
at Server.Base._callHandler (C:\Users\sam\git\Node.js\nodebb\node_modules\mo
ngodb\lib\mongodb\connection\base.js:442:41)
at C:\Users\sam\git\Node.js\nodebb\node_modules\mongodb\lib\mongodb\connecti
on\server.js:485:18
0.4x is going to be super amazing there's a TON of refactoring going on behind the scenes
@psychobunny looking forward to meet 0.4x soon
I just realize we use reds
It's good for English, I think.. But I need to support Chinese, and reds doesn't support it
For instance: try to search this thread using http://community.nodebb.org/search/%E4%B8%96%E7%95%8C
Any ideas to support search with other language?
- More opacity in background
Agree, especially on certain area
src/topics.js
// in future it may be possible to add topics to several categories, so leaving the door open here. RDB.zadd('categories:' + category_id + ':tid', timestamp, tid);
Hi @psychobunny, thanks for the valuable hint, with it, it's possible to do what I want~
Hi @julian, good to see you too!
Thanks for considering it as a possible feature in the feature, I am looking forward to see it
the catalog looks like a tag, so is't possible to let a post have multiple catalog?
for instance a post can tag it with "tv" and "game", then the post can be seen under "tv" catalog, also "game" catalog; or merge these catalog to "tv game"
if I want to do it, is't possible to do it by write my own plugin? or I have to modify the NodeBB core source code? I would hope not to modify the core source code ~
Hi @Julian:
Thanks for your explanation, I did try to search "NodeBB SEO" using google, and I found my post. it works like a charm!!
Indeed, there's are more important tasks to do to rather than improve SEO.
A lib for it: prerender.io
Just want to share this: Making AJAX Applications Crawlable.
check the Pages without hash fragments section, not sure whether it can be apply to other search engine or google only...
Hi @Julian:
Thanks for your explanation