Guys Now we can easily deploy Node.Js application to Azure website..
To try it just try File New NodeJs project in Visual Studio and right click deploy on Azure WEbsite, I have just tested it..
Now further work is to Import NodeBB source Code in Visual Studio Node.JS project template..
[image: vexyAUi.png]
Although I am not sure how to manage Redis on Azure..
@Areks, open up a ticket here https://github.com/akhoury/nodebb-plugin-import/issues
please share all the info you have, meaning
Node version,
Nodebb version
redis version, although i recommend mongodb
also, if you want, send me a copy of the dump, and I give it a shot.
@tfraley @yariplus In my case I have a new and not very active forum, so I don't visit it daily. If a spammer registers and posts something a notification would be fine.
@frissdiegurke said:
seems similar to the bug https://github.com/NodeBB/NodeBB/issues/3489 so you may just need to update your dependencies (rm -rf node_modules && npm cache clean && npm i).
That worked, thanks!
You can manage the categories permissions throught Administration Control Panel in order to hide it from unregistered users. Maybe theres some more options there.
Locking other categories down till you have 1 post is also doable. Check out the rewards tab in ACP. Add the user to group that has privs to post in other categories only if post count >= 1
Yhea just figured I was something to note, maybe for a future, adding options to the picture icon that could float it as you say.
I love markdown and use it daily for writing articles.
I've tried Redactor and it's nice, but in the end, I went back to default one.
I love the reward system and gamification.
I mentioned this before, I think in a plugin thread but here it goes.
The idea is adding more options to "If User's"
Example "Tags" or reputation with tags.
What I would like to see is this
Someone on my forums has helped other readers and racked up 100 rep with the tag apple.
So the math
If user's reputation + (Apple - Tag) is > then 99 then add to group (apple)
This way we get people who are actually helping into corresponding groups and can reward them or offer next level help to them.
Maybe we can't mix rep and tag's, but even just having tag's would open another level of possibilities
People in the other thread thought it was a good idea, honestly don't remember the thread was a while ago.
If there is already a plugin out there doing this, please let me know, but would be awesome to have it in the core system.
You can set the # of recent replies to 0 in the acp, but then you want see anything there.
Another option is to modify the template https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/categories/lastpost.tpl#L12 if you remove the content you won't see the post content there.