Closed (fixed)
Project:
Family Tree
Version:
4.6.x-1.x-dev
Component:
Documentation
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
1 Dec 2005 at 03:02 UTC
Updated:
15 Nov 2007 at 17:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
Hugo Estrada commentedHere is a first draft. Thanks for requesting this.
Install Doc:
Updating:
1. Erase the previous family.module file.
2. Run the schema-drop.mysql file.
On the command line, you can do this by running the line below, assuming that you you are running the command from the directory where drop-schema.mysql is.
mysql -u nobody -p drupal < drop-schema.mysql
Replace 'nobody' and 'drupal' with your MySQL username and name of your database.
Installation:
1. Place the entire family.module file into your Drupal modules
directory.
2. Load the database definition file using the tool of your choice
(e.g. phpmyadmin). For mysql and command line access use:
mysql -u user -p drupal < schema.mysql
Replace user with the MySQL username, and drupal with the table
being used.
3. Enable this module by navigating to:
administer > configuration > modules
4. Grant the proper access to user accounts under:
administer > accounts > permissions
Use Manual
Currently all features are in development.
Comment #2
karl sf commentedI installed it, ran the .mysql files, I enabled the module, but I can't see it anywhere? Where is it and what does it do? I can see there are new content types. Is that where I start?
Comment #3
jwax commentedI'm in the same boat. Where it is and what does it do? I don't see it anywhere. What do you mean 'all features are in development'. Does it mean there are no features we can use?
Comment #4
oadaeh commentedIt doesn't really work right now. You can go and create content and there are two family nodes listed: name and location, but there is no real description to the fields, and they don't save their data correctly. That's as far as I got before giving up on it.
Comment #5
Hugo Estrada commentedThe module is still under development. This means that the developers are still working on creating it.
At this point, you are welcomed to download the module to test whatever functionality there is, and maybe pitch in with the code. :)
Comment #6
pyutaros commentedDocumentation has been updated to reflect most recent changes.
Comment #7
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.