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

Scheepers de Bruin’s picture

Have you tried Links-block_1, Links or block_1? Remember (for now, at least) the delta does not have to be an integer.

tommann’s picture

I 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?

tommann’s picture

I 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!

Scheepers de Bruin’s picture

Status: Active » Closed (fixed)

Awesome