Scam messages!

General Discussion

Suggested Topics


  • 0 Votes
    2 Posts
    194 Views
  • 0 Votes
    4 Posts
    669 Views

    @whimpers If you get the entire message object it should have a fromuid field, using that id you can get the user object at user:<uid> everyone in the room receives the message, you can get the users in the room from chat:room:<roomId>:uids

  • 0 Votes
    2 Posts
    1k Views

    Ahhhh, Why would you want to do something so evil!!

    Anyway, just call bootbox in the Custom HTML section of the ACP. (Make sure you check the box at the bottom.)

    <script> $(function(){ bootbox.alert("Welcome"); }); </script>

    Bootbox docs for more info: http://bootboxjs.com/

  • 0 Votes
    9 Posts
    10k Views

    @julian your explanation eases my concerns. Would be nice to see none at all but at least we know it's not critical to the operation of nodebb for production. Thank you!!

  • Forum Updated Message

    General Discussion
    6
    0 Votes
    6 Posts
    3k Views

    @Hưng-Thành-Nguyễn said:

    @peter for more details, when you restart/reload the forum in the ACP or in CLI, it will ask you to refresh the page to apply the changes such as templates... NodeBB is non-reloading template system, everything is loaded when you first load the forum. It just reload the data when you click the links or have a new data push to it then it render with preload templates.

    Thanks for the details!

    @julian said:

    @peter If you are seeing that message and you are not doing anything related to restarting or reloading, your NodeBB is crashing repeatedly and automatically bringing itself back to life.

    Run ./nodebb log and show us if there are any errors logged 🙂

    I saw it here on nodebb.org when I first signed up and was browsing around. Didn't understand it so that led me to post the topic. Noted your tip. Thanks!