Drush clone

Component type

module

Maintenance status

Development status

Downloads

1361

Component created

Component changed

The objective of this module is to provide a drush extension allows developers to quickly clone modules or features to speed up writing code reusing custom templates or creating custom entity models using the Model Entities module.

This module was inspired by the Features clone module.

Setup

The simplest way to install drush_clone:

Search by fields views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Search by fields view module builds a view for all content types and adds the signed fields of this content type to this view as exposed filter.

Installation

Copy search_by_fields_views folder to your module directory and then enable on the admin/modules page.

Appearance

Component type

module

Maintenance status

Development status

Component created

Component changed

The appearance module takes the standard theme configuration page for the default theme and makes it available under Site Building > Appearance, minus a few extraneous options.

The goal of this module is to replicate some of the feel of Drupal 7 and to allow a site owner to customize the appearance of their site without needing permission to all theme configuration. For example, in our breadandbutter theme, you can change color schemes, hide the login link, and customize the flyout menus.

Drupagram

Component type

module

Maintenance status

Development status

Downloads

16918

Component created

Component changed

Drupagram is the missing Drupal + Instagram integration module.

In this early implementation the module will interact with the Instagr.am API and be able to fetch media items. Advanced methods like relationships between Instagr.am users and such will be added later on.

NOTICE:

This is a limited but stable release. Basic fetching, authentication and views integration is provided.
If you look under the hood there are a lot of functions that still need to be connected to the API endpoints.

Ctools Plugin Stub

Component type

module

Categories

Maintenance status

Development status

Downloads

2274

Component created

Component changed

Ctools Plugin Stub is a Drush plugin that can help you generate code stub files
for ctools plugins. I wrote this plugin after having consistently messed up
names of hook implementations in plugins over a long period. Plugin Stub does
not write actual code that *does* stuff for you, but it sets you up so that all
you have to do to get started is to fill in the capitalized parts of the
generated file and start writing code that *does* stuff.

The plugins generated work for both D6 and D7.

Basic cart

Component type

module

Maintenance status

Development status

Downloads

20732

Component created

Component changed

Intro

Basic cart is a very simple shopping cart / checkout process for Drupal, that just sends 2 emails after each order. Along with the shopping cart, this module also provides a block where you can view your cart's content. It's ideal for small websites with only a few products or other content types being sold, for example touristic offers.