Closed (fixed)
Project:
Privatemsg
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2009 at 09:55 UTC
Updated:
12 Aug 2009 at 13:24 UTC
Hi everyone,
I'm using a view to display several information of a user, a kind of user profile page, on which I have 2 custom text fields which are linked to a form. I also use popups API to display the forms in a popup, for the 1st link it's a flag abuse form which one is working great when the user click on it, the popup is display.
For the 2nd one, it's the Privatemsg form when the user click on it, it's not a popup but a page is loaded containing the message form.
I need to know how to integrate the popup for Privatemsg module in my view.
Thanks,
Comments
Comment #1
bensemmel commentedI would be interested in this as well.
Thank you
Comment #2
berdirYou just have to tell Popups which links should be opened in popups, you can either extend that list or provide your own list in a separate module. For more information, please read through the documentation of the popups.module.
Comment #4
rajiv.r.in commentedI have something similar - as views. How have you linked the 'send a message to this user' in views. Can u please explain? Thx