Closed (fixed)
Project:
Build modes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2010 at 15:36 UTC
Updated:
10 Nov 2012 at 16:19 UTC
Jump to comment: Most recent
Comments
Comment #1
hefox commentedIt has functionality that is in display suite, but display suite can add overhead/features to a project that is not necessarily desired.
(Personally, I just add the build modes via a custom module + hook_content_build_modes ), however if I wanted to simply create new build modes, I'd opt for this module (assuming it does it correctly) over DS. (Funny enough, DS used to not do build_modes in a way compatable with hook_content_build_modes, which caused a host of problems. I haven't tried it in a while, and I know they fixed that one at least).
Comment #2
Anonymous (not verified) commentedThis isn't a duplicate of display suite. Display suite does much more than build modes, it overrides field formatters, provides alternative field formatters, renders fields in page regions. Build modes simply extends the core build modes functionality in Drupal 6 in what I think are common sense directions.
Comment #4
lpalgarvio commentedcheck out drupal.org/project/media_fevm
its dupplicating functionality from Entity View Mode and Build Modes