You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ModalBox
I nearly have this working... I think. It is still being funky
though.. the page I am loading in the modal has to perform a GET
request and wait for that before the content is populated. The
modalbox opens and I an see in firebug that all of the page is
loaded. However it remains hidden because MB_content keeps the
display:none style and it is never shown. I tried to force a show of
it using the afterLoad and calling a function to show MB_content but
that didnt work. Any ideas on what my problem is?