I'm finding that since titles are used across drupal for admin pages, etc, that titles are included on nearly all pages.

Well, I'd like to be able to use display suite to keep the title in one of display suite's regions. I see you have the ability to display titles as an h1 correctly. My question is, could you include an option to somehow disable the original title from the theme by node type automatically if I make the node displays version of the title active?

Comments

swentel’s picture

Status: Active » Closed (works as designed)

For now, we're going to keep the functionality as its right now, however, I've posted a snippet at http://drupal.org/node/700056 which shows you how to hide the title with a simple snippet in template.php of your theme or your own module, hope that helps!

Trunkhorn’s picture

This is a funny thing. In panels, there is an option to remove the original title by means of a checkbox, but it doesn't give the option to display the new title from a pane as an h1 title. With display suite, there is the option to display the title as a title, but not the ability to remove the original with a checkbox. :)

kclarkson’s picture

pieterdc’s picture

Thanks for the hinted module, kclarkson!

kclarkson’s picture

@PieterDC

No problem man. Funny how great it feels to give someone an answer after all the questions I have asked.