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

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

Rule Tokens

Take control and Rule your Tokens.

The Rule Tokens module allows (mostly) any token to be passed through a Rule component allowing you to change the output as you and your Rule see fit.

Example: If token is 'node:title' and today is Talk like a pirate day, translate the token value.

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');

OAuth 23Video

The module provide a functionality for Media 23Video

Required by:
Media 23Video

Analytics reporting

Methods for creating and managing albums and channels.

/api/analytics/report/event: Report an event to the analytics engine.
/api/analytics/report/play: Report a playback to the analytics engine.

Albums or channels

Methods for creating and managing albums and channels.

/api/album/create: Create a new channel or album
/api/album/delete: Delete a channel or album
/api/album/list: List and search through channels or albums
/api/album/update: Update the meta data of a channel or album

Attachments

Methods for managing and querying video files attachments.

/api/photo/attachment/list: Return a list of files attached to a video.
Comments

Methods for listing and managing comments.

/api/comment/add: Add a comment
/api/comment/delete: Delete an existing comment
/api/comment/list: List or search for comments
Coordinates (or maps)

Methods for managing and listing geographic coordanates and maps associates with photos or videos.

/api/photo/coordinate/add: Add a new geographic coordinate to a photo or video.

Media 23Video auth

Drupal 7
Module integrates with the 23Video service

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained