Closed (fixed)
Project:
Node displays
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2011 at 04:26 UTC
Updated:
4 Nov 2011 at 04:50 UTC
The Sticky property on a node usually only indicates that the node should be pinned to the top of lists. The actual buildmode that a node has in that context could be one of many depending on other factors. The presence of sticky buildmode can break this paradigm, and the selection of that buildmode is hardcoded into _nd_preprocess_node.
The fix for this issue is has two parts:
Comments
Comment #1
xtfer commentedCommitted to 6.x-3.x
Comment #2
xtfer commentedCommitted to 6.x-2.x
Comment #3
xtfer commentedTo ignore sticky buildmodes, add the following to settings.php
$conf['ds_ignore_sticky'] = TRUE