Mythotical
12-06-2007, 01:33 AM
Ok I have ran into a problem, I'm trying to use Lightbox Gone Wild! to process forms. I plan to do a complete mod where it will take away the reload of a page to add a reply or start a new thread. Lightbox will used instead.
I have it loading the page and such but what I can't get it to do is load say $atitle variable because its not passing the id.
From this page: do=view&id=14
I want to pass the id of 14 to my lightbox but if I use $id or anything, it won't gather the id, I have even tried using $vbulletin->GPC['id']; but that returns 0.
So far I had to include a php file in my form.html file to gather the vars but at that point, its not passing.
Any suggestions much appreciated
Steve M
I have it loading the page and such but what I can't get it to do is load say $atitle variable because its not passing the id.
From this page: do=view&id=14
I want to pass the id of 14 to my lightbox but if I use $id or anything, it won't gather the id, I have even tried using $vbulletin->GPC['id']; but that returns 0.
So far I had to include a php file in my form.html file to gather the vars but at that point, its not passing.
Any suggestions much appreciated
Steve M