Hi,
I installed the popups API and set a view to a new content type I crated.
In the view settings I set one of the fields to "Output this field as a link" with link to node/[nid]/edit.
How I display this link to the user in a popup window?
Thanks.

Comments

gotcha41’s picture

This is exactly what I'm trying to figure out as well. I'm sure Popups API has the functionality to do it (I've seen it on the module's testpage), and I don't manage to integrate it with the views option ("output as a link" or "link to node"). I am currently using Lightbox2, but this module has limitations as it is designed to handle images. Help would be greatly appreciated, thanks

EDIT:

I switched to the modalframe and automodal module for opening dialogs (http://drupal.org/project/modalframe and http://drupal.org/project/automodal). In my case, it solved my issue.