Display fieldgroups as table in node view

yhager - March 14, 2008 - 09:55
Project:CCK Fieldgroup Table
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review
Description

This module does a great job with data entry, but in node view fields are still grouped by field, and not by row, as in the input form.
The attached patch remedies this, so if you have for example, two multiple fields in group groupA: image, name, you will see the following in the node view:

groupA:
+------+------+
|image | name |
+------+------+
|image1|name1 |
|image2|name2 |
+------+------+

AttachmentSize
yh.patch2.51 KB
 
 

Drupal is a registered trademark of Dries Buytaert.