By vantivati on
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!
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
You can use the "Automatic
You can use the "Automatic Nodetitles" module for this.
read more about it here : http://drupal.org/project/auto_nodetitle
Hi, i think u could just use
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.