Hello,

I have 'Region to Block' enabled at /admin/structure/ds/extras , however the 'Block Regions' option is missing on the Display Suite > Layouts screen at eg: /admin/structure/types/manage/page/display

Please see my screenshots attached for clarification of configuration and missing output. I am expecting something similar to what is shown at 1m22sec of this screencast 'Display Suite for Drupal 7 - Part 7: region to block' http://www.youtube.com/watch?v=y4wyjxyhbNA

I have tried this using Drupal 7.8 with ds-7.x-1.4 and Drupal 7.10 with ds-7.x-1.4 and ds-7.x-1.x-dev with the same outcome. Uninstalling and reinstalling ds (properly), clearing cache, running cron, to no avail unfortunately. The ctools version I have is 7.x-1.0-rc1.

Any other information you may need or ideas you have to point in the right direction for useful debugging would be greatly appreciated. I'm quite stumped and couldn't find any related info on this issue.

Thanks,
Paul.

CommentFileSizeAuthor
#5 block.JPG69.39 KBthaistore
region-to-block.png147.61 KBmccrodp

Comments

swentel’s picture

Status: Active » Closed (works as designed)

You need to choose a layout first, than that fieldset will pop up.

mccrodp’s picture

Oooops! :)

Yes, that all works perfectly now!

I got confused as I somehow expected this 'Region to Block' to be a 'Layout' in itself, along with it being pre-selected in your video (which I would have tried selecting one had I not thought it was a Layout - displaying block regions in the Manage display screen).

This is a great feature and exactly what I needed!

Thanks again for the quick response,
Paul.

mjRocks’s picture

hey same problem i m facing out .. pls help .. i hope ur problem have been solved out..

mccrodp’s picture

Hi,

I had enabled the 'full content' display from the default config page : admin/structure/types/manage/page/display
Then went to /admin/structure/types/manage/page/display/full 'Layout for page in full' > 'Select a layout' and chose 'two column stacked' from the Display Suite layouts and clicked Save.

When you've done this maybe try clearing cache and running cron, not sure if that'd help, but 'Block Regions' should definitely have shown by then on the left.

Good luck,
Paul.

thaistore’s picture

StatusFileSize
new69.39 KB

same problem here

block regiones does not show up, i am running site on local host.....

cleared cache and run cron, nothing

i can only add block field, but that is not same

i need to create field that will be shown in left block

how to do that?

gboggs’s picture

Version: 7.x-1.4 » 7.x-2.0-beta3

The region to block feature is not working for me either. An alternative until this is fixed is block_cck.

AmyKosh’s picture

Status: Closed (works as designed) » Active

The region to block feature is not working for me either. Have tried every suggestion in this list above. To no avail.

swentel’s picture

Status: Active » Postponed (maintainer needs more info)

Have you enabled the 'Full' view mode, it only works there.

AmyKosh’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

For all us Newbies (me included)!
The key seems to be following these steps in order:

1. Go to Structure>Display Suite
2. Look in the upper right corner for the "Extras" tab. Click the tab.
3. At the bottom of the list on the right-side, open the "Other (region to block)" section.
4. Check "Region to Block" and then" Save".
5. Go Back to Structure>Display Suite
6. In the list, choose what you want to manage the display in, and click on "Manage Display" on the right.
7. In the upper right, select "Full Content". <>
8. At the bottom of the page select a layout for the content form in full. (You'll do this first).Then "Save".
9. Go back to that same page, making certain to select "Full Content". Look at the bottom of the page and you should see the "Block Regions" option at the bottom of the left-side list.
10. Click on "Block Regions". Now you can enter the name of your new region, for instance " region for my new slideshow". (This is also where you can remove previously added regions).

Continuing onwards:
Now that you have this new region you can put it to use in Structure> Blocks the same way you use the other regions present there.

Hope this has helped clear up any confusion.

Bernsch’s picture

Version: 7.x-2.0-beta3 » 7.x-2.2
Status: Closed (fixed) » Postponed (maintainer needs more info)

I have the same problem.
I have enabled the "extras/Region to block" AND in my Contentype the 'Full' view mode and it doesn't works.
I use Drupal 7.20.

Bernsch’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

i flush the cash and it works! Thanks!

deciphered’s picture

Just in case anyone comes across this and still gets no help, you currently need the Block module enabled to use this functionality, even this this functionality works fine without the Block module enabled.

There's an issue I opened a year back at #1635906: Remove 'block' module requirement for related functionality. that I forgot about, but will be writing a patch for promptly.