Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Lyon Site Activity

Descripción

A simple, lightweight plugin that gives site administrators an at-a-glance view of recent content edits.

A single screen under the Tools menu shows tabular data for the latest created, latest modified, and/or latest trashed post, pages, or custom post types. You can also find the latest created taxonomies and custom taxonomies, along with latest added media elements (currently only PDF application types are supported.) Dynamic navigation control is found in a sticky element at the top of the page, allowing fast access to special areas of interest.

A single screen under the Settings menu will allow you to show only those posts, custom post types, taxonomies, or custom taxonomies that you are interested in seeing. Please note that while custom post type and custom taxonomies you create will be listed here, it does not mean that they are fully supported at this time. They should work as desired, but custom post types and custom taxonomies can be tricky.

Background

This plugin was designed to fulfill a need of Wheaton College, Norton MA. We wanted to track some editor activity without storing records in the database. The guiding principle was that the code would be lightweight and read only.

One use case is to review recent edits to ensure user compliance with existing guidelines.

Another is to review if there have been any recent edits at all.

This plugin supplements our paid site monitoring software. The idea is to catch issues early, providing a teaching opportunity for web editors that are less experienced.

Capturas

  • Access the tables under the "Tools" menu
  • Tabular view of activity
  • Change plugin settings under the "Settings" menu
  • Check off boxes of what you wish to see

Instalación

Install the plugin as you would any others.

FAQ

Does this plugin add any database tables to store activity?

No, this plugin does not alter the database in any way. It queries the database for recent activity and shows it in a table format. It queries the database every time the Site Activity page is viewed, and ONLY when that page is viewed.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Lyon Site Activity» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Lyon Site Activity» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

2.0.2

  • Added version information to the settings page as well

2.0.1

  • Fixed warning for in_array call
  • Added array of custom post types to ignore from known plugin sources
  • Made hyperlinks open in new window/tab
  • Added machine name to Post/Taxonomy label for settings page to make it easier to distinguish duplicate label uses

2.0.0

  • Initial Release of Plugin