Profile2 Registration Path

Component type

module

Maintenance status

Development status

Downloads

73375

Component created

Component changed

This module enables administrators to set unique registration paths per Profile2 profile type.

Overview

The Problem

By default, the Profile 2 module permits you to add fields from chosen profile types to the default user registration form. Unfortunately, there is only one user registration form. Thus, every user will be presented with these fields during registration. If you have two profile types targeted at two different audiences, you cannot have two separate registration forms.

Entity List Display

Component type

module

Maintenance status

Development status

Downloads

875

Component created

Component changed

Screenshot on config interfaceEntity List Display is a click and configure plugin to easy make list of content in panels and pages. The list is displayed with selectable View Modes.

Because of it uses Entity Field Queries it is independent on the backend, you could for instance use MongoDB for field storage.

Requirements

You need ctools and Panels.

Face.com API

Component type

module

Maintenance status

Development status

Component created

Component changed

This module/sandbox was created as a proof-of-concept for using the Face.com API for smart image cropping. The idea originates in #910142: Implement face-detection and the SmartCrop module.

This project includes 2 modules:

  • FaceAPI is a wrapper for the Face.com PHP Client (which itself is a wrapper for the REST webservice)
  • FaceCrop provides an image cache action "Face Crop", which tries to detect faces in a picture and then uses the first detected face as the center for the crop.

Context panels layouts

Component type

module

Maintenance status

Development status

Downloads

2635

Component created

Component changed

Context panels layouts adds support for Panels-style layouts to Context.

Context ships with a Context layouts module, which allows themes to provide multiple layouts, each with their own regions. Building on Context layouts, Context panels layouts enables module-provided layouts as used with Panels.

The key aim is to allow layout flexibility without relying on theme-specific functionality.

Panel Page Regions

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module extends panels regions with the page regions. After module is enabled you can use all regions (normally available for blocks) for your panes.

At the moment this module is only compatible with panels node.

Action Email all author

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Because i didn't find a way with workflow, action and trigger to send a mail to all the person involved in a node creation when the node is publish, i decide to make this small module.

This module create a new Drupal action name "Action Email all author" that can be use on the trigger page.
It will send a mail to all the people involved in the node creation :
- author of the node
- user that create revision of the node
- user that made change on the workflow of the node