Community Documentation

Mini modules for Drupal 6.x

Last updated April 12, 2010. Created by Jody Lynn on April 13, 2008.
Edited by AlexisWilke, jahwe2000. Log in to edit this page.

Mini modules for Drupal 6.x require two files- a .info file and a .module file. These should generally be placed in a separate directory, for example under sites/all/modules. The .info file is needed for you module to show up on the admin page, while the code you want to add will be in the .module file.

I started a mini project to include some of those in D6. If someone wants to have the D5 version, I'll give you access... Although I'll only support D6 on my end.

Page status

No known problems

Log in to edit this page

About this page

Drupal version
Drupal 6.x

Reference

Drupal’s online documentation is © 2000-2012 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License.