
AddressBook Module
This module contains a simple addressbook.
Key features
– Standard storage of family and family member information
– JPG picture can be added to contact information (requires GD library)
– Access to information is protected by standard drupal access roles
– Family member roles can be added (added search on)
– CSV file upload / download of contact information
– Birthday notification by email (cron job runs every day round 00:00:30 )
– Graphical map integration through www.map24.com
– Search within family member database only
– Drupal 4.x / 5.X / 6.X compliant
Requirements
This module requires Drupal 4.x, 5.X or 6.X and the GD library must be active in the php apache module else images will not work!
Installation
1. Copy the addressbook folder and its contents to the Drupal modules/ directory.
Drupal should automatically detect it and create the necessary database queries.
2. Go to ‘administer -> modules’ and enable the addressbook module.
3. Setting can be changed in ‘Administer > Settings > Addressbook’
Obtain a free www.map24.com AJAX API key, or else the map function will not work!
4. Populate database with an initial CSV upload file.
CSV must have the following format (First line of the CSV input file must be this banner line): FIRST_NAME,MIDDLE_NAME,LAST_NAME,STREET,ZIPCODE,CITY,COUNTRY,TELEPHONE,MOBILE,EMAIL,BIRTH_DAY,WORK,NOTES,ACTIVE_ROLES,WANTED_ROLES
5. Create a new drupal menu which is pointing to the following URL http://!your URL!/addressbook.
Now you can access the addressbook by this URL.
Release Notes
Click here to see the release notes
Demo Site
Click here to enter my demo drupal site
Downloads
This software is open source and may be copied, distributed or modified under the terms of the GNU General Public License (GPL) Version 2. If you like the software please donate 1 euro to support us.
Drupal 4.x version
addressbook-v4.x.zip (40.9 KiB, 120 hits)
Drupal 5.x version
addressbook-v5.x.zip (41.4 KiB, 375 hits)
Drupal 6.x version
addressbook-v6.x.zip (47.1 KiB, 264 hits)
Source Code
Click here to checkout the source code.
Ohloh Project Statistics
Disclaimer
In no event shall the author be liable to any party for direct, indirect, special, incidental, or consequential damages arising out of the use of this software and its documentation, even if the author has been advised of the possibility of such damage. The author specifically disclaims any warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The software provided hereunder is on an “as is” basis, and the author has no obligation to provide maintenance, support, updates, enhancements, or modifications.

