nodebb-plugin-emailer-ses? Not working

NodeBB Plugins

Suggested Topics


  • 0 Votes
    2 Posts
    2k Views

    Ok, so far I've got it to work using passport-facebook-token and changing julian's sso-facebook plugin:

    FacebookTokenStrategy = require('passport-facebook-token'),

    and changing:

    passport.use(new passportFacebook({

    to

    passport.use(new FacebookTokenStrategy({

    Also:

    strategies.push({ name: 'facebook', url: '/auth/facebook', callbackURL: '/auth/facebook/callback', icon: constants.admin.icon, scope: 'email, user_friends' });

    to

    strategies.push({ name: 'facebook-token', url: '/auth/token', callbackURL: '/auth/token/callback', icon: constants.admin.icon, scope: 'email, user_friends' });

    I'm able to log into my account but I get this error:

    0_1499144571635_Screen Shot 2017-07-04 at 00.02.37.png

    Why is the route not found?

  • BBcode for NodeBB?

    NodeBB Plugins
    2
    0 Votes
    2 Posts
    1k Views

    @vstoykov are you looking for something with a WYSIWYG editor, or what? A simple plugin with BBcode parsing is easy. One that also adds a new composer like nodebb-plugin-bbcodes is more difficult.

    There is nodebb-plugin-redactor which you can use if what you're looking for a WYSIWYG editor.

  • 0 Votes
    2 Posts
    1k Views

    I would really appreciate clarity on this. Thank you.

  • 0 Votes
    1 Posts
    1k Views

    I found this awesome video from TED and realize there were still no plugin for TED nodeBB embed.

    So here it is.

    npm install nodebb-plugin-ted
    nodebb-plugin-ted.png

    Enjoy

  • 2 Votes
    2 Posts
    3k Views

    nice

    that site has a cool paginator 😛