Views Display Block Path not working on Drupal 7 > Views 3.3

When i add a Block Path display in a view, views UI is only showing the live preview button and arguments field. After that i can't reach the config page of this block path display, although it's shown in the list of displays.

CommentFileSizeAuthor
#3 views_display_block_path.info.patch572 bytesMaico de Jong
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sqeph’s picture

I went into the .info file for Views Display Block Path and changed...

core = 6.x into core = 7.x

Not sure if the version matters, but then I added ...

files[] = views_plugin_display_block_path.inc

... and now the config panel shows up. I assume Views didn't find the handler at first.

joachim’s picture

Category: bug » task
Status: Active » Closed (duplicate)

AFAIK this submodule has not yet been ported to D7.

If you can help with this, please see #1183628: Views Block Drupal 7 branch and post your changes as a patch there so they can be committed to the code and benefit everybody.

Maico de Jong’s picture

Status: Closed (duplicate) » Needs review
FileSize
572 bytes

@joachim: I think you're referring to the 'Views block' submodule instead of the 'Views Display Block Path' module? These are two separate modules so I don’t think this issue is a duplicate of #1183628: Views Block Drupal 7 branch

This still is a big problem since we can’t use the 7.x version of submodule Views Display Block Path without changing some lines in views_display_block_path.info

Attached is a patch that changes the .info file so the configuration will show up.