Search Exclude (Node)

Component type

module

Categories

Maintenance status

Development status

Downloads

2767

Component created

Component changed

Exclude content types from node search for Drupal 8.

Installation

Download and enable the search_exclude module.

Configuration

  • Go to /admin/config/search/pages.
  • Find the 'Search pages' config.
  • Create a new 'Content (exclude)' search page.
  • Under 'Exclude content types', select the content types to exclude from the search index.
  • Save.
  • Disable the default Content search and make your new search page the default.

Search API Customized

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is a fork of the Search API module. The only modification is an additional aggregation type called "Now". This aggregation type will aggregate the next upcoming timestamp from a multi-value field.

File Accept

Component type

module

Categories

Maintenance status

Development status

Downloads

254

Component created

Component changed

Adds an accept attribute to all file upload fields that have allowed extensions set. When provided with this information, browsers will only allow files of that type to be uploaded via dialogs, instead of offering all files.

Email eCard

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

eCard gives the user the ability to send a customized eCard.

The user fills out a form with details including recipient email address, which
image as a background for the eCard, a greeting, a message and whether or not to
receive a copy of the sent eCard.

eCard uses a separate font file for the text that is rendered on the eCard, but
could easily be altered to any font required (You will need to update the
module file where the font file is called).

Release tracker

Component type

module

Categories

Maintenance status

Development status

Downloads

117

Component created

Component changed

INTRODUCTION
------------

Allows the setting of a release number, to keep track of released
versions of your site. This will allow you to determine if a new build
was successfully released to the server and that the new configuration
was imported just by looking at the status report page.

HOW TO USE
----------

hook_init

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

hook_init was a swiss army knife hook in Drupal 7. However hook_init() has been removed in Drupal 8:

https://www.drupal.org/node/2013014

You can still implement this easily enough by registering an event subscriber. However it would be nice if you still use hook_init!

This module simply reimplements hook_init for Drupal 8 by implementing an event subscriber for you and then calling all hook_init implementations, meaning you can continue to use hook_init as per Drupal 7.

OG context access callback

Component type

module

Maintenance status

Development status

Downloads

163

Component created

Component changed

Note: Development and issues are handled on GitHub, and code is synced back to Drupal.org

Provide helper function for having OG context part of menu access callbacks.

There are such situations where you would like to have OG context used in your menu item's
access callback.
In different scenarios, such has having OG Purl module enabled using OG context in the access callback will not work.