Skip to content

A simple plugin to add few enhancements when checking a row on default Admin Tables, such as Users, Plugins or Posts lists.

Notifications You must be signed in to change notification settings

X-Raym/dragcheck-admin-rows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragcheck Admin Rows

Contributors: X-Raym

Tags: admin, rows, columns, checkboxes, select, UI, ergonomic, backend

Donate link: http://www.extremraym.com/en/donation/

Requires at least: 1.0.0

Tested up to: 4.3.1

Stable tag: trunk

License: GPL2

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Plugin URl: https://wordpress.org/plugins/dragcheck-admin-rows/

A simple plugin to add few enhancements when checking a row on default Admin Tables, such as Users, Plugins or Posts lists.

Description

  • Add the possibility to click and drag on checkboxes to make bulk selections.
  • Add a custom class to checked row, so that customization of their look is possible.

Here are two demo styles that you can place in your custom admin CSS stylesheet (created with another plugin of your choice):

.row-checked {
    background-color: #BCFFBC!important;
}
.row-checked .check-column {
    background-color: #01D200!important;
}

It uses dragcheck jquery plugin by aleximplode dragcheck on GitHub

This is a simple plugin: no settings page needed.

You can contribute to its developpement on github: Dragcheck Admin Rows on GitHub

Installation

For an automatic installation through WordPress:

  1. Go to the Add New plugins screen in your WordPress admin area
  2. Search for Dragcheck Admin Rows
  3. Click Install Now and activate the plugin

For a manual installation via FTP:

  1. Upload the dragcheck-admin-rows directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins screen in your WordPress admin area

To upload the plugin through WordPress, instead of FTP:

  1. Upload the downloaded zip file on the Add New* plugins screen (see the Upload tab) in your WordPress admin area and activate.

Frequently Asked Questions

Be the first to ask!

Screenshots

  1. Dragcheck rows on Admin Tables Dragcheck rows on Admin Tables

Changelog

1.0 (2015-10-28)

First release.

Upgrade Notice

1.0

Initial release.

About

A simple plugin to add few enhancements when checking a row on default Admin Tables, such as Users, Plugins or Posts lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published