Closed (fixed)
Project:
Display Suite
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2009 at 14:27 UTC
Updated:
9 Jan 2010 at 15:50 UTC
eg: first 3 in a list take this build mode, rest another one
Comments
Comment #1
swentel commentedCommitted to CVS. All logic per object is now moved to their modules. EG: nd.module now has a function called ds_views_row_node . The view plugin takes all base objects too, so anyone can create a function for it without having to implement a module for it.
The advanced selector is a simple checkbox which will route that function through ds_views_row_adv_VIEWNAME so anyone can either
a) override the default
b) create their own logic for other stuff too
There will be no UI for this ever since this is really project specific IMHO
Comment #2
swentel commentedAddendum: in the future, we might expose such advanced selector functions to the UI, but not for now.
Comment #3
swentel commentedReally is fixed