User session

NodeBB Development

Suggested Topics


  • 2 Votes
    1 Posts
    102 Views

    The updates continue unabated here, as we work on updating the Harmony theme, page by page!

    This past couple weeks, you might've noticed that the /users page got a refresh:

    Screenshot 2023-02-10 at 15-24-08 Community.png

    Almost all of the elements have remained unchanged. There is no new information here, but it's absolutely shocking to see how much more balanced the page is compared to Persona.

    We also updated the flag list and details pages, to give those tireless content moderators a bit of a boost as well. You might notice that the list of flag filters in the sidebar has been updated to match the UI controls found in the /search page as well.

    Screenshot 2023-02-10 at 15-21-31 NodeBB.png

    Screenshot 2023-02-10 at 15-21-26 NodeBB.png

    Here is how it used to look on Persona:

    Screenshot 2023-02-10 at 15-19-18 NodeBB.png

    Screenshot 2023-02-10 at 15-19-24 NodeBB.png

  • 0 Votes
    2 Posts
    245 Views

    Here a mockup how it could look like on nodebb.org forum:

    who_can_see_this_01.png

    List unfold:
    who_can_see_this_02.png

  • 0 Votes
    5 Posts
    490 Views

    @Enrique the main problem you seem to be having is that you are not aware that there is a frontend and a backend to NodeBB. You have to wire up the controls from the ACP and make a call to the backend (via websocket, for example), and then you can call server side libraries.

  • Sharing SSO Sessions

    NodeBB Development
    7
    1 Votes
    7 Posts
    3k Views

    Haha or alternatively a feature request: ability to copy other people's canned responses 😉

  • 0 Votes
    3 Posts
    2k Views

    Thanks, I have just solved the error.

    But the code doesn't work for now. How can I do execute a function when user go to topic?

    Thanks