Hey,
This module do hide the title when a node is viewed. But I'd like to hide it also when creating or editing a node. Actually I do not need title at all. It makes sense to hide title for ever in this case. Can I get the result with the module?
Thanks,
Henry
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 1512894-remove-nodeform-field.patch | 588 bytes | fizk |
| #4 | 50e8739c26ece23904000029.jpeg | 19.24 KB | gabrielu |
Comments
Comment #1
gabrielu commentedThis option already exists, you need to check exclusion from Node form: http://drupal.org/node/1445710
Comment #2
Piccolo-1 commentedI have created a content type and checked "exclude from Node form", but the Title field still exists in the form. The form is not used through the administrator panel, it´s used through the website. How can I hide this title?
Comment #3
Piccolo-1 commentedSo I reopened this case to get help !
Comment #4
gabrielu commentedYou need to go to your module settings page admin/config/content/exclude_node_title
And check to exclude title from Node form. See attachement.
Let me know,
Gabriel
Comment #5
Jc Denton commentedHello,
I can confirm too that checking the "node form" checkbox doesn't hide the title when editing the node.
It does hide the title though when viewing the node and the "full content" checkbox is enabled.
Any help is appreciated!
Thank you in advance
Comment #6
fizk commentedThere's some confusion here. Currently, checking "Node form" will remove the node title from the node edit page, but not the actual node title field.
If you'd like to also remove the node title field itself from the node edit page, you can apply this patch.
I don't think everyone will want this behaviour, so this feature will need to be enabled by a new option on the admin configuration page.
Comment #7
fizk commentedFixed!
http://drupalcode.org/project/exclude_node_title.git/commitdiff/ba992dcf...
Comment #9
fizk commentedFrom #2209539: The field Title is required.:
If you exclude all nodes from a content type and have "Node form" checked, the title field would be hidden. Since the title field is a required field, we shouldn't exclude it when creating a new node.