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

Agrovoc

This module adds Agrovoc functionalities to Drupal's taxonomy.

GeoIP Redirect

sample prompt

GeoIP Redirect uses the GeoIP API to redirect a user from your site to a different one based on their country of origin. The primary use-case is that you have 2 different markets and want to ensure users are accessing the correct form of that material. Here is a typical workflow for this module:

  • You configure module to redirect all UK page views to exampleUK.com
  • User accesses exampleOther.com from the US, France, etc and is granted access to the site

BUT

  • User accesses exampleOther.com from the UK, they are granted access with a prompt on screen informing them of the UK version and asking if they'd like to go there
  • If they ignore it, it keeps showing up throughout their session, if they hit go to UK site, it takes them there.
  • There is also a checkbox for setting a cookie optionally to remember the selection

Features:

  • Admin settings page for URL to redirect to as well as country to look for
  • Cookie setting to keep track of if they said they always want to be redirected or never redirected

Some features I'm looking to add:

  • Multiple country selection to redirect to single / multiple different domains
  • User From and User Not From country inclusion / exclusion

Ubercart Event Registration

uc_event_registration.png

Watch a demo video of this module!

The Ubercart Event Registration module is a feature package paired with a small 'glue' module which yields a simple event registration system. The main goal here was to tie together webform module with Ubercart 2.x to give us a registration sign-up form which could have completely custom and unlimited form information, unique to each event, which can be updated easily by a site editor with limited Drupal experience.

taxonomy_feed

Taxonomy Feed Views Integration

Short Story

This module allows you to create a RSS feed, based in terms from a vocabulary or vocabularies using Views module.

Long Story

This module create a new custom View Style called Taxonomy Feed, Only enabled for Views: Term type. Also this module create a new row style Taxonomy Term. Allowing you to use all standard features from Views module to generate your custom RSS list.

The RSS output items points to his own term URL feed.

Example:

<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://yoursite.com/rss/vocabulary/list">
 <channel>
   <title>RSS Vocabulary List</title>
   <link>http://yoursite.com/rss/vocabulary/list</link>
   <description>Your Site Description.</description>
   <language>en</language>
  <item>
    <title>1-800-Flowers.com</title>
    <link>http://yoursite.com/taxonomy/term/681/0/feed</link>
    <description></description>
  </item>
  <item>

Administrative pages

Small but effective module to configure which pages are to be considered administrative.

When a page is considered administrative the admin theme will be used. Also, when using the overlay module, administrative pages will open inside the overlay.

Open 311 API

Initial attempt at Open311 support for Drupal, specifically the Open311 GeoReport v2 API.

Pages

Subscribe with RSS Subscribe to RSS - Site structure