Closed (won't fix)
Project:
Block Class
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2009 at 22:12 UTC
Updated:
2 Nov 2011 at 12:44 UTC
Seems that if I try to use this module on blocks that have a delta of 0 that it is not being inserted correctly as the delta is left unset. However if I manually update the entry with a delta of 0 it then works correctly. Just wondering if there is a patch for this before I go fix it myself.
Comments
Comment #1
todd nienkerk commentedAll blocks must have a delta value. Modules should, as a matter of best practice, define delta values for all blocks. If another module isn't setting delta values, that module needs to be fixed.
I'm marking this as "won't fix" unless someone demonstrates there are a number of modules that fail to explicitly set delta values. If several modules aren't following best practices, we'll need to implement a patch for Block Class to handle such cases.
(In the future, please use more descriptive issue titles. This will allow other users to quickly find issues they may be experiencing themselves. It also helps module maintainers track issues more effectively.)
Comment #2
todd nienkerk commentedComment #3
ishfaqmch commentedI am using a block in header region. while defining block configration, I applied the class:( but not showing on frontend. please help.
Comment #4
ishfaqmch commentedyep added the following code in block.tpl
print $block->moduleprint block_class($block);">Now fine.
Thanx.