timkelty / craft-simplecategories
Categories fieldtype as simple inputs (checkboxes, radios, dropdowns).
Installs: 381
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 0
Open Issues: 1
Type:craft-plugin
pkg:composer/timkelty/craft-simplecategories
Requires
- composer/installers: ~1.0
README
Categories fieldtype as simple inputs (checkboxes, radio buttons, dropdowns).
Installation
To install Simple Categories, follow these steps:
- Download & unzip the file and place the
simplecategoriesdirectory into yourcraft/pluginsdirectory - -OR- do a
git clone https://github.com/timkelty/craft-simplecategories.gitdirectly into yourcraft/pluginsfolder. You can then update it withgit pull - -OR- install with Composer via
composer require timkelty/craft-simplecategories - Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
simplecategoriesfor 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
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.