popups

Events happening in the community are now at Drupal community events on www.drupal.org.
dickinzon's picture

popup se desactiva cuando la pagina se carga via ajax por jquery

Saludes,

Utilizo "Popups API (Ajax Dialogs)" http://drupal.org/project/popups para mostrar dialogos, funciona muy bien para mi, pero tengo funciones en jquery que cargan algunos divs del contenido de la pagina para no actulizarla toda, en esas partes que se actualizan quedas desactivados la opcion de popup de los links.

el JS codigo que utilizo es algo asi:


$('.icons .entregado').livequery('click',function()
{
var cid = $(this).attr('id');
$.get('estado/'+cid+'/entregado', function()
{
$('.rows').load('../'+$('.current').attr('id')+' .rows');
});
return false;

Read more
di3gopa's picture

Tutorial: Crear Nodos Referenciados con Popups en Drupal 7

Hola a todos, les dejo un tutorial que escribí hace algunos días, espero que les sea de ayuda:

http://rootstack.com/es/blog/crear-nodos-referenciados-con-popups-en-dru...

Saludos y que pasen feliz año!

Read more
budabur's picture

GMap popups

So, I've been trying to use views with CCK, Location, and GMap for a few days now. I can get everything working fine, but there is one problem that I can't figure out. I made a GMap styled node view and everything comes up fine except for the popup info. The popups work fine, but the only data that is put into the popup is the label for each field.

Read more
Subscribe with RSS Syndicate content