Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Does this still exist in the current 7.x-1.3 release? If so, is there any documentation on how to use it? I want to put my node title into a block region and I can't figure out how to do it.
Comments
Comment #1
swentel commentedExperiment and demonstration available at http://demo.customsource.be/content/plugins
Comment #2
swentel commentedComment #3
swentel commentedCommitted to D6, to be ported to 7
Comment #4
swentel commentedMake sure the title of the region is also reflected - so people don't get confused
Comment #5
swentel commentedDon't forget to add - not available in patch
in theme.inc
--------------
$regions = $form['#regions'];
in ds.display.inc
------------------
'#regions' => ds_regions(variable_get('ds_build_mode_'. $build_mode, 'all')),
Comment #6
swentel commentedCommitted to D7
Comment #7
swentel commentedComment #8
cweagansDoes this still exist in the current 7.x-1.3 release? If so, is there any documentation on how to use it? I want to put my node title into a block region and I can't figure out how to do it.