Maintainers strive to actively monitor issues and respond in a timely manner.

Content callback

What does Content callback do?

This module allows you to return any renderable array, created in code, via a field.

For drupal 7 you need to register a content callback via hook_content_callback_info() it will be available in the Content callback field options.

The drupal 8 version is rewritten based on the plugin api. Examples can be found in the example module packed with the drupal 8 version. The drupal 8 version also contain some new stuff such as configuration options for the content callback and an integration with block plugins.

Why would you use Content callback?

We started using this in every project. You have the freedom to create anything you want in code. Via this module, this content can be displayed in the context of an entity. So? This way you have all the extra's an entity provides. For example an alias, menu item, meta tags, searchable!!,..

Views display

This module contains an extra module with a custom views display. Just create a Content callback display and it will be available via the Content callback field. Guess what, the view will become searchable. Big awesomeness!!

Context plugin

This module provides a context condition. If a certain callback is executed the condition will be fulfilled. This is not yet implemented in the drupal 8 version as context isn't ported yet.

Delayed publication

This module adds two fields to nodes of a chosen type or types (a configuration page allows you to choose which types of node are impacted).

Toolbar Paths

Overview

The Toolbar Paths module provides a simple settings interface which allows you to
control the display of the Drupal 7 Toolbar, by simply invoking path conditions.

Are You A Human PlayThru

WARNING: Are You a Human is shutting down the PlayThru service. You can read more about it here: http://blog.areyouahuman.com/goodbye_playthru

Please remove the module from your site before March 1st, 2016.

What is Are You A Human Playthru?

PlayThru is designed to be more simple, more intuitive, and more fun than other CAPTCHA options. We use game mechanics to create an experience that’s more enjoyable than figuring out what that awful squiggly text says.

PlayThru is also more secure. Because users interact directly with PlayThru, we can analyze that interaction and track the resulting data to generate a Human Confidence Score: our level of confidence that a user is an actual human.

Find more information here.

Features

  • Ability to integrate with any Drupal form.
  • Can be embedded directly on page or as a modal.
  • Much simpler and more fun than traditional CAPTCHAS

Setup

Big thanks to Shane @ codekarate.com for the video tutorial on how to set the module up. http://codekarate.com/daily-dose-of-drupal/drupal-7-are-you-human-playthru-module

Support

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained