CommentFileSizeAuthor
#2 710034.patch9.78 KBswentel

Comments

swentel’s picture

Experiment and demonstration available at http://demo.customsource.be/content/plugins

swentel’s picture

StatusFileSize
new9.78 KB
swentel’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Active » Patch (to be ported)

Committed to D6, to be ported to 7

swentel’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Patch (to be ported) » Needs work

Make sure the title of the region is also reflected - so people don't get confused

swentel’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs work » Patch (to be ported)

Don'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')),

swentel’s picture

Status: Patch (to be ported) » Fixed

Committed to D7

swentel’s picture

Status: Fixed » Closed (fixed)
cweagans’s picture

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.