Is there a way to specify a popup link like the popup module (not the popups module) http://drupal.org/project/popup

With the popup module i can write: [popup block module=facebook_status delta=facebook_status title="Leave a Status Update"] and a popup is produced.

Can I do the same for a modalframe? For example, I would love to create a link for cases that will popup a new case on the fly.

Comments

jcmarco’s picture

smurfxx’s picture

Can you please notify this module on modal frame api homepage?
I searched for hours for this very useful solution... I think it's gold for people that are not so good with coding!

SocialNicheGuru’s picture

automodal can add a class to a link but is there similar syntax to popup where I can popup a block?

Also, is there a way for me to just have the content of the page without the header or footer in a popup?

dsnopek’s picture

Issue summary: View changes
Status: Active » Fixed

Automodal is currently the only way to do this. Modalframe already removes everything except the content area - if there is something in that area (header, footer, etc) that you need to remove, you'll have to do that in your custom module.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.