Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Taxonomy breadcrumb token

About

Core and contrib tokens already do a great job in providing precious meta information on Drupal entities. However, creating a hierarchical breadcrumb from the root term down (or up) to and especially including the current term with a single token is impossible unless you wanted to create custom code snippets as a workaround.

This module is intended to fill just this gap as handy as possible and thus introduces two additional term related tokens:

  • [term:breadcrumb]
  • [term:breadcrumb-reverse]

Where the first one returns an array starting with the root term, the latter starting with the current term.

Requirements

All you need is:

  • Enable core taxonomy module (you would not be here without that!)
  • token module

Quick reference

Just enable the module and create some tokenizable content. You will find the two new tokens in the token browser, supporting all array-related options the token module offers.

Example

If you have a hierarchichal vocabulary like this one:

[Vocab]
|
+- Grocery
   |
   +- Vegetables
   |
   +- Fruits
   |  |
   |  +- Apples
   |  |
   |  +- Pears
   |
   +- Drinks

CallFire SDK

This module loads CallFire's PHP SDK into Drupal, and provides a configuration interface and helper functions for creating REST and SOAP clients.

Installation

Releases of this module are available through the GitHub repository as zipballs.

Copy the link to the version of the library you would like to install, and paste this in the appropriate text entry on the module installation page of your Drupal project.

Alternatively, download and extract the zip file into the sites/all/modules/ directory of your Drupal project.

Configuration

The SDK client can be configured from the administration interface of your Drupal project by navigating to Administration -> Configuration -> Web Services -> CallFire.

From there, you can enter your API login and password.

Basic Usage

Having successfully configured your API credentials in your Drupal installation, you can make use of the callfire_sdk_rest_client and callfire_sdk_soap_client helpers to create REST or SOAP clients, respectively. The first parameter to either of these functions is the type of client you wish to create, e.g.:

<?php
$client = callfire_sdk_rest_client('Broadcast');
$request = $client::request('QueryBroadcasts');

Field Max

Allows putting tons of fields on bundle.

Just for testing out the maximum number of field a bundle can handle before slow down.

dev_env

Adds module enabling per machine environment to the env project.

Akamai Edge-control

Support for Akamai's Edge-control header.

This module provides the following:

Webform Add Existing

Webform Add existing component

Webform add existing module give flexibility to user and developer
to reuse webform existing form component.

It works like CCK add existing field.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools