Closed (works as designed)
Project:
Node displays
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2010 at 21:16 UTC
Updated:
24 Mar 2011 at 17:08 UTC
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
Comment #1
swentel commentedFor 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!
Comment #2
Trunkhorn commentedThis 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. :)
Comment #3
kclarkson commentedI use a module. http://drupal.org/project/exclude_node_title
Comment #4
pieterdcThanks for the hinted module, kclarkson!
Comment #5
kclarkson commented@PieterDC
No problem man. Funny how great it feels to give someone an answer after all the questions I have asked.