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.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3716 days ago
Is Dragcheck Admin Rows abandoned?
Possibly abandoned (last update 3716 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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:
- Go to the Add New plugins screen in your WordPress admin area
- Search for Dragcheck Admin Rows
- Click Install Now and activate the plugin
For a manual installation via FTP:
- Upload the
dragcheck-admin-rowsdirectory to the/wp-content/plugins/directory - Activate the plugin through the Plugins screen in your WordPress admin area
To upload the plugin through WordPress, instead of FTP:
- 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!
Review feed
Changelog
1.0 (2015-10-28)
First release.
