You can enable the post queue for new users in post settings, but if you want to queue everything in one category you have to turn to plugins.
I actually created one that might help a little: https://github.com/oplik0/nodebb-plugin-category-queue
But because it was created just for my needs it only queues topics and not every new post (if you post something in a topic from that category it won't be queued, but if you create a new topic it will).
It can be easily modified to do that tho (look here for explanation on how to get cid from such a post).
Need help with my plugin
-
I m interested to create a plugin to check the filter the email during registration by checking if its within my allowed email list. I tried to run this plugin but it doesn't work. Can someone help me to correct the code?
Thank youBelow is my github for the plugin.
-
Think sone one just made this plugin. Will send you the link to it when I get home.
-
@a_5mith Thank you mate.:)
-
Sorry, may have been mistaken, think I saw a post about someone wanting to make it. Maybe it was you.
-
Haha I was happy for a moment. I would be really helpful if anyone could correct my code.
Thank you -
@gvimlan the plugin should work just fine, if you'll remove trailing comma at that line
https://github.com/gvimlan95/nodebb-plugin-email/blob/master/package.json#L10 -
@Mega Omg your freaking genius! Thats where the mistake was. Haha
Thank you