Hey, I see NodeBB doesn't convert symbols in url to latin. So there's ugly and not SEO-friendly links like this:
Is it possible to fix this?
Hey, I see NodeBB doesn't convert symbols in url to latin. So there's ugly and not SEO-friendly links like this:
Is it possible to fix this?
@julian Good to know.)) I would find out this myself today, but my hosting failed with a new server. So I'm trying NodeBB tomorrow. Thanks everyone for answers.)
@jarey said:
I think you can use session of nodebb to achieve one single login for your page and forum. You can see an example of this even on thos forum and its blog, where you an use nodebb users on ghost, ouyside nodebb. I don't know if that is what you're looking for.
As I can see, session stores on "manage" subdomain here.
You can't read cookies from subdomains. This is why I didn't logged in automatically on main page when I logged in on this forum. I want to store cookies on root domain because you always can read from there. This allows you to synchronize session - when you login on any subdomain, you loging on all subdomains and root domain too.
Is there any glitches with remembering where you left off, or it's just me? I opened this post now and my screen was on post 5, but should've been on 9.
And I honestly surprised why this forum is not popular, it looks amazing. It even not on Wiki. Does developers support it well? How often it updates?
@bumbalaga said:
Yes, there are working plugins to embed Facebook/youtube/dailymotion/vimeo videos.
Both of these BBcode plugins are really old and left without further development.
I'm not sure if they don't work, but i won't risk breaking my forum to install something so outdated.
Why the hell there's a plugins for this? Onebox editors should have build-in oEmbed and Open Graph support.
You can test how oEmbed works by pasting link to some video here http://oembed.frdnspnzr.de/
@bumbalaga said:
You know this black arrow in left top corner of the editor? It's meant to be dragged along with your mouse, not to press it.
LOL. I know how to forum now.))
@pichalite said:
You can set the follow options "On" for all new users in the ACP under ACP -> Settings -> User
Good to know, thanks.
P.S. Still don't have an answer on my first question. Most important one.
@bumbalaga said:
- This forum does not support BBcode, what is somehow painful, because of all that new syntax
I see couple of plugins here:
https://github.com/adarqui/nodebb-plugin-bbcode
https://www.npmjs.com/package/nodebb-plugin-bbcodes
Are they not working anymore?
Another question - I see NodeBB can't auto-embed all types of videos, from vimeo for examle. Can I add this manually?
About the bugs, yea, I mentioned one even on this forum. My editor height somehow uncollapsed and I can't make it smaller. All I see is half of a line from this topic behind it:
Also, why the hell do I need this?
And why am I don't watching my own topic automatically?
CSS is easier than JS. I see NodeBB works without reloading the page. So, I would need to get that "editor loaded" event to hook some more JS to it.
Thanks for tip. Any more limitations or "features" that I want to know? Discourse have some weird limitations on privileges too. Worst thing that I've found in Discourse that I can't create categories deeper than 1 level. And on top of that, it can't store session on root domain, so I can't create my main page without creating another session and make people login/register second time.
Hey. I switched to XenForo from phpBB and now I got to the point where it started to piss me off with glitched visual editor and garbage usability. NodeBB looks nice, a lot better thought-out. Few questions I want to ask:
I would like to remove it and let people drag-and-drop top edge of editor instead (Discourse style). Also I would like to add floating "quote" button when you grab some text with your mouse (XenForo style).