I want to add custom fields for user editing and registration. I found nodebb-plugin-ns-custom-fields but it seems not work. Is anything I need to set or even I native nodebb forum could add custom fields
@syedasad not out of the box, no. It sounds like you'd need a custom plugin to modify the topic visibility privileges on the fly based on whether the topic is the most recent X topics.
Feel free to reach out to us for a quote on this kind of custom work 🙂
@JoeCaleb likely not the ideal candidate. NodeBB is designed to be a standalone web resource, co-existing alongside another side on a subdomain or subfolder.
You could customize a theme to match the look and feel of your main site – that's what we do here. The header and footer are dynamically retrieved from NodeBB.org
See nodebb-theme-community to learn how it is done.
@julian Hi Julian, After some thought I guess I would like to go even further and am wondering how to "pin" the navbar, as well as the topic bar so that they scroll completely normally like the rest of the page. Would this be doable? Thank you in advance. for your advice.