Creating modules - a tutorial: Drupal 6.x

This tutorial describes how to create a module for Drupal 6. It is an update to the tutorial for Drupal 5. Please see comments there, as well. Much of this tutorial is valid for Drupal 5 as well, but you should check the API documentation, as well as the documentation on how to update your modules from one version of Drupal to another.

A module is a collection of functions that link into Drupal, providing additional functionality to your Drupal installation. After reading this tutorial, you will be able to create a basic block module and use it as a template for more advanced modules and node modules.

This tutorial will not necessarily prepare you to write modules for release into the wild. It does not cover caching, nor does it elaborate on permissions or security issues. Use this tutorial as a starting point, and review other modules and the Drupal handbook, the documentation on writing secure code and the Coding standards for more information.

This tutorial assumes you have:

  • Basic PHP knowledge, including syntax and the concept of PHP objects

Freeway eCommerce for Drupal

Hi there,

We are building a series of extensions for Drupal so customers can purchase products, events, services or subscriptions directly from within Drupal using the eCommerce functionality of a Freeway store. This will give considerably more eCommerce power than currently available. See: www.openfreeway.org

Community building and social networking modules

This section contains links to resources for creating your own online community or social network, by enabling or encouraging your site's users to interact with one another.

The Organic Groups module, which enables the creation and management of groups and micro-sites within your site, will also be of interest.

Multilangual site with subdomains

Hello this is my first day with drupal.

I have a question.
Is it possible to create a multi language site with subdomains like ru.mysite.com, en.mysite.com and to have available in the admin interface a module to translate this?
What will be the best version to do this 5.x or 6.x?
Is it possible to integrate in the drupal powered site wordpress?

If there are some tutorials that you can recommend me, it will be great.

Thanks for your time.

One vocabulary per blog

Is there any way to automatically let users maintain individual vocabularies.

The functionality I am looking for is the same that Og Vocab module, but instead of "Each OG with own vocabulary", i need "Each user with own vocabulary".

With individual vocabularies, i would like to let user categorize their blog post and display a vocabulary block in their blogs, the similar way popular blog sites do.

Thanks drupalers for your help in advance.

Federico

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x