Json autocomplete

Component type

module

Maintenance status

Development status

Downloads

367

Component created

Component changed

This module provides enhanced auto complete widget which is better in performance as compare to default auto complete widget, as it's name suggests that searching is based on json data, so instead of fetching results from database it searches from json object and gives fast results with better user experience.

Note: Right now it is only available for taxonomy term reference field type and will be available for entity reference field soon.

Term CSV Export Import

Component type

module

Maintenance status

Development status

Downloads

1519

Component created

Component changed

Synopsis
A module for those who need to import and export taxonomy terms via csv.

Similar Projects
None known for Drupal 8

Requirements
Latest release of Drupal 8.x.

Configuration
Enable the module
Go to /admin/config/content/term-csv-import
or
Go to /admin/config/content/term-csv-export

Create New Entity Reference Permission

Component type

module

Maintenance status

Development status

Downloads

95

Component created

Component changed

You have a site where you want your users to create nodes, blog pages etc. You use tag style taxonomy terms on these nodes. You want your trusted site editors to be able to add new terms when they create content but your regular users are polluting your tags vocabulary with misspelled words. How can you stop these users creating new terms but allow your editors to add terms whilst writing content? The answer is this module!

Third-party services

Component type

module

Maintenance status

Development status

Downloads

164

Component created

Component changed

Respect people privacy and let every particular user to decide which external services to be rendered on your pages.

The implementation is frontend-based, so you can safely use this project alongside with caching services, like Varnish or Nginx.

How to use

The main idea of implementation - to process fields and blocks and check their contents for external widgets. How this achieved?

Fields

Field formatter

Third-party services filtering might be enabled for every field.

Optgroup Select

Component type

module

Categories

Maintenance status

Development status

Downloads

105

Component created

Component changed

Optgroup Select adds a new widget called Optgroup Select to allow the term reference field type to be grouped under the parent terms in the select option.

Features:

  • Optgroup Select widget allows us to omit the parent term and we can able to select child terms alone in it in the select list.

Installation: Just like any other drupal module, download and place the module in the module directory and install it.

Taxonomy Node Theme

Component type

module

Categories

Maintenance status

Development status

Downloads

74

Component created

Component changed

Adds theme hooks for separating out taxonomy terms. As far as I could find, you can have a template for theming vocabulary, but not taxonomy. The taxonomy-term.tpl.php does not allow for theming the node teaser. For this, you have to add checks in the template for the tid.