Closed (won't fix)
Project:
Display Suite
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2010 at 01:15 UTC
Updated:
27 May 2010 at 15:22 UTC
I just watch a screen cast of this great module http://www.vimeo.com/9214091
From the screen cast, demonstrated changing layout of a node teaser view; what is the "Region" option for placing field element refer to ? is it refer to region variables defined in theme.info ? or something defined somewhere else.
Comments
Comment #1
adrianmak commentedNothing to say, it is a great module for non technical person, to modify layout without digging into page, node, and etc, theming code.
Comment #2
swentel commentedWell regions affect the object itself. These aren't the regions defined in your theme. So basically, you get 5 regions per object to theme.
Comment #3
joshmillerI had the same problem understanding the word "regions" when evaluating the display suite family of modules. I get it. You're setting up five div'ed regions.
Two feature requests regarding the "why aren't my theme.info regions showing up" confusion:
Thank you for this amazing module. Hopefully you will consider these requests as you works towards version 2.0
Josh
Comment #4
swentel commentedFeature 1 shouldn't be that hard to implement, we're already thinking of that.
I'm going to split those requests in 2, it shouldn't be that hard, but I need to think about it, see #710034: Add posibility to assign a ds region to a theme region
Changing the title to reflect the request.
Comment #5
swentel commented@joshmiller you can see your second feature request (assign ds region to theme region) already working on http://demo.customsource.be/content/plugins :)
Comment #6
swentel commentedSome brainstorming thoughts about the region alter feature. Implementing a drupal_alter is probably the easiest thing, however, right now, we're not passing the build mode nor the type. This means that an alter will affect all object types and build modes. drupal_alter() seems a bit overhead too I think, unless we also add some caching which seems necessary. So a few thoughts/questions:
Those with remarks, please reply :)
Comment #7
swentel commentedPostponing this for now - 1.1 will have fieldgroup support and also classes/styles which you can select via the interface which makes it easy to nest fields into divs into regions.
It's a bit related also with #570978: Possible new features for D7 port and needs a complete overhaul of the code which will be for a 2.0 branch.
Comment #8
swentel commented