Making the change at line 51 of theme.inc noted in #382858: Block shows up on blocks page, but no content in sidebar made the tag cloud appear in a block as expected. Unfortunately, an exposed filter that I'd attached to the View doesn't make it into the block. That filter does appear in both the preview and the page view. I'm afraid I don't know quite where to look to fix this.

Comments

audaciousweb’s picture

I have the same issue, am guessing its something missing from the block.tpl.php file, seems to be a common problem for a lot of people as I've seen a few posts about this, I will post the solution here if I can figure it out.

benjamin.pauley’s picture

Status: Active » Closed (works as designed)

I found a solution. As explained here, "Use AJAX" needs to be set to "Yes" for the exposed filters to appear in block view. So this isn't really a bug, just a perhaps-non-obvious required setting. Changing the status to "by design."