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

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gabrielu’s picture

Status: Active » Closed (fixed)

This option already exists, you need to check exclusion from Node form: http://drupal.org/node/1445710

Piccolo-1’s picture

I 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?

Piccolo-1’s picture

Status: Closed (fixed) » Needs work

So I reopened this case to get help !

gabrielu’s picture

Status: Needs work » Needs review
FileSize
19.24 KB

You 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

Jc Denton’s picture

Hello,

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

fizk’s picture

Version: 7.x-1.5 » 7.x-1.x-dev
Component: Miscellaneous » Code
Category: support » feature
FileSize
588 bytes

There'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.

fizk’s picture

Category: Feature request » Bug report
Issue summary: View changes
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

fizk’s picture

From #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.

  • Commit ba992dc on 7.x-1.x, 8.x-1.x by fizk:
    #1512894: Hide the title from node add/edit forms.