Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2009 at 09:50 UTC
Updated:
15 Feb 2015 at 02:08 UTC
Jump to comment: Most recent
Comments
Comment #1
rc2020 commentedYou read the README.TXT file and realize that it's all explained for you right there!
; )
As follows....
Comment #2
chien_fu commentedI've created a popup by scanning all pages for popups and using the class="popups-form-reload" and directed the popup to a /node/add/foobar page.
I'm printing the NID because I'm also using Nodereference URL to create a foobar node that references the current node.
I have other popups that are working, but when I click this link it brings up the loading graphic, but then just hangs forever. When I click the background to get rid of the loading graphic, my cursor still remains an hourglass even though it's clear nothing is going on.
Any advice?
Comment #3
v8powerage commentedI used to know how to do it but I've forgotten maybe someone remind me? I have custom module and I want to open various links on page with it but not by their id's rather by their addresses like this
I used to have something like this, it was logging out users and stayed on same page which was pretty cool but this code isn't working..