Panels Breadcrumbs 6.x
Component type
Maintenance status
Development status
Component created
Component changed
Panels Breadcrumbs module 7.x-1.x branch, backported to 6.x using patch by kmcnamee.
Panels Breadcrumbs module 7.x-1.x branch, backported to 6.x using patch by kmcnamee.
This D7 module is designed to be used with the D7 version of the Video Recorder module and a Wowza EC2 instance. Currently a functioning D7 version of Video Recorder is only available from @balint.kleri's sandbox https://drupal.org/sandbox/balint.kleri/1992958.
The Video Recording module defines a video_recording entity type and adds the video_recorder to the form.
<?php
require './includes/password.inc';
function custom_module_menu(){
$items['country/autocomplete'] = array(
'page callback' => '_country_autocomplete',
'page arguments' => array(2),
'access callback' => TRUE,
'type' => MENU_CALLBACK
);
Simple module to check for missing modules.
When you're wrangling with databases from multiple instances, you'll frequently leave extra tables in your database. This module provides an administrative screen to which lists extra tables with the ability to drop them.
Views area block exposes Views areas (Header and Footer) as blocks, so instead of being placed at the top or bottom of the view in the content region they can be placed in any region you require.
Provides a block that displays a list of exchange currency rates as a table.
The module allows the user to select the currency rates of interest and choose the way they show in the block view. It also provides options for the cache expire time of the block view.
To clone it, please use:git clone --branch 7.x-1.x http://git.drupal.org/sandbox/epoint/2185357.git bnr_exchange
Entity field queries are a powerful tool for quering data from Drupal's entity system. This module provides a EfqHelper class which extends the EntityFieldQuery class providing shortcuts to common EFQ usage. This is a module intended to assist in development and provides no functionality visible to an end user.
Here is an example to load the last 10 article type (bundle) nodes created with field_featured (a checkbox, perhaps) set to 1.
This module interacts with British Airways Developer API available at https://developer.ba.com.
Documentation- https://developer.ba.com/docs
The module gets information about the lowest price on the specified route across over a 3 month period.
Module uses Google Visualization API to display varied visualizations.