https://github.com/chasegiunta/batch
Perform batch actions on your elements in Craft CMS.
https://github.com/chasegiunta/batch
batch craft craft-plugin craft2 craftcms
Last synced: 7 months ago
JSON representation
Perform batch actions on your elements in Craft CMS.
- Host: GitHub
- URL: https://github.com/chasegiunta/batch
- Owner: chasegiunta
- License: mit
- Created: 2017-08-17T22:21:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:32:52.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T10:13:28.734Z (7 months ago)
- Topics: batch, craft, craft-plugin, craft2, craftcms
- Language: HTML
- Homepage:
- Size: 385 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Batch plugin for Craft CMS
Perform batch actions on your elements. Easily set field values across your elements, or filter down elements for deletion.

## Installation
To install Batch, follow these steps:
1. Download & unzip the file and place the `batch` directory into your `craft/plugins` directory
2. -OR- do a `git clone https://github.com/chasegiunta/batch.git` directly into your `craft/plugins` folder. You can then update it with `git pull`
3. -OR- install with Composer via `composer require chasegiunta/batch`
4. Install plugin in the Craft Control Panel under Settings > Plugins
5. The plugin folder should be named `batch` for Craft to see it. GitHub recently started appending `-master` (the branch name) to the name of the folder for zip file downloads.Batch works on Craft 2.4.x and Craft 2.5.x.
## Batch Overview
A simple plugin for batch (re)setting field values either across users or entries.
## Using Batch

## Disclaimer
Very simple implementation. Doesn't support Matrix, Super Table, Neo, or other advanced fields.
## Batch Roadmap
* Set multiple fields & values
* Add support for other elements
* Allow filtering through twigBrought to you by [ChaseGiunta](chasegiunta.com)