<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid200609071714.30720.ber@webschuur.com" type="cite">
  <pre wrap="">Again, this comes down to some fundamental "designs" of Drupal. I feel it is 
wrong to enforce a title, because we want a unique identifier! Obviously a 
list with "nothings" (a list of nodes w/o that identifier) is horrible.
But unfortunately too many people then automatically conclude "then titles are 
required"!
  </pre>
</blockquote>
<br>
FWIW, in several recent sites I've ended up commenting out node title
display because it ended up being redundant for most of the content.&nbsp; <br>
<br>
The most clear example I can think of is a "Customer Feedback" sidebar
generated via CCK.&nbsp; I needed only the testimonial field and the
customer's name - no titles, ever.&nbsp;&nbsp; By commenting it out inthe display
I kept the 'Title' fr the admin section, but it was a little clunky.&nbsp; <br>
<br>
Is it possible to make $ode-&gt;title optional to users, and anywhere
it is left blank (only admin areas) it is referred to by&nbsp; <i>content-type
$node-&gt;vid</i>&nbsp; so in my above example it would be "Customer
Feedback 16",&nbsp; but in all non-admin areas&nbsp; it was just templated with
an if statement?&nbsp; Or is his adding complexity that isn't necessary -
not like cmmenting the display out was all that hard, after-all. <br>
<br>
--Sam<br>
<br>
</body>
</html>