https://github.com/timkelty/craft-simplecategories
Categories fieldtype as simple inputs (checkboxes, radios, dropdowns)
https://github.com/timkelty/craft-simplecategories
Last synced: about 1 year ago
JSON representation
Categories fieldtype as simple inputs (checkboxes, radios, dropdowns)
- Host: GitHub
- URL: https://github.com/timkelty/craft-simplecategories
- Owner: timkelty
- License: mit
- Created: 2016-06-21T19:12:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T14:18:01.000Z (about 7 years ago)
- Last Synced: 2025-03-22T09:08:09.718Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simple Categories plugin for Craft CMS
Categories fieldtype as simple inputs (checkboxes, radio buttons, dropdowns).
## Installation
To install Simple Categories, follow these steps:
1. Download & unzip the file and place the `simplecategories` directory into your `craft/plugins` directory
2. -OR- do a `git clone https://github.com/timkelty/craft-simplecategories.git` directly into your `craft/plugins` folder. You can then update it with `git pull`
3. -OR- install with Composer via `composer require timkelty/craft-simplecategories`
4. Install plugin in the Craft Control Panel under Settings > Plugins
5. The plugin folder should be named `simplecategories` for Craft to see it. GitHub recently started appending `-master` (the branch name) to the name of the folder for zip file downloads.
Simple Categories works on Craft 2.4.x and Craft 2.5.x.
Brought to you by [Tim Kelty](http://fusionary.com/)
## Caveats
"Limit" validation gets a little weird when using categories with multiple levels. When you select nested category, you're also selecting its parent, so with a limit of 1 you wouldn't be able to select anything from a nested level.