cultuurnet/culturefeed-d8

Publiq CultureFeed modules for Drupal 9 or 10.

Installs: 4 932

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 16

Forks: 6

Open Issues: 5

Type:drupal-module

10.x-dev 2024-05-10 08:10 UTC

README

This module is provided by publiq vzw (formerly known as CultuurNet) as it is. We do not provide support, nor do we actively continue to develop this module. Pull Requests will be reviewed when time is available with our developers. However we do appreciate the sharing of bugfixes with us. If you need active support, we provide it for our API & Widgets, see https://projectaanvraag.uitdatabank.be/ . As an exception, critical security updates will still be provided if needed.

Install

Prerequisites:

composer require cultuurnet/culturefeed-d8

Modules

Please enable only the modules you need.

Culturefeed search api

Provides the api client to search in the events database. Caching / logging is foreseen in this module. (See Activating Debugging)

Culturefeed search

Basic elements to build up an event search (such as provided by Culturefeed Agenda).

  • Abstract search page service to extend on (like Culturefeed Agenda)
  • Sort block
  • Active filters
  • Facets

Culturefeed agenda

Provides a Culturefeed search page available on 'agenda/search' and detail pages. The blocks provided by this module can be used to extend the detail pages of events, actors and productions. Includes also a simple search form. This module provides a controller, but all the agenda components are split up into blocks. You can use the default controller or take over the controller via page manager.

Culturefeed organizers

Adds support for searching and viewing organizers

Culturefeed_content

Adds a CultureFeed content field to add a search query to any of your entity types.

Activating debugging

The debugging system works via monolog. To activate this you will need to install and configure the drupal monolog module (http://drupal.org/project/monolog).

Once monolog is installed, update the 'monolog.channel_handlers' section in the parameters of your services.yml:

  monolog.channel_handlers:
    culturefeed_search_api: ['untranslated_drupal_log']

License

Apache-2.0