What's up with my header all the sudden???

Technical Support

Suggested Topics


  • 1 Votes
    7 Posts
    545 Views

    I try install nodebb at new ubuntu18.04:

    git clone -b master https://github.com/NodeBB/NodeBB.git nodebb
    and

    nodebb/public/src/admin/manage/users.js

    line:289 has be change

    function handleUserCreate() { $('#createUser').on('click', function () { Benchpress.parse('admin/partials/create_user_modal', {}, function (html) { bootbox.dialog({ message: html, title: '[[admin/manage/users:alerts.create]]', onEscape: true, buttons: { cancel: { label: '[[admin/manage/users:alerts.button-cancel]]', className: 'btn-link', }, create: { label: '[[admin/manage/users:alerts.button-create]]', className: 'btn-primary', callback: function () { createUser.call(this); return false; }, }, }, }); }); return false; }); }

    the bug is the same .

    Thanks

  • 0 Votes
    4 Posts
    597 Views

    If you reinstall a broken plugin it will continue to break your forum.

  • can't send emails

    Technical Support
    0 Votes
    7 Posts
    3k Views

    I tried the other emailer (nodebb-plugin-emailer-ssl-smtp) and that works... weird, as I had the local emailer working before, when I had it on my freebsd machine (now centos).

    Thanks for trying, it is much appreciated 🙂

  • 0 Votes
    3 Posts
    2k Views

    Where file location i can fix it

  • 0 Votes
    4 Posts
    2k Views

    And, as an admittedly snarky aside, while you're tuning up your custom CSS, add this:

    .alert-window{ bottom:60vh; right:40vw; }

    So that the error and alert window is in the middle of the page and noticeable to your clientele. It's normal position at the bottom right used to cause me fits. By the time you had scanned the page to find it, it fades away.