How change timezone?

General Discussion

Suggested Topics


  • 0 Votes
    9 Posts
    157 Views

    Did you set the username field of all users to an email in the database? If that's the case and the old username isn't stored anywhere you can't bring it back. If you are just using a hook to set username to email then you can disable that code and username should go back to normal.

    The displayname property is calculated from user.fullname and user.username based on the user setting show my fullname and if they have entered a fullname in their edit profile page.

  • 0 Votes
    1 Posts
    322 Views

    Hello,

    I have enabled emailing of forum news summaries (What's new? emails)
    But the sending time at 7:00 doesn't suit me, so how do I change the sending time of these mails?

    Thanks.

  • 1 Votes
    1 Posts
    601 Views

    English:
    How can I change the default 503 error page?

    Spanish:
    ¿Cómo puedo cambiar la página 503 que viene por defecto?

  • Change email templates

    General Discussion
    4
    0 Votes
    4 Posts
    2k Views

    AFAIK the email templates in src/views/emails shouldn't reset on forum restart @julianlam or @psychobunny can confirm. If you modify anything inside public/templates those will reset on forum restart.

  • 0 Votes
    3 Posts
    1k Views

    As it currently stands, category is hard coded into NodeBB. It will require a lot of work to make the paths custom, but it is a planned feature. So, you will either have to just not change the path or get somebody to change all of the hard coded areas that need to be notified in the site code.