It would be great, if one was able to define a bio-type via content construction kit (cck, the flexinode successor). So that Drupal-admin 1 could define this bio-type for his site:
- field "name"
- field "birthday"
- field "address"
- field "info"
And Drupal-admin 2 could defines this one for his site:
- field "name"
- field "picture"
- field "homepage"
Just an example.
Comments
Comment #1
allie mickaI have a similar/related requirement.
What I would like to see is the ability to select 1 or more node types that will behave as bio items. The node types delegated for use by bio will follow its rules (1 per user) and will not be available for any other purpose.
I would also like the ability to disable the bio node type if it's not one of the available bio types. In the future, with CCK in core, the bio type can be ditched, and the bio module would allow you to choose an existing node type or create a new one within the same interface.
This is poor man's CCK profile :)
Comment #2
allie mickaDrupal 5.0 somewhat obviates this requirement, and the 5.0 version now supports the use of any available node type.