I don't understand what you're trying to achieve, but you may check out Automatic Nodetitles module: http://drupal.org/project/auto_nodetitle
________________________
"Creativity is knowing how to hide your resources" - Albert Einstein.
.dan. if you are asking a question you think should be documented, please provide a link to the handbook where you think the answer should be found.
| http://www.coders.co.nz/ |
Since I ended up here while trying to find some information - in case it helps someone else:
Drupal 6
/admin/content/types
Choose a type and select Edit. The following edit form has a section titled "Submission form settings" with the field BODY FIELD LABEL. You can also use this form to edit the TITLE FIELD LABEL.
In reference to the original question... I think the author was trying to figure out how to specify the node page title found in the HTML head inside the tag. See: http://drupal.org/project/page_title
Comments
I don't understand what
I don't understand what you're trying to achieve, but you may check out Automatic Nodetitles module:
http://drupal.org/project/auto_nodetitle
________________________
"Creativity is knowing how to hide your resources" - Albert Einstein.
drupal_set_title()
http://api.drupal.org/api/function/drupal_set_title/6
.dan.
if you are asking a question you think should be documented, please provide a link to the handbook where you think the answer should be found.
| http://www.coders.co.nz/ |
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Drupal
Since I ended up here while trying to find some information - in case it helps someone else:
Drupal 6
/admin/content/types
Choose a type and select Edit. The following edit form has a section titled "Submission form settings" with the field BODY FIELD LABEL. You can also use this form to edit the TITLE FIELD LABEL.
In reference to the original question... I think the author was trying to figure out how to specify the node page title found in the HTML head inside the tag. See: http://drupal.org/project/page_title