Maintainers are looking for help reviewing issues.

Panels IAB

IAB Placeholder Pane Settings Screenshot

This module provides a Pane for use in your panels when developing your website.

Both Google and IAB provide "placeholder" creatives in the standard sizes defined by the IAB (Internet Advertising Bureau). This module simply exposes a pane which hotlinks to an image provided by Google or IAB.

API

There is an API to this module if you would like to include your own ads for the pane. The module looks for hook_panels_iab_sizes. This gets implemented either as seen in the module itself (see panels_iab_panels_iab_sizes) or like this:

function example_panels_iab_sizes($data) {
  return array(
    'provider_a' => array(
      'title' => t('Provider A Name'),
      'groups' => array(
        'group_a' => array(
          'title' => t('Group Name'),
          'base url' => 'https://www.example.com/images/',
          'items' => array(
            'leaderboard.gif' => array(
              'width' => 728,
              'height' =>  90,
              'title' => t('Leaderboard'),
            ),
            'banner.gif' => array(
              'width' => 468,
              'height' =>  60,
              'title' => t('Banner'),
            ),
          ),
        ),
      ),
    ),
 );
}

CivHub-Education Profile

An education based, installation profile for the www.civhub.org web site.

Create a simple installation profile for educators who are a part of an k-12 based education system, or who aren't. Get beyond the needs of admin or staff in a school system and get to individual department or teacher pages with specialized blogs or education programs that can store and create content for students.

Book Enhance

This tiny module enhances the configuration options for the book module.
It gives the chance to set a defauld child for every content type that are set
for book outlines.

Drupal for Komodo

Drupal hooks and Form API element abbreviations.

Install:

Activity Feeds

A module designed to pull data from Facebook, Twitter and linkedin and create and attractive block to display the feeds in.

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)