Title: Extra User Data
Author: keith_wp
Published: <strong>7 avril 2016</strong>
Last modified: 9 avril 2024

---

Recherche d’extensions

![](https://ps.w.org/extra-user-data/assets/banner-772x250.png?rev=1389044)

Cette extension **n’a pas été testée avec les3 dernières versions majeures de WordPress**.
Elle pourrait ne plus être maintenue ou supportée et peut présenter des erreurs 
de compatibilité quand elle est utilisée avec des versions récentes de WordPress.

![](https://ps.w.org/extra-user-data/assets/icon-256x256.png?rev=2989747)

# Extra User Data

 Par [keith_wp](https://profiles.wordpress.org/keith_wp/)

[Télécharger](https://downloads.wordpress.org/plugin/extra-user-data.0.14.zip)

 * [Détails](https://fr-ca.wordpress.org/plugins/extra-user-data/#description)
 * [Avis](https://fr-ca.wordpress.org/plugins/extra-user-data/#reviews)
 *  [Installation](https://fr-ca.wordpress.org/plugins/extra-user-data/#installation)
 * [Développement](https://fr-ca.wordpress.org/plugins/extra-user-data/#developers)

 [Support](https://wordpress.org/support/plugin/extra-user-data/)

## Description

Add extra (all sortable) columns to the Users screen, showing:

 * the number of comments, linked to the edit page for only that user’s comments,
 * the number of all custom post types authored, each linked to the matching edit
   page for that post type and that user,
 * their registration date, and IP address used,
 * their last login date, and IP address used,
 * and their total number of logins.

Use the comment and CPT links to easily manage your users’ output, and the registration
and login data to track lazy spammers and trolls, or to see whether a new user is
actually using the site.

## Installation

 1. Upload the plugin files to the **/wp-content/plugins/extra-user-data/** directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the « Plugins » screen in WordPress
 3. That’s it, no more configuration needed – columns you don’t want to see can be 
    toggled off in the « Screen Options » section of the « Users » admin page.

## Avis

![](https://secure.gravatar.com/avatar/9fdc3a6381194f93141c7a31bc4f4e2e1cce3bf54f3fd6fc095db532596cd630?
s=60&d=retro&r=g)

### 󠀁[So So, Dates All Wrong](https://wordpress.org/support/topic/so-so-dates-all-wrong/)󠁿

 [Duke Snoogens](https://profiles.wordpress.org/mikeloucas/) 16 octobre 2021

It works So So, The dates are all wrong for me with regards to LAST LOGIN DATE. 
The Registration date was correct… odd… I tried to change my system and server times,
but nothing worked so I grabbed the tool called « User Login History » instead and
it worked great. Give them both a try see what happens.

![](https://secure.gravatar.com/avatar/01d2d679632e8df9fe49e7c2f6f7a6301ce37f2a58a9d082a9ca9112ad07058e?
s=60&d=retro&r=g)

### 󠀁[So good, it should be added to the core!](https://wordpress.org/support/topic/so-good-it-should-be-added-to-the-core/)󠁿

 [mercano](https://profiles.wordpress.org/mercano/) 1 avril 2021

As others have said before me, why isn’t this part of the core?! Amazing plugin,
thanks a lot Keith for this gem! We just hope you’ll keep it updated in the future.

![](https://secure.gravatar.com/avatar/45dcb3f102971d62c86234ebdbe2e52d983d408dffdb43eef84488827e785409?
s=60&d=retro&r=g)

### 󠀁[good](https://wordpress.org/support/topic/good-2666/)󠁿

 [](https://profiles.wordpress.org/stefafuno/) 21 juin 2017

why there is no this feature in default wordpress? i dont understand… hope this 
plugin will stay up to date, thank you.

![](https://secure.gravatar.com/avatar/66357279854ae20a9344464bc16b66799385f33798877a3037332423ef2e0032?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-13534/)󠁿

 [afro6](https://profiles.wordpress.org/afro6/) 14 avril 2017

Works brillant on version 4.7.3

![](https://secure.gravatar.com/avatar/b172ec43bada8f2811768c3129e2b85833efbc7a714327d427f75dceb7ebb596?
s=60&d=retro&r=g)

### 󠀁[Great View of Helpful Info](https://wordpress.org/support/topic/great-view-of-helpful-info/)󠁿

 [laura.lee](https://profiles.wordpress.org/lauralee-1/) 3 septembre 2016

I used the admin columns plugin for layout display. Very helpful info. Thank you!

![](https://secure.gravatar.com/avatar/e44ea25bbfaffd0768162cc8475e7a63cb9d995babb605a32ec5506f969b4d88?
s=60&d=retro&r=g)

### 󠀁[Nice Work! Very handy plugin](https://wordpress.org/support/topic/nice-work-very-handy-plugin/)󠁿

 [jukegs](https://profiles.wordpress.org/jukegs/) 3 septembre 2016

I’ve installed this plugin on version 4.42, and have since updated to 4.5 of WP.
Plugin does what it says! The extra info is very handy to see. Thanks for a great
plugin!

 [ Lire les 6 avis ](https://wordpress.org/support/plugin/extra-user-data/reviews/)

## Contributeurs & développeurs

« Extra User Data » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

 *   [ keith_wp ](https://profiles.wordpress.org/keith_wp/)

[Traduisez « Extra User Data » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/extra-user-data)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/extra-user-data/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/extra-user-data/), ou
s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/extra-user-data/)
par [RSS](https://plugins.trac.wordpress.org/log/extra-user-data/?limit=100&mode=stop_on_copy&format=rss).

## Historique des changements

#### 0.14

 * Tested with WP 6.5, 6.4 and WP 6.3.2
 * Asset totals check is_post_type_viewable() instead of excluding nav_menu_item/
   revision etc
 * Asset totals exclude post_statuses we don’t want to see (trash/auto-draft/inherit)
   instead of trying to include them all
 * Ordering by asset totals doesn’t hide users who haven’t got any

#### 0.13

 * Tested with WP 5.5.1
 * Added links for the Login/Registered IP addresses to a lookup service, saves 
   cutting and pasting
 * Added CSS media query to only resize column widths on larger screens
 * Fixed the ordering of « Total Logins » to be numerically instead of alphabetically
 * Fixed page title when viewing assets belonging to a specific user

#### 0.12.3

 * Tested with WP 5.4.2
 * Removed a trailing user_id causing a PHP warning

#### 0.12.2

 * Tested with WP 5.2.1

#### 0.12.1

 * Tested with WP 4.6.1

#### 0.12

 * Fixed the svn commit…

#### 0.11

 * Initial release.

## Méta

 *  Version **0.14**
 *  Last updated **il y a 2 années**
 *  Active installations **60+**
 *  WordPress version ** 3.8 ou plus **
 *  Tested up to **6.5.10**
 *  Language
 * [English (US)](https://wordpress.org/plugins/extra-user-data/)
 * Tags
 * [total posts](https://fr-ca.wordpress.org/plugins/tags/total-posts/)[user data](https://fr-ca.wordpress.org/plugins/tags/user-data/)
   [user info](https://fr-ca.wordpress.org/plugins/tags/user-info/)
 *  [Vue avancée](https://fr-ca.wordpress.org/plugins/extra-user-data/advanced/)

## Notes

 4.5 out of 5 stars.

 *  [  5 5-star reviews     ](https://wordpress.org/support/plugin/extra-user-data/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/extra-user-data/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/extra-user-data/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/extra-user-data/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/extra-user-data/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/extra-user-data/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/extra-user-data/reviews/)

## Contributeurs

 *   [ keith_wp ](https://profiles.wordpress.org/keith_wp/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/extra-user-data/)