Users page users list

Feature Requests
  • We don't use avatars on our NodeBB, and the userpage looks a little ugly.

    0_1524876473866_d1da27bc-7869-4c3c-9c22-44c949a3765a-image.png

    Is it possible to list the users in a way like this (or something)

    ID NAME POSTS REG.DATE STATUS
    1 Fukster 4.951 12-Apr-2017 Admin
    2 Catch 753 15-Apr-2017 User
    3 Elath 15 15-Apr-2017 User
    4 Laphal 1.184 19-Apr-2017 Developer
    5 Soul 9.024 21-Apr-2017 Global Moderator
    6 Cutt 675 22-Apr-2017 Banned
    7 Larky 554 22-Apr-2017 User
    8 JOhn 4.881 24-Apr-2017 User
    9 Coolguy41 2 26-Apr-2017 User
    10 TrustMeImADolphin 61 28-Apr-2017 Moderator
  • @mj i think you can fork your theme and change the .tpl template for the users list page as you wish

  • Yes, the path here would be to update your persona's .tpl with a table to list users... alternatively you can override the theme's template with your own template (instead of modifying persona, which might get overridden on an update) via a custom plugin. Let me know if you need help getting started 🙂

  • @julian said in Users page users list:

    Yes, the path here would be to update your persona's .tpl with a table to list users... alternatively you can override the theme's template with your own template (instead of modifying persona, which might get overridden on an update) via a custom plugin. Let me know if you need help getting started 🙂

    Yes please 🙂

  • This is the quickstart plugin: https://github.com/NodeBB/nodebb-plugin-quickstart

    You'll want to fork it (or clone it) and replace all instances of "quickstart" with your own plugin, whatever you want to call it.

    There's a templates/ folder in there. Any templates that follow the same directory structure will override the them, so you'l want to copy users.tpl from Persona and change it to show what you want.

    Then you can activate the plugin, build NodeBB, and the users template should be changed.

  • @Julian Sorry for the bump, but back then I didn't understand it and let it go, but now I need it for an other nodebb community 😛

    Must I do this in ACP or with the nano thing?


Suggested Topics


  • 0 Votes
    19 Posts
    6k Views

    Oh, I see! And I just saw your reply appear. 🙂

  • Custom Home Page Editable

    Feature Requests
    2
    0 Votes
    2 Posts
    1k Views

    @Iman-Tumorang you can place on the page using widgets

    go to extend > widgets and then select from available widgets on the right side and drag to the left to where you want it to show.

    example: you can show forum stats by dragging it to the footer

  • 0 Votes
    3 Posts
    1k Views

    Great, thanks @baris. How about /recent and /popular? I'm trying to make a private forum but it doesn't seem current core is conducive to that.

    Edit: I realize that I can block guests from seeing posts by setting the access control parameters in the ACP, but I'd like to block the /recent and /popular (and all other) pages from guests just in case anything is missed, or at least blocking them access on principle.

  • 0 Votes
    6 Posts
    3k Views

    @meetdilip said:

    Does is slow down page loading ? It is already at 6 seconds.

    Hmm, 6 seconds isn't good nor is it bad. Where are you getting this number by the way?

    So yeah, it just depends really on what you're trying to accomplish. If you optimize delivery by compressing the image and using a CDN service (optional), you should be okay. Make sure the image isn't huge or more than 2000px in size. Remember the larger the image, the longer it takes for the end user to download.

  • User-Settings Pagination

    Feature Requests
    6
    1 Votes
    6 Posts
    2k Views

    @planner said:

    @frissdiegurke

    That should tell you that I'm not running the latest code.

    I ment the option to implement it, just kidding 😉