Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2008 at 23:52 UTC
Updated:
4 Oct 2008 at 02:00 UTC
Hi there.
I have an issue where the id tag assigned to a block by views looks something like this:
<div id="block-views-448504803dc9de46c9a87df990d604bf"... etc
instead of something like this:
<div id="block-views-feature_story_list-block_1"... etc
I've tried creating new block views and this seems to be happening consistently now, whereas I have some older block views that have the correctly formed id tag.
Needless to say, it's not a showstopper, but my css file will be pretty ugly :)
I'm not sure what info might be required about other modules/versions, but I'd be happy to provide it if it helps.
Thanks!
Comments
Comment #1
merlinofchaos commentedIf the name of the view + the id of the display is > 32 characters, you will get that because there is a 32 character limit. The only solution is to try to use view names that are relatively short in order to prevent Views from having to use an MD5 string.
Comment #2
merlinofchaos commented