This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WPMS Admin Reports

Description

Key Features

  • Multisite heath metrics
  • Email all site admins from single button click
  • Site status checker
  • User IP and last login tracking
  • User disable (prevent login and hide from site managers)
  • Plugin health check

WPMS Admin Reports is a reporting tool for WordPress Multisite administrators. It provides three reports and a dashboard that gives you a quick snapshot view of the health of your WordPress Multisite installation. All of the tables are client-side sortable using jQuery and tablesorter. It includes graphical indicators (smiley faces) to help easily identify problem sites, users and plugins.

Dashboard – provides charts that display multiple factors from the other three reports in a graphical way by using radar and pie charts.

Site Report – gives you detailed information about each site in your installation. It can automatically check all of your sites to see if they are displaying errors or functioning correctly. The table contains the following information; ID, Status (Up/Down), Last Post, Last Update, When Created, Current Template, Number of Users and lists the Primary Administrator.

User Report – provides detailed information about each user in your installation. This plugin also captures when your users login. The table contains the following information; ID, Username, Name, Email, Last Login, Last IP Address, when Registered, number of Sites and a list of each site as well as the users roll on that corresponding site. The report is especially handy if you need to audit your users. This plugin also alows you to disable and enable users. If disabled users will not be allowed to login to any site and site admins will no longer be able to see them on their user management screen.

Plugin Report – lists all installed plugins and provides information about each one. This plugin will check multiple sources to indicate how trust worthy a plugin is. The table contains the following information; Name, Upgradeability, Status, Activation Site-wide, Total Number of Blogs that use it and a list of those blogs.

The plugin has detailed help tabs that throughly explain the details of each report.

Development

Credits, Thanks and Inspiration

Plugin Stats (Original Version)

  • Kevin Graeme
  • Deanna Schneider
  • Jason Lemahieu

IcoMoon – for making great icons.

Chart.js – for making beautiful charts.

tablesorter – for removing the need to refresh for table pagination.

jQuery – for being awsome.

WordPress Last Login – showed one way to store “last login” information.

Screenshots

  • Dashboard
  • Site Report
  • User Report
  • Plugin Report
  • Help Tab

Installation

  1. Place the wpms_admin_reports.php file and wpms_admin_reports folder in the wp-content/mu-plugins folder.
  2. Login as a network admin and visit the network admin dashboard.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WPMS Admin Reports” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WPMS Admin Reports” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.2.3

  • Framework udpate and refactor
  • Added user disable functionality

1.2

  • Fixed static method strict warnings, which were causing some issues with AJAX.
  • Typo corrections
  • Content changes

1.1

  • Major bug in dispatcher – fixed

1.0

  • The Initial Release