> Use parameters. You can do
> $person = mgd_get_person(...);
> $person->parameter('biography', 'title', 'blabla');
> $person->parameter('biography', 'url', 'http://www.foo.com/bar/');
>
> You can retrieve these values at any time by calling
> $person->parameter('biography', 'title') or
> $person->parameter('biography', 'url'), plust after refetching the
> object they'll be available as $person->biography_title and
> $person->biography_url.
>
> For person records specifially you can also use 'preferences', which
> are person-specialized parameters.
Ah! I see! That might actually be better than creating the additional
biography topic/article structure.
>
> > How can I structure the homepage URL so that it references the correct
> > biography, preferably by name.html instead of id.html?
>
> Use an active page and use the get_by_name routine instead of the
> get (which gets by ID).
Doh! get_by_name. Right.
Thanks!
Dion
*************************************************************************
* Dion Vansevenant *
* Systems & Technology Analyst [EMAIL PROTECTED] *
* RoweCom Canada Tel: (519) 472-1005 *
* P.O. Box 2382 Fax: (519) 472-1072 *
* London, ON N6A 5A7 www.rowecom.ca *
* Canada *
*************************************************************************
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]