How can we put the ability of quoting messages in shoutbox for answering more clearly, just a further feature by that pencil and recycle bin
a great example would be skype
or.telegram
@yariplus said:
I need to install slack plugin. Above mentioned command will remove the plugin right?
@Prasanna-Prachu yes, that will remove it so you can use your page until the 0.6.0 version is ready.
@yariplus ok ok ... Now i removed the plugin. Kindly update once the plugin is ready for NodeBB v0.6.0
@Prasanna-Prachu I am not sure when this plugin will be updated but you can modify the library.js file of the plugin a little bit to make the plugin work.
Replace lines 35 - 41 from library.js with these
Slack.init = function(app, callback) {
function render(req, res, next) {
res.render('admin/plugins/slack', {});
}
app.router.get('/admin/plugins/slack', app.middleware.admin.buildHeader, render);
app.router.get('/api/admin/plugins/slack', render);
@Prasanna-Prachu plugin is now updated to work with v0.6.0
@pichalite Slack module is installed. Kindly guide me how to configure the Slack into NodeBB. Im using mailgun for sending mail. How to integrate mailgun and slack so that email need to trigger any new direct messages or mentions of your name.
@Prasanna-Prachu said:
I installed nodebb-plugin-slack module for email integration. Created a account in slack .
Kindly guide me how to configure slack module into NodeBB for new topic/reply email notification.
@nhitchins Kindly guide me to integrate Slack webhook with nodeBB for new topic/reply email notification
Team,
Slack is configured in NodeBB , but email not triggerd from nodeBB. Is there any other way to trigger email notification for new topic/reply.
We are implementing this forum in our project.Kindly respond to this and help us to use the NodeBB
@nhitchins Any Update on Slack integration with NodeBB?
Hey, you might be best posting an issue in the authors github plugin page, in case the author doesn't check here often
@Prasanna-Prachu What update are you looking for? slack plugin works fine with NodeBB.
@pichalite Guide me how to integrated Slack with NodeBB. We have Slack account and we have token generated by inbound webhook in Slack. But mail not getting triggered when someone post to the topic created by me
@Prasanna-Prachu Do you have the nodebb-plugin-slack setup in your NodeBB installation? If it is setup, are you seeing messages in the slack channel when a post is created?
@pichalite Slack plugin is installed in the Nodebb. Im unable to view the messages in Slack Channel. I created one channel and mapped that channel in NodeBB Slack plugin
@Prasanna-Prachu Can you post a screenshot of your slack plugin settings page?
@pichalite Attaching the Slack plugin screenshot in NodeBB
@Prasanna-Prachu for the domain, just enter the first part (before .slack.com) as mentioned in the place holder for that field. In your case that's "trumobi".
For token just enter the last part in that URL, the code after the last "/"