Para relacionar los actores entre sí, vamos a ver si el módulo relationship se la banca...

Instalación

Install
-----------------------------

* 1. The main 'relationship.module' should have no dependances other than
    Drupal core 4.6.

Lo del 4.6 vamos a suponer que es simplemente un atraso en el documento, ya que la página hace referencia siempre a la 4.7.

* 2. Untar the distribution file in your contributed modules folder.
    The package may contain several *.module files - only relationship.module
    is required to be enabled, the rest are optional to provide examples or
    administration enhancements. *.inc files are libraries that may be
    included on request by the modules.

en principio abrí todo (un subdirectorio relationship) como subdirectorio de /var/www/html/modules... como ya había un subdirectorio con ese nombre (sospecho que con una versión anterior puesta por EduardoMercovich, la saqué de ahí antes.

* 3. Database setup IS AUTOMATIC ON INSTALL. You do not need to pipe the SQL
    tables through mysql or anything. With appropriate rights, the tables
    will be created the first time relationship.module is enabled in the
    admin/modules interface.

Las pelotas... no intentó crear esta tabla ni a golpes, y al habilitar el módulo relationship e ir a la opción Relationships del menú tiraba una chorrera de errores del MySQL diciendo, justamente, que la tabla relationship_statement no existe... la creé a mano y veremos cómo nos va con eso...

(continuará)...

* 4. Visit admin/modules on your site and enable 'relationship'.

* 5. Types of relationships can now be administered through the new admin menu
    option 'relationships'. It's recommended to start with a sample set of
    terms to see how this works. Only a couple of really basic terms are
    available at first.

* 5.1 Enable (for example) 'ontology_navigation' which will expose a bunch of
    book-type relationships - 'next' 'previous' 'up', 'first' and provide
    a vanilla 'book.module' style navigation block under nodes that use these
    terms.
    This ontology also comes with a demo function (available under
    admin/relationship) to populate the database with some sample, structured
    content.

* 5.2 There is now an extra edit table appended to each node edit form.
    This is where the relationships are maintained through select-boxes.

* 5.3 To actually see the relationships in action, try enabling the
    metadata_blocks.module. Enable it in the admin/modules, then turn on the
    'all metadata' block in admin/blocks. This will display the properties you
    add to a node.

ResponsabilidadSocialEmpresaria/ModuleRelationship (última edición 2008-01-29 14:14:49 efectuada por localhost)