Bug account -> setting

Technical Support

Suggested Topics


  • Styling bug?

    Technical Support
    0 Votes
    2 Posts
    183 Views

    My report isn't 100% correct.

    When resizing the browser smaller, the top bar does become 2x taller, but the title and breadcrumb are rendered beneath properly.

    So it's only a normal (not full screen) kind of browser window with a long site title that exhibits the problem.

  • Bug in Russian lang

    Technical Support
    0 Votes
    3 Posts
    974 Views

    Thank you for your interest in helping us translate NodeBB. Our translations are stored in Transifex at the link below.

    https://www.transifex.com/nodebb/nodebb/

    Any translations or corrections you provide are very much appreciated.

  • 0 Votes
    20 Posts
    5k Views

    I just recently upgraded my forum to version 0.9.0 and have the same issue.
    Firefox shows no Settings menu, additionally the user name is not only halfway under the profile picture, but also rendered in white so that it is not shown.
    0_1447946225848_bug.png

    When selecting a custom skin the hamburger button appears in the area marked with the top left red circle.
    This could at least help as a workaround for users experiencing the problem.

    Edit: I realised from the github discussion that this should be fixed in the current persona master.
    I'll wait for 0.9.1 then.

  • 0 Votes
    9 Posts
    4k Views

    I have found the issue.
    Previously settings have been used for extra block creation, now it's customSettings
    Changing everything accordingly fixes issue.

  • 0 Votes
    3 Posts
    2k Views

    Fixed as of https://github.com/NodeBB/NodeBB/commit/5ec289eee2c44f4dd49e7b2884d27dd1acb20d5c.

    The problem was I was deleting tags that no longer had topics but was doing it in the wrong place. If a user couldn't see any topics the code was deleting the tag. I moved it up to actually check the tids and not the topics the user can see.