Considering NodeBB
-
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. -
I'm not sure about storing the session on a root, but i can give you some other tips and wonders:
- This forum does not support BBcode, what is somehow painful, because of all that new syntax
- If you are planning on using high amount of plugins, be aware that they might not work on a newer version of NodeBB, because they can be left without support (Updating is not necessary though)
- Alot of plugins are either broken, buggy or left without support. It takes time to select nice, working ones.
- Forum is VERY stable and works greatly under high load.
Not sure what else can i say from myself. If you have any questions then ask.
-
@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?
-
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.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.
And also you can edit your following default settings here on your profile:
-
@bumbalaga The arrow on the left side of the composer is for both clicking (to go full screen and small) and dragging.
@MaestroMagnifico The dropdown next to the Submit button; you will see another option to both submit and lock the topic at the same time if you are an admin or mod.
You can set the follow options "On" for all new users in the ACP under ACP -> Settings -> User
-
@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.
-
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.
You have the option to use your own auth2 plugin too and keep the users on your site an work with them in nodebb.
-
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? -
@MaestroMagnifico nodebb is well supported by the nodebb team. You can take a look at the githb repo and see te version reease schedule in the past and see hoe often a new version is released. We are now near the release of 1.0.0 version, so take that into consideration too.
-
@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.
-
@MaestroMagnifico Hey there, glad our community's been helping you out so far
You can definitely change the cookie domain, it is settable in the ACP:
The default just takes its cue from the requesting referrer, but you can set it here to go to the naked domain.
If you prefer to go the other way, to have a site with existing users log in automatically in NodeBB, I'd recommend https://github.com/julianlam/nodebb-plugin-session-sharing