How to use GeoIP & Context GeoIP module

Using the GeoIP module with Context GeoIP module, it makes it really easy to create a context which has a specific condition to only display a block if your IP location is from a particular country.

Furthermore GeoIP has a powerful API to pull out location information.

In this article I’ll show you how to setup GeoIP and Context GeoIP module.

Continue reading “How to use GeoIP & Context GeoIP module”

Create administration pages with Views 2

When you get an editor asking how they can manage content on a Drupal site, sometimes you just can’t send them to admin/content/node page to manage the site. Maybe you only want certain editors to manage only certain content types. With the Views 2 module it’s easy to create custom administration pages.

When I say administration pages all that’s really required is a table based views page with exposed filters.

Continue reading “Create administration pages with Views 2”

Redirect taxonomy term links to a views page

On some Drupal sites having the taxonomy links point to the “taxonomy/term/tid” can really break the design of a site. Sometimes you want to redirect the user to a custom views page instead of the standard taxonomy page.

Using the Taxonomy Redirect module it’s relatively easy to change the taxonomy URL.

Continue reading “Redirect taxonomy term links to a views page”