Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-rc4
Component:
exposed filters
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2008 at 18:27 UTC
Updated:
28 Oct 2008 at 22:11 UTC
when I choose to use "Exposed form in block", the delta value in {blocks} table looks like this:
$exp-viewname-page_1
I am curious about the $ sign. Is it intentional or is it a bug?
Comments
Comment #1
merlinofchaos commentedIt is intentional; it's a non-legal character in a view name so that the views_block implementation can tell that it's a 'special' block.
Comment #2
pasquallethis makes an invalid HTML
Warning:
and other problem:
I am not able to theme the block with
block-views-$exp-cars-page_1.tpl.phptemplate (but maybe this is not related)..Comment #3
merlinofchaos commentedI changed the $ into a - in -dev, with an update to modify the blocks database to match.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.