
Admin Users Page Improvements
Added
- Total Posts Column: New column showing total activity (discussions + posts) per user with tooltip details
- Email Verification Filter: Filter users by verified/unverified email status (if email verification is enabled)
- Account Status Filter: Filter users by status (All, Active, Disabled, Banned)
- Sortable Columns: Username, registration date, and total posts columns are now sortable with visual indicators
- Date Display Redesign: Registration date and last visit displayed vertically with FontAwesome icons
- Inline Search & Filters: Search bar and filters now on the same row for better UX
Changed
- User Model Methods: Added native methods
countDiscussions(),countPosts(), andcountTotalActivity()toapp/Models/User.php - UserTableRow Component: Refactored to use native User model methods instead of manual counting
- Visual Indicators: Added icons to table headers to distinguish sortable vs non-sortable columns
- Like(1)
arpinux
Hi :)
gg for v5 final :)
one little thing: the post counter doesn't work on my admin/users page. but post counts are good in the profile page of each users.
i've used the "calculate users statistics" on the main admin page, clear cache and logs, but nothing changes
Edited on Jan 29, 2026 By arpinux .
Hi,
Thank you for your message and your feedback! 😊
I'm sorry for the issue you're experiencing with the post counter. I’ve implemented a fix for this, so please go ahead and re-download the archive. It should now work as expected.
Let me know if everything looks good after the update!
i've tried to answer on your private message but i've got 2 error popup 'echec d'envoi" "non trouvé" so i answer here :
the unfunctionnal download button
<button id="download-btn" data-resource-id="res_69446ec14861f9.63209044" class="btn btn-success btn-lg" style="transition-property: color, background-color, border-color, transform, opacity, box-shadow, filter; transition-duration: 0.3s; transition-timing-function: ease;"><i class="fas fa-download me-2"></i>Télécharger maintenant </button>
This discussion is locked