Try to use the module Popup Nodereference that describes: Provides a UI to manage popup formats used within content types, views, menus and blocks.

Would it be possible to use the popup tag format within the fields of a view?

I mean creating a page view, adding a field for the view, and then I want to have a popup tag in the field. Is it possible?

Thanks!

Comments

tefnut’s picture

I need this to!

Scheepers de Bruin’s picture

Status: Active » Closed (works as designed)

Not directly.

You can install views custom field and create a php field to embed the popup in:

module_load_include('inc', 'popup', 'includes/popup.api');
print popup(array('node' => $row->nid, ...));
tefnut’s picture

Thanks, this does what I need: http://drupal.org/project/popup_views_integration hope that helps astra

Scheepers de Bruin’s picture

Wow. Cool!