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

Hierarchical Nodequeues

This project provides the ability to leverage nodequeues with taxonomy based menus. It's advantage is that the nodes in tied to each taxonomy level can be ordered with nodequeues.

Commerce Bitcoin

ubercart-bitcoin.thumbnail.png

A bitcoin payment method and currency for Commerce.

Ctools Social Plugins

Under Active Development, don't use it in production just yet!!a

This module exposes social plugins as ctools content types, which can be added as panes in panels.

Social Plugins supported:
1> Facebook Like
2> Tweet
3> Google Plus

If you would like to use just facebook social plugins, then I'll suggest using fb_social as it exposes various fb plugins as ctools content type.

Why this module:

There are many modules that provide twitter, google_plus widgets but I couldn't find anything that exposes them as ctools plugins and are light weight. For facebook like, fb_social does provide the like button as ctools content type but it doesn't cover other plugins for the right reasons. To use this module, all you need to do is to add the relevant plugin in your panel. Currently, plugins are not configurable and non themable, supporting that will be the top priority.

How To Use:

  1. Enable the module
  2. Go to any panel and add content
  3. You should see Social Plugins category on left, select then and add the plugin of your choice

Views Integration:
Use views_ctools_field to use these plugins in views.

To Do:

Update script processor

Please use the issue queue at drupal.org for making bug reports an feature requests.

ABOUT

The updatescript processor is a deployment tool for drupal configurations.
It provides a scripting environment that allows you to define your own
configurations as script files with incremental version-controlling.

The API of the updatescript processor supports functions to configure, disable and enable modules and themes.

Furthermore, it provides a drush function for other tasks that do not have corresponding API functions in the updatescript environment.

The updatescript processor can be used with CI (continuous integration) systems like jenkins for updating target systems like dev and stage installations.

UPDATESCRIPTS

Put your updatescripts into a "updatescripts" folder in the "sites/default" folder.
For multisite installation, please put the "updatescripts" folder into "sites/yoursite.tld".

UPDATESCRIPT EXAMPLE


<?php
// This will be logged.
$this->setAuthor ('John Doe');
$this->setDescription ('This will install the contact module');

// This will enable the contact module.
$this->setupModules (array ('contact'));

// This will finish processing this script for future processing iterations.
// You can create batch scripts by only calling this method conditionally.

Search API OpenSearchServer

OpenSearchServer logo

This module is the OpenSearchServer extension for the Search API module. The backend uses OpenSearchServer for indexing and searching content.

My First App

function phptemplate_search_theme_form($form) {
  $form['submit']['#theme'] = 'button';
  $form['submit']['#button_type'] = 'image';

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained