On which folder should I install plug ins ?
-
@meetdilip
Youtube isnpm install nodebb-plugin-youtube
Mandrill isnpm install nodebb-plugin-emailer-mandrill
& there's two image plugins, one that supports uploading directly to imgur.com & embed, and another that will automatically embed an image inline with posts, however i don't think it supports nodebb 0.4.0. It hasn't been updated for a few months.
However the Imgur plugin (which I know works) is
npm install nodebb-plugin-imgur
You can find all plugins on the NodeBB Plugins Page
-
@a_5mith said:
@meetdilip
Youtube isnpm install nodebb-plugin-youtube
Mandrill isnpm install nodebb-plugin-emailer-mandrill
& there's two image plugins, one that supports uploading directly to imgur.com & embed, and another that will automatically embed an image inline with posts, however i don't think it supports nodebb 0.4.0. It hasn't been updated for a few months.
However the Imgur plugin (which I know works) is
npm install nodebb-plugin-imgur
You can find all plugins on the NodeBB Plugins Page
Thanks