Skip to content
  • 0 Votes
    4 Posts
    2k Views
    K

    hey Guys,

    Is there a way to set notifications "on" by default for all users, and also have a default mail subscription for them (digest)

    and also notification for them when new posts are made to topics they are subscribed to or the topics they replied to

  • 0 Votes
    17 Posts
    8k Views
    julianJ

    @terfex I don't think so... 2.8 just included a new command we take advantage of.

  • 5 Votes
    15 Posts
    6k Views
    W

    Thanks for the fast answers.

    I will revoke the post and reply attribute from the registered-users group and create a new group with post and reply permission, where I add users based on some rules.

    Problem is solved 🙂

  • app.template

    NodeBB Development
    3
    1 Votes
    3 Posts
    3k Views
    barisB

    The above code looks incorrect due to a bug in templates.js

    Take a look here

    https://github.com/NodeBB/nodebb-theme-lavender/blob/master/templates/header.tpl#L20-L27

    You header.tpl should have that block in the <head> tag.

    What problem are you having exactly?

  • 4 Votes
    13 Posts
    7k Views
    P

    I want to escape by default, to prevent accidental XSS. If you intentionally want to allow scripts then you should use double curly brackets

    I think its something I would rather break today than worry about it in future