I am trying to pop up a block creating using the view module, I have tried using: this is a [popup block module=view delta=1 id=links effect=fade origin=top-right activate=click effect=fade title='Pop up test'], but it does not work, how do I identify the block?
In code the block is identified as id="block-views-Links-block_1"
Comments
Comment #1
Scheepers de Bruin commentedHave you tried Links-block_1, Links or block_1? Remember (for now, at least) the delta does not have to be an integer.
Comment #2
tommann commentedI tried
this is a [popup block module=view delta=Links-block_1 id=popuplink effect=fade origin=top-right activate=click effect=fade title='Pop up test']
this is a [popup block module=view delta=block_1 id=popuplink effect=fade origin=top-right activate=click effect=fade title='Pop up test']
this is a [popup block=Links-block_1 id=popuplink effect=fade origin=top-right activate=click effect=fade title='Pop up test']
this is a [popup block=block-views-Links-block_1 id=popuplink effect=fade origin=top-right activate=click effect=fade title='Pop up test']
None seem to work, I can tell the module works properly since it is successful with other non-views blocks on the same page.
Any other thoughts?
Comment #3
tommann commentedI forgot the "s" in views.
This worked:
[popup block module=views delta=Links-block_1 id=popuplink effect=fade origin=bottom-left activate=click effect=fade title='Pop up test']
Thanks!
Comment #4
Scheepers de Bruin commentedAwesome