Elxis CMS Forum

Support => General => Topic started by: zillo on August 24, 2025, 20:45:36

Title: User list new view
Post by: zillo on August 24, 2025, 20:45:36
Dear community, can someone please rewrite the user list? It's currently a table, and I wanted to display user pictures side by side, with information like name, age, location, and online or offline relationship status below the pictures.

Thanks in advance.

(https://grazybeats.com/gallery/images/Draw2DB4.png)
Title: Re: User list new view
Post by: datahell on August 29, 2025, 21:21:28
The users list is not a table, it is a list (UL / LI elements). By default it shows one user per row. Via CSS you can make it be displayed as a grid/table if you like. If you want a very custom user list you can create a plugin. I attach 2 screenshots of a sample user list transformation (1 minute work with CSS).
Title: Re: User list new view
Post by: zillo on September 05, 2025, 00:02:34
datahell, do you have the CSS settings? I've tried, but I can't get it to work. Please