Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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
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
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.
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.
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.