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.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
Is there a way to report on / query the history of a post (where its been moved to from etc)?
I am using nodebb with MONGO.
Thanks,
@baris oh, I was mixing up min title length with post length, it was set to 0. Thanks @baris
You can already create a category only visible to a certain group by creating such a group and selecting the privileges in the ACP.
use nodebb-plugin-write-api and you can create how many post you like using ajax instead socket.io
PS: creating your own posts doesn't mean your site will be any good. It will look "not poor", but it will be anyway.
Nope. You would need to make a plugin. There's no way to add any additional data to the post without writing your own functions to handle the submit action.
@torn2 edit the theme template to remove the link to the topic if the user is a guest so they can't get to the topic page.