Download & Extend

Display fieldgroups as table in node view

Project:CCK Fieldgroup Table
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

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
nobody click here