Change user's reputation in widget

General Discussion

Suggested Topics


  • Extensive User Stats

    General Discussion
    1
    0 Votes
    1 Posts
    316 Views

    Has anyone done this type of stuff, either as a plugin or even as a stand alone app that simply hits the NodeBB data store (we use MongoDB, not Redis, so that matters if going that route)...

    We'd like a way to get detailed user stats on a per user basis. Like how often, and it what categories, an individual is posting. We want to be able to research individual user patterns over time. Of course we can just query the DB, but this is something we'd like to see regularly both in ad hoc queries and in reports. Would be awesome to not reinvent the wheel if someone else is doing this, but I suspect no one else is. But wanted to ask before we look at making something ourselves.

  • 0 Votes
    1 Posts
    761 Views

    Hello,

    I was wondering if it's possible to change the birthday date format in the user profile from (mm/dd/year) to (dd/mm/year)?

    Thanks in advance

  • 0 Votes
    8 Posts
    2k Views

    @jiangcaiyang It works if you do it right. It doesn't take LESS variables, but it does work. Odds are the less styles have higher specificity, so your custom CSS rules are not applied. Use !important or something instead. It will certainly benefit you to not be held back due to incompatibility with newer versions of NodeBB in the future.

  • 0 Votes
    3 Posts
    2k Views

    @Joenel-de-Asis172 That is actually the best way to do it. 👍

    The other way would be to remove that html from the profile template in your theme. However, unless you are making your own custom theme, your changes may get overwritten when the theme updates.

    So CSS is the way to go.

  • 0 Votes
    3 Posts
    2k Views

    Implemented in latest version of Lavender 🙂