All Projects → nfourtythree → craft-entriessubset

nfourtythree / craft-entriessubset

Licence: MIT License
Craft field type plugin that extends the core Entries field type to give extra settings

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to craft-entriessubset

tablemaker
A user-definable table field type for Craft CMS
Stars: ✭ 39 (+44.44%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
smartdown.craft-plugin
Bringing the unbridled joy of Markdown Extra and Smartypants to your Craft websites.
Stars: ✭ 26 (-3.7%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
craft-audit
Audit log for Craft 3
Stars: ✭ 18 (-33.33%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
overflow.craft-plugin
A plain text Craft field type, with a soft or hard character limit.
Stars: ✭ 13 (-51.85%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
craft-json-snippets
Helps make CraftCMS models in .json
Stars: ✭ 17 (-37.04%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
craft-entry-instructions
A simple fieldtype to add instructions.
Stars: ✭ 16 (-40.74%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
craft-plugin-mix
Helper plugin for Laravel Mix in Craft CMS templates
Stars: ✭ 50 (+85.19%)
Mutual labels:  craft, craftcms, craft-plugin
craft-donkeytail
A Craft CMS fieldtype for content managing points on images.
Stars: ✭ 53 (+96.3%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
craft-react
Client and Server-side React rendering for CraftCMS
Stars: ✭ 40 (+48.15%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
oembed
A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.
Stars: ✭ 34 (+25.93%)
Mutual labels:  craft, craftcms, craft-plugin
Craft-Twig-ImageBase64
A simple Twig extension for Craft CMS to create base64-encoded images from Assets in your Twig templates.
Stars: ✭ 14 (-48.15%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
craft-recaptcha
Integrate Google’s reCAPTCHA into your web forms.
Stars: ✭ 16 (-40.74%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
picpuller-for-craft3
Pic Puller for Craft 3 lets authorized users pull in their Instagram media into Craft.
Stars: ✭ 12 (-55.56%)
Mutual labels:  craft, craftcms, craft-plugin
Craft-User-Manual
📚 Help Section Plugin for Craft CMS.
Stars: ✭ 86 (+218.52%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
SecureAssetDownload
Craft CMS plugin for secure asset download URLs
Stars: ✭ 22 (-18.52%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
craft.patrol
Patrol simplifies SSL and maintenance routing for sites built with Craft
Stars: ✭ 90 (+233.33%)
Mutual labels:  craft, craftcms, craft-plugin
Seo
SEO utilities including a unique field type, sitemap & redirect manager
Stars: ✭ 210 (+677.78%)
Mutual labels:  craft, craftcms, craft-plugin
craft3-collections
Clean up those complex templates with Laravel Collections
Stars: ✭ 24 (-11.11%)
Mutual labels:  craft, craftcms, craftcms-plugin
molecule
⚛️ Grab Twig components, CSS and JS files outside the primary template folder
Stars: ✭ 20 (-25.93%)
Mutual labels:  craft, craftcms, craftcms-plugin
visor
🕶 A simple admin overlay to get to the relevant areas of the Craft CMS control panel.
Stars: ✭ 25 (-7.41%)
Mutual labels:  craft, craftcms, craftcms-plugin

Entries Subset plugin for Craft CMS

Craft field type plugin that extends the core Entries field type to give extra settings

Screenshot

Installation

To install Entries Subset, follow these steps:

  1. Download & unzip the file and place the entriessubset directory into your craft/plugins directory
  2. -OR- do a git clone https://github.com/nfourtythree/craft-entriessubset.git directly into your craft/plugins folder. You can then update it with git pull
  3. Install plugin in the Craft Control Panel under Settings > Plugins
  4. The plugin folder should be named entriessubset for Craft to see it. GitHub recently started appending -master (the branch name) to the name of the folder for zip file downloads.

Entries Subset works on Craft 2.4.x and Craft 2.5.x.

Entries Subset Overview

This field type is an extension of the built in Entries field type. It allows you to specify extra criteria (currently only EntryType) in which to restrict the available entries for selection.

As an example you might have a News section which has a few entry types. One of the entry types is "Press Release", you may then have a block where you would like the user to be able to select a "Featured" press release. With the standard Entries field type they would be able to select anything from the News section, with this plugin you are able to only allow the selection of those with the "Press Realse" entry type.

Using Entries Subset

When creating a new field the extra options for EntryType will appear when selecting EntriesSubset fieldtype

Entries Subset Roadmap

  • Tidy all the things
  • Show / hide entry types based on sections selected
  • Make it more obvious what the criteria is when selecting entries in the ElementSelectorModal

Entries Subset Changelog

0.5.4 -- 2016.08.25

  • [Fixed] Reported version from getVersion()

0.5.3 -- 2016.07.06

  • [Fixed] GitHub Links

0.5.2 -- 2016.03.16

  • Issue with not returning every entry type

0.5.1 -- 2016.03.14

  • Issue with error when no types are selected

0.5.0 -- 2016.02.17

  • Initial release

Brought to you by nfourtythree

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].