When configuring a block, the Block Class settings fieldset has the following description (emphasis mine):
Customize the styling of this block by adding CSS classes. You can add multiple classes. IMPORTANT: You must add
print $block_classes;to your theme's block.tpl.php file to make the classes appear. See the module's README.txt for more details.
This is incorrect for Drupal 7: users don't have to do anything as the classes are added via a preprocess hook. Patch is forthcoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | block_class-1123888-1.patch | 1.19 KB | mark trapp |
Comments
Comment #1
mark trappAttached is the patch.
Comment #2
Fanaile commentedPatch works well for me.
Comment #3
Jean Gionet commentedworked for me as well
Comment #4
todd nienkerk commented@Mark Trapp: Will you be able to apply this patch to 7.x-1.x-dev, or should I take care of it this week?
Comment #5
j0rd commentedWould like this removed as well. Going to be confusing to the site builder.
Comment #6
rschwab commentedI just ran into the same problem. I think the proposed help text could be improved, but I noticed another issue on that topic specifically, so lets get this in to fix the broken text first then improve.
The patch looks good to me. Removing that access check is safe AFAIK because a user needs that permission to see the form in the first place.
Comment #7
skolesnyk commentedPlease, patch!
Comment #8
Screenack commentedSubscribing, threw me for a loop, too
Comment #9
berenddeboer commented