Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. notifications
    Log in to post
    • All categories
    • Reinier Pupo

      How to use websocket notifications from external app?
      General Discussion • notifications socket.io websockets • • Reinier Pupo

      6
      0
      Votes
      6
      Posts
      132
      Views

      D

      @pitaj said in How to use websocket notifications from external app?:

      @reinier-pupo okay so you want to listen for notifications.

      You essentially want something like this:
      https://github.com/NodeBB/NodeBB/blob/b46d2f93e64e6546fb295d396b830dcab9f0cbbd/employee monitoring software/public/src/client/header/notifications.js#L25

      Yeah, thank you!! Exactly what i was looking for!

    • M

      Notification on new topic
      NodeBB Development • notifications new topic • • mrb

      3
      0
      Votes
      3
      Posts
      826
      Views

      M

      @baris Done, https://github.com/NodeBB/NodeBB/issues/7931

      mattmyne created this issue in NodeBB/NodeBB open Notification of new topic in category #7931
    • J

      Notification Only? WHY?
      Technical Support • notifications email • • jimmyc2018

      3
      0
      Votes
      3
      Posts
      904
      Views

      baris

      @jimmyc2018 You can manually change the code to set it to notification & email. Change it here and here from notification to notificationemail.

    • liberaltech

      Notifications on Navbar
      Feature Requests • notifications suggestions • • liberaltech

      1
      0
      Votes
      1
      Posts
      966
      Views

      liberaltech

      On mobile devices the notifications aren't immidiately shown unless you click on the side panel. It would be nice to see a notification marker of some sorts on the navbar.

    • rod

      SOLVED Notification will not go away
      Technical Support • notifications • • rod

      4
      0
      Votes
      4
      Posts
      1762
      Views

      rod

      @phit Thank you. A solution that is obvious once pointed out.

    • julian

      Notification grouping now on master branch...
      NodeBB Development • master notifications v0.9.3 • • Julian Lam

      31
      8
      Votes
      31
      Posts
      9254
      Views

      JaredBusch

      Ah, ok great to know.

    • exodo

      [nodebb-plugin-telegram] Telegram Notifications on NodeBB
      NodeBB Plugins • notifications telegram • • exodo

      26
      14
      Votes
      26
      Posts
      10614
      Views

      A

      Hi,

      I recently have updated Nodebb to 1.12.2 and this plugin to ver 0.3.1. I did put the Telegram Token and the room Id but I don't receive new topics nor reply to the Telegram group.

      I have tried this from the server:

      curl -X POST "https://api.telegram.org/botMyToken/sendMessage" -d "chat_id=-My_Chat_id&text=testing"

      This works fine. Furthermore, if I talk to the bot it reply nothing and If I put a command, I get this message:

      UserID not found.. Put your TelegramID again in the telegram settings of the forum. :(

      I was able to get my TelegramID by checking bot's status in:

      https://api.telegram.org/botMyToken/getUpdates

      It still gives me the "Uid not found" message furthermore I don't receive notifications like upvotes and so on.

      I have two questions:

      Why it is not sending messages to the group? Why the bot is answering with an error message instead of my TelegramID. This is important since forum users should be able to configure it in a esay way.

      Thanks!

      EDIT: I noticed that if I enter the TelegramID into a user, when I create a new topic or reply to an existing topic, Nodebb restats with this error message:

      2019-08-26T18:03:52.827Z [4567/14717] - error: uncaughtException: forumURL is not defined ReferenceError: forumURL is not defined at /server/nodebb/node_modules/nodebb-plugin-telegram-notifications/library.js:380:55 [...] Otherwise if I interact with a user without TelegramID, Nodebb doesn't restart. If I uninstall nodebb-plugin-telegram, all users works fine.
    • J

      Notification permissions bar bug?
      Bug Reports • notifications permissions • • Joel Murphy

      3
      0
      Votes
      3
      Posts
      1468
      Views

      psychobunny

      Need to add localStorage to it, but also an option to re-enable in the user settings in case you accidentally closed it and actually do want it activated.

      In any case, noticed OP is on an iPad, so made some changes that might work for him

    • henrywright

      UNSOLVED Anyone have a list of all of the system emails generated?
      Technical Support • notifications • • Henry Wright

      1
      0
      Votes
      1
      Posts
      842
      Views

      henrywright

      I'm wondering if anyone has a list of all of the automated system emails that are generated such as reset password and so on?

    • jarey

      SOLVED Permission problem
      Bug Reports • notifications permissions • • jarey

      7
      0
      Votes
      7
      Posts
      2875
      Views

      jarey

      Seems to be fixed now. Didn't get any notifications now.