Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide title from page node Drupal

I'm trying to remove the title of a page node on Drupal. I have this page:

enter image description here

And I want it to look like this:

enter image description here

As you can see, I want the title to be removed, but only for taxonomy terms. If I try to erase it using CSS, I erase al page-titles, so I wanted to use this module, that allows administrators to auto-generate node titles and hide it.

I go to structure -> type content -> my type content, and edit it. I activate the module, and I want to auto-generate titles depending on the node category. I think it should look like this, but it doesn't work...

enter image description here

Any ideas why?

EDIT: Sorry, I forgot to say: yes, when I activate the module, use it, and select the category as the auto-generated title, it works. But it doesn't hide the title...

It also launches this mistake:

enter image description here

like image 720
Sonhja Avatar asked Dec 04 '12 17:12

Sonhja


1 Answers

Use Exclude Node Title module.

https://drupal.org/project/exclude_node_title

Setting for this module:

enter image description here

Click on Module->Exclude node title->configure
Home » Administration » Configuration » Content authoring
Select All nodes from Basic Page
Check Full Content for hide title from all cms page except home page
Check Teaser for hide title from home page. 
like image 89
Chirag Shah Avatar answered Sep 24 '22 08:09

Chirag Shah