Active
Project:
Insert Block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2010 at 18:13 UTC
Updated:
1 Mar 2011 at 15:23 UTC
I've found in the filter help following textL "To discover module names and deltas, visit admin/build/block and hover over a block's configure link and look in your browser's status bar. The last "word" you see is the name of the module and the number following that is the delta."
However delta can be not numeric, for ex. in views and sharethis module. User should call sharethis block in a way like this:
[block:sharethis=sharethis]
Comments
Comment #1
dealancer commentedPlease update this description.
Comment #2
nancydruIndeed, take a look at the schema for the blocks table. Delta is varchar, not int. I consider it good practice to name blocks with text rather than numbers (see Weblinks).