• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

How to get notifications for new users and all forum posts?

Scheduled Pinned Locked Moved General Discussion
4 Posts 3 Posters 5.3k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    prog
    wrote on last edited by prog
    #1

    I want to get email notification if a new user registers and if a new post is published.

    Some plugin or setting for this?

    tfraleyT 1 Reply Last reply
    0
  • yariplusY Offline
    yariplusY Offline
    yariplus Community Rep
    wrote on last edited by
    #2

    I can't find any setting for it. Would be relatively easy to do it with a plugin. Just call sendToEmail on the action:post.save hook.

    That could end up being a whole lot of emails though! 🍌

    1 Reply Last reply
    0
  • tfraleyT Offline
    tfraleyT Offline
    tfraley
    replied to prog on last edited by
    #3

    @prog

    FYI: I use a plugin so I will get notification when someone registers
    nodebb-plugin-registration-notification

    I'm not sure you will want to get an email any anyone makes a post.
    But you can watch a thread and get an email notification when someone posts there.
    That's built in check your user profile settings.. Again, even this can become too much as your forum grows.

    P 1 Reply Last reply
    1
  • P Offline
    P Offline
    prog
    replied to tfraley on last edited by prog
    #4

    @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.

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development