Download & Extend

Can't hide the node title that is embedded in a panel node

Project:Panels
Version:6.x-3.0-beta2
Component:Panel nodes
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I embedded a node inside a panel node and the title isn't being hidden. Which results in double titles.

(I looked at the release notes and didn't see anything in there about this.)

Comments

#1

Status:active» closed (won't fix)

This title is printed in node.tpl.php -- you have to hide it by modifying this template. Panels cannot do this for you.

#2

Status:closed (won't fix)» active

Not the title to the node, but the title of the content I embedded in the panel node. I'd like to hide the title of the content in the node and have just the node's title from node.tpl.php show.

#3

Did you select 'override title' in the configuration of the node you added?

#4

I apologize, didn't realize I could override title and leave it blank.

#5

Status:active» fixed

#6

Status:fixed» closed (fixed)

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

#7

Here is a new module I just rolled that should work for this:

http://drupal.org/node/495738#comment-3031392

nobody click here