Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Flash game

Miniclip.com

Do you want to develop a flash game website using drupal ?
Do you want to upload swf files and games in your website and show them az embed object ?

Webform Publications

Useful for creating letter writing campaigns aimed at newspapers and other publications using webforms. Provides a component for Drupal webforms populated with selectable publications. If configured, to collect a zip/postal code from a component on a a previous form page, the publications component will reduce this list of publications to those with addresses in a set range.

Sponsored by the folks at openmedia.ca.

Requires

Installation

  • Install module.
  • Visit admin/config/content/webform_publications and add some publications.
  • Add the component to a webform and configure the five fields found in the publications fieldset on the component's edit page.
  • Use the email tab of your webform to configure an email template that mails out to the email addresses of various publications selected by a user using the publications component.

Notes

  • Webform postal code module might be useful for collecting and validating postal codes to use as 'key components' for publication components.

Brreg field

This module provides a field for the organization number of Norwegian businesses.

Commerce Gallery

This module allows you to combine images from several image fields into one field and display them in popup window (Ctools modal).

Quicktabs Select

Overview

This tab allows you to select a particular tab in a set of quicktabs using code. It provides two options:

quicktabs_select_tab($qt_name, $tab_name)
This will select a tab right away or on the next page refresh. For example, you could put this at the top of a menu callback function to select the tab on that page, or you could put it in a form submit callback to load the tab on the next page.

$qt_name is the machine name of the quicktab set.
$tab_name is either the 0-based index of the tab to select, or it's the name of the tab. Unfortunately, tab names are a bit difficult to determine. For tabs based on blocks, the name will be [module]_delta_[delta]. For others, you'll have to experiment.

quicktabs_select_url_alter($qt_name, $selected, &$url, $options = array())
This will allow you to modify a URL so that a particular tab will be selected on the target page. This uses the standard quicktabs method of adding qt-[$qt_name]=1 to the URL.

You can either pass a string as the $url and an array of options in $options, or you can pass an array to $url, where the first element is the Drupal path and the second element is the array of options. This is a similar format to the $form['redirect'] variable.

Dependencies

quicktabs

Credits

Pages

Subscribe with RSS Subscribe to RSS - Site structure