Hi, I try to create a block and set its Placement=content and weight=-10. But the new block alaways shown below the Drupal contents!
Tested on Left/Right Sidebar is ok. Problem only on "content" placement.
This is a bug or am I missing something?
Regards.
My experience is that weight is for the rankings of the blocks, but the actual content of a node is not considered a block. It displays first and then the blocks display, in the correct weight order.
To get blocks on top of the node content. You need to create a new region, and have it print before the $content variable is printed.
Greg
Drupal Indonesia support@drupal-id.com wrote: Hi, I try to create a block and set its Placement=content and weight=-10. But the new block alaways shown below the Drupal contents!
Tested on Left/Right Sidebar is ok. Problem only on "content" placement.
This is a bug or am I missing something?
Regards.