Bootstrap's Glyphicons not loaded

NodeBB Development

Suggested Topics


  • 3 Votes
    9 Posts
    633 Views

    @julian said in Why isn't email required anymore?:

    There were two issues with this:

    Incorrect emails would bounce, causing reputation issues over time

    I run my own mail server and my forums are "small" so the bounces land in my queue/spool and are not a real problem. I see how this could cause significant grief otherwise, especially on larger forums.

    I also use IsTempMail, which seems pretty effective on its intended targets. I wonder how many others do? Been a while since I played with those knobs but iirc, it was pretty painless to set up.

    NodeBB prior to this change would allow any email to be entered, even other peoples' emails. A lot of sites do this, and it's not necessarily something we should guard against, but I personally find it really annoying when someone uses my email to sign up for random sites.

    Hard nut to crack, this one. Maybe add a disclaimer to the welcome message along the lines of "Somebody, hopefully you, used this email address to register for our community at URL. If this was not you we apologize for the inconvenience."? 🤔

  • 2 Votes
    11 Posts
    2k Views

    @faizanzahid Those in the screenshot are the global privileges. You want to change the category privileges, selecting each category (see up to the right), at least the root ones. There is also a button to copy privileges to the children categories.

  • 0 Votes
    3 Posts
    970 Views

    Cool answer.. It worked. Thanks.

  • 0 Votes
    4 Posts
    2k Views

    Nice way to debug. I am still using console.log() 🙂 I guss my stuff is to simple

  • 0 Votes
    6 Posts
    2k Views

    @a_5mith @psychobunny Thank you both. 🙂 So the error is removed and cache is cleared, so now it works like it should. ^^