Ophir ODT Import

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

Ophir ODT Import is a module for Drupal 7 that imports ODT files directly into drupal nodes (articles, pages...).
The base drupal module is a port of odfimport module to drupal 7, but the script that converts ODT to HTML has been written from scratch by myself, and is available here: Ophir.php ODT to HTML converter.

OpenID Helper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module extends the functionality of OpenID module. OpenID is very useful, but not very user-friendly. OpenID module expects users to know what their OpenID provider URL is. This module makes it a more user-friendly by giving the user a dropdown list well-known OpenID providers to choose from. Furthermore, the site admin can manage that list and add/remove options to/from it.

Zip Field

Component type

module

Maintenance status

Development status

Component created

Component changed

A field that allows a user to upload a zip, gzip or tarball. The archive will be extracted into a folder named the same as the archive file name in the files directory. An example of where this could be useful would be if you needed to create a presentation content type, and the presentation was a pre-packaged collection of files that you needed to upload. Rather than breaking out the FTP client, just upload the zip as a field.

Dependancies

PHP 5.3, Drupal 7

Media Metadata

Component type

module

Maintenance status

Development status

Component created

Component changed

1) What it is?
This is a module which was built on the Drupal platfrom. This module is built to meet the need for automation of data input format with the use of by Adobe XMP standard. And automation to facilitate the input logic to the database. to produce a stable and consistent data. Remember! This is only for input data, to regard the subject in a different documentation.

My First App

Component type

module

Maintenance status

Development status

Component created

Component changed

function phptemplate_search_theme_form($form) {
  $form['submit']['#theme'] = 'button';
  $form['submit']['#button_type'] = 'image';
  $form['submit']['#attributes'] = array(
    'src' => '/path-to-your-theme/img/search-button.png',
    'alt' => t(Search)
  );
  return form_render($form);
}

Update script processor

Component type

module

Maintenance status

Development status

Downloads

3142

Component created

Component changed

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.

Ctools Social Plugins

Component type

module

Maintenance status

Development status

Component created

Component changed

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:

Commerce Bitcoin

Component type

module

Categories

Maintenance status

Development status

Downloads

2309

Component created

Component changed

A bitcoin payment method and currency for Commerce.

(Could be used for other Coin systems such as Litecoin, this module uses the standard Bitcoin JSON interface which also works with Litecoin)

Enables Bitcoin payment and provides the user with an automatically generated Bitcoin address to pay into when they complete their order.

This module adds a new BTC currency to your payments, it communicates with the configured bitcoind server (Could be your locate bitcoind, mtgox, blockchain.info etc)

To configure/install

Hierarchical Nodequeues

Component type

module

Maintenance status

Development status

Component created

Component changed

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.

Each tree level is flattened into a subqueue, which keeps its namespace from colliding with identically named node levels names.