CHANGELOG.txt |
CHANGELOG.txt |
|
PREPOPULATE CHANGELOG
=====================
5.x-1.3 (March 12, 2008)
BUG #146072: SQL string incompatible with PostgreSQL.
BUG #216472: fixed regression that removed content type checkboxes.
5.x-1.2 (January 14, 2008)
FEATURE: Added USAGE.txt… |
INSTALL.txt |
INSTALL.txt |
|
INSTALLING PREPOPULATE MODULE
=============================
1. Copy the prepopulate/ directory into your Drupal installation's
modules directory (normally at sites/all/modules.)
2. Enable the prepopulate module in admin/build/modules.
3. Refer… |
prepopulate.info |
prepopulate.info |
|
name = Prepopulate
description = Allows form elements to be pre-populated from the URL. |
prepopulate.install |
prepopulate.install |
|
|
prepopulate.module |
prepopulate.module |
|
Fill form elements with data from GET. |
README.txt |
README.txt |
|
PREPOPULATE MODULE
==================
By ea.Farris, based on an idea from chx.
Maintained by Addison Berry (add1sun).
Prepopulate is an attempt to solve the problem that resulted from
the discussion at http://www.drupal.org/node/27155 where the $node… |
USAGE.txt |
USAGE.txt |
|
See README.txt for a description of this module.
See this documentation online at http://drupal.org/node/228167.
USING PREPOPULATE MODULE
========================
Simple Usage
------------
Prepopulate the title field on a node creation form:
… |