Hi,

- when you make a new content page, you have to place the mandatory title. How can I do to remove it?

Thank you so much!

Comments

1sp’s picture

You can use the "Automatic Nodetitles" module for this.
read more about it here : http://drupal.org/project/auto_nodetitle

draganFSD’s picture

Hi, i think u could just use CSS instead of tpl.
h1.title {visibility: hidden;}

and thats it

somewhere when you use CCK and you need it, just use contemplate and rename complete code or remove it.

i hope that will help.