I have a block with visibility assigned to a given content type and given path. Call the path "xyz", so that it would be marked as xyz* in the block visibility setting field.

Now I create a view, and assign it as path xyz. Theoretically, when I go to the view at

http://somedomain.com/xyz

The block should appear, but it doesn't? I've been doing a bit of poking around, but it doesn't seem to be an issue anyone has had before.

Any suggestions?

Thanks!

Comments

fang27’s picture

I should mention that the view shows up just fine. Just the block assigned to that path doesn't show. :p

Thanks again for any help or advice!

dawehner’s picture

Status: Active » Closed (works as designed)

And where is the views question? It's like blaming drupal for a php error in phpbb.

* Is a placeholder for the nothing, so this returns true.

dsm(drupal_match_path('node', 'node*'));

returns 1.

fang27’s picture

Status: Closed (works as designed) » Active

I guess the Views question would be: why won't the View allow the block to be seen?

Thanks.

dawehner’s picture

What about adding "xyz"?

iamjon’s picture

Status: Active » Closed (works as designed)

I'm marking this as closed due to lack of activity.
fang27, please feel free to reopen to the issue if you still need clarification.