Closed (works as designed)
Project:
Views Tagadelic
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2009 at 14:36 UTC
Updated:
29 Jun 2009 at 14:01 UTC
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
Comment #1
audaciousweb commentedI 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.
Comment #2
benjamin.pauley commentedI 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."