Is it posible to give a title to a region inside a panel page? (guess not, but it would be great). Because let's say, my region contains 2-3 specific nodes. In order to add a big title to it, I must create a view for these 2-3 nodes, just to give them a common title. If the regions had titles, it would be a simple work without the need of views. (Views are great when you select nodes based on some criteria other than nid numbers, but making a view with criteria like (nid=65 or nid=66 or nid=67) is artificial, besides, it's difficult to achieve specific sorting of these nodes with Views, while inside a panel region it's drag and drop)

P.S. The same for rows and columns, e.g. there is a row containing 3 columns with mixed content and I'd like to add a title to the whole row. Not possible?

CommentFileSizeAuthor
#6 add region title.jpg86.32 KBnlambert
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

raincloud’s picture

Issue summary: View changes

edit

raincloud’s picture

anyone??

truyenle’s picture

same request?

kbk’s picture

This workaround should work:

1. Add content > New custom content
2. Leave Title field empty
3. Place desired title in Body a'la
<h2 class="pane-title">My region title</h2>
4. Switch body to Full Html
5. Save etc.

kbk’s picture

Issue summary: View changes

edit2

kenorb’s picture

Version: 7.x-3.0 » 7.x-3.x-dev
Issue summary: View changes
kenorb’s picture

nlambert’s picture

Category: Support request » Feature request
FileSize
86.32 KB

+1

Something like add region title below add content

Title visibility could be based on if the region is rendering content.

To overcome this I tried wrapping my fields in custom content and using keyword replacement, but keywords don't render the theme field wrappers.