Drupal: How to Show Popups in Lightbox Windows
I spent a lot of time creating custom popups that appear in lightbox window. But I shouldn’t do this anymore! Drupal provides a simple way to show popups –Popups. In this article I would tell how to use it.
So if you wish to get pretty popups for your site, download and install Popups module. You can get more info about modules installation here. Enable all components of the module.
Then go to the Popups settings in the back-end of your site and check “Scan all pages for popups links”.
So, since that, when you create new link, specify class=”popups” for it:
<a href="link_to_page" class="popups">…
Your links would be opened in a pretty popup windows: