[nodebb-plugin-sentiment] NodeBB Sentiment Analysis Plugin

NodeBB Plugins

Suggested Topics


  • 6 Votes
    14 Posts
    429 Views

    @baris just thinking about this, and perhaps it's a good idea to let users know when they've achieved a new level with either a notification message, or something else.

    Gamification is an important aspect of how forums work with reputation levels being a form of kudos for participants and some form of acknowledgement when a member reaches a specific level is nice to have rather than just silently taking place.

    It's mostly for acknowledgement of achievement.

  • 1 Votes
    20 Posts
    3k Views

    @fevzikorkutata I don't understand what you're saying.

    That fix is in 1.17.0 so you shouldn't have run into that issue if you went straight from 1.0.3 to 1.17.0 as I recommended.

  • 0 Votes
    13 Posts
    6k Views

    i also added this code to load default preferences (inside the "success" function when creating a new user)

    User.setSetting(uid, 'dailyDigestFreq', 'week', null); User.setSetting(uid, 'notificationSounds', 1, null); User.setSetting(uid, 'followTopicsOnCreate', 1, null); User.setSetting(uid, 'followTopicsOnReply', 1, null); User.setSetting(uid, 'sendChatNotifications', 1, null);
  • 3 Votes
    3 Posts
    3k Views

    I was expecting an anti-bot plugin from the title

  • 3 Votes
    56 Posts
    22k Views

    @PitaJ said in [nodebb-plugin-import] Import your forum to NBB:

    /admin/plugins/import

    Thanks for the reply.

    Permssions error of doom on mkdir... as per previous type errors. It kind of doesn't matter for this install as it's only being used to test the importability of a discourse database.

    Yes I run ./nodebb build after any installs via cmd line.

    However I stepped away for a couple of hours from this, read you reply then logged in to ACP and BOOM I can see the IMPORT in plugins menu and ancillary screens!

    Good tip /admin/plugins/import by the way! Kind of handy for future reference.

    I appreciate your patience, questions and insight always 👍