New to Drupal and trying something which should be easy. Using CCK to create a person type. Fields are to be lastname, firstname, DOB... CCK is forcing me to give each entry a title which doesn't see to make sense, unless I use the persons full name. But I'd rather have this in lastname, firstname fields. Is there a way to add a unique id in the title field and hide it from the public? ------------------------------------------------------------ John Furfey Digital Systems and Services Coordinator MBLWHOI Library Woods Hole MA 02543 USA PHONE: 508-289-7435 EMAIL: jfurfey@mbl.edu http://www.mblwhoilibrary.org
You might want to look at the bio module (http://drupal.org/project/bio) for creating a profile-type node. Steve John Furfey wrote:
New to Drupal and trying something which should be easy.
Using CCK to create a person type.
Fields are to be lastname, firstname, DOB...
CCK is forcing me to give each entry a title which doesn't see to make sense, unless I use the persons full name. But I'd rather have this in lastname, firstname fields. Is there a way to add a unique id in the title field and hide it from the public?
------------------------------------------------------------ John Furfey Digital Systems and Services Coordinator MBLWHOI Library Woods Hole MA 02543 USA PHONE: 508-289-7435 EMAIL: jfurfey@mbl.edu <mailto:jfurfey@mbl.edu> http://www.mblwhoilibrary.org
Bio and Autonodetitle will do exactly what you describe. Bio can be used for users creating their own profiles; if the profiles will be entered by someone other than the person being described (ie, you are creating a site that gives biographical info on renowned oceanographers) then you can use autonodetitle with a standard cck content type. Cheers, Bill John Furfey wrote:
New to Drupal and trying something which should be easy.
Using CCK to create a person type.
Fields are to be lastname, firstname, DOB...
CCK is forcing me to give each entry a title which doesn't see to make sense, unless I use the persons full name. But I'd rather have this in lastname, firstname fields. Is there a way to add a unique id in the title field and hide it from the public?
------------------------------------------------------------ John Furfey Digital Systems and Services Coordinator MBLWHOI Library Woods Hole MA 02543 USA PHONE: 508-289-7435 EMAIL: jfurfey@mbl.edu http://www.mblwhoilibrary.org
-- Bill Fitzgerald http://funnymonkey.com FunnyMonkey -- Tools for Teachers ph. 503 897 7160
participants (3)
-
Bill Fitzgerald -
John Furfey -
Steve Edwards