Can you suggest how it might be possible to insert the node title into a field group? I have unsuccessfully tried using hook_node_view and hook_field_group_build_pre_render_alter.
Thanks!

Comments

nils.destoop’s picture

Display Suite is perfect for this: http://drupal.org/project/ds

xenophyle’s picture

Title: Add node title to a group » View node title on manage display page
Project: Field Group » Display Suite
Version: 7.x-1.0-rc2 » 7.x-1.2
Component: Miscellaneous » User interface

Looks like a really useful and interesting module. I have installed it but I don't see the title listed as a field on the manage display page. In the French screencast the title does appear. Do I need to do something special like make my own title field in addition to the built-in one?

swentel’s picture

Status: Active » Closed (fixed)

You need to select a layout first before extra fields appear.

xenophyle’s picture

Status: Closed (fixed) » Active

I already had tried one- and two-column layouts.

swentel’s picture

Status: Active » Postponed (maintainer needs more info)

And there is not title field ? That sounds weird, can you show me a screenshot of the manage display screen ?

swentel’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Did a recheck on my local machine (and I also have dozens of tests with the title field) which is showing up fine, so this really works.

alexkb’s picture

I was having the same issue as xenophyle. What was weird, the title field was available in some content types and not others. As soon as you set the layout (down the bottom of the form), as per swentel's suggestion, the title field appears as an option to display.

KevinVanRansbeeck’s picture

StatusFileSize
new45.74 KB

I had the same issue. None of the display suite fields were displaying.
The solution for me:
I had a feature that was storing display suite configuration and view modes (see screenshot, that was all it did for some reason).
Screen Shot 2013-08-01 at 12.00.57.png
Disabling this feature allowed me to select my title, read more... fields again.
I don't know which part of this feature that was preventing me from adding these fields (maybe a permission, have to investigate it), but one of them did.