Closed (duplicate)
Project:
Node displays contributions
Version:
6.x-2.4
Component:
ND Context
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2011 at 19:44 UTC
Updated:
11 May 2011 at 21:56 UTC
Context debug shows that context is active, but no buildmode is switched. Switching buildmode with "ND switch build modes" module works fine.
Context 3.0
DS 1.4
ND 2.4
ND Contrib 2.4
Here's my context:
$context = new stdClass;
$context->disabled = FALSE; /* Edit this to true to make a default context disabled initially */
$context->api_version = 3;
$context->name = 'test';
$context->description = '';
$context->tag = '';
$context->conditions = array(
'node' => array(
'values' => array(
'page' => 'page',
),
'options' => array(
'node_form' => '0',
),
),
);
$context->reactions = array(
'debug' => array(
'debug' => 1,
),
'nd_context_bm' => 'radio',
);
$context->condition_mode = 1;
Comments
Comment #1
swentel commentedsee #866244: ND-Context integration (tiny module)