If you're using Drupal 6, you can write a module for your own content type and set the 'has_title' attribute to 'FALSE'. While the feature of allowing nodes with empty titles is in Drupal core, you unfortunately cannot set it from the user interface and will have to write your own module for it.
Regards, Usamah
On Mon, Dec 15, 2008 at 6:11 PM, Daniel Carrera daniel.carrera@zmsl.com wrote:
Hello,
The user wants to have pages without titles. He is using jpeg images in place of the title. Does anyone have a suggestion on the best way to not have a title on a page? A title made of spaces doesn't work. A title made of just a dot "." does work. That's the best option so far, but I don't like it. You still see an ugly dot that doesn't belong. Does anyone have a better idea?
Thanks.
Daniel.
[ Drupal support list | http://lists.drupal.org/ ]