Closed (fixed)
Project:
Popup filter
Version:
6.x-2.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 20:15 UTC
Updated:
21 Sep 2009 at 07:59 UTC
How do you get the number ID of the block so that you can call it with the popup filter? I know how to with nodes but I don't see it anywhere on the blocks.
Comments
Comment #1
jdblank commentedOK I figured out that the block I want to call is from a module not a straight block. In this case I am still not getting it to work properly though. Following this syntax:
[popup block module= delta=]
I am not sure what goes in the delta.
The path to the block i want to call is:
I am guessing module=im and delta=im_friend_picker
but that does not seem to work.
Comment #2
Scheepers de Bruin commentedIf you're using a standard block.tpl.php you can display the block within a page and check the source.
The standard block.tpl.php starting tag looks like this:
For example the Navigation block provided by the User module outputs the following:
From this you can see that the module is User, and the delta is 1.
Comment #3
Scheepers de Bruin commentedClosed due to inactivity