I'm not really sure where the problem is because it involves several applications, but I figured I'd try here since this forum has helped me with several other of my problems so far
I'm using Joomla! 1.0.8 and phpraid 3.0.9.2. I got a module called Phpraid Events that shows the latest raids. I've hacked the Wrapper component so that I can link to specific URLs and I'm trying to make it so that you can click on the link in the module and it takes you to the raid's page, opening up in a Wrapper frame.
I've hacked the module script so that it links to a specific raid page, but if I click on the link it opens up in the wrapper frame as a blank raid form. If I change it so that it links to the raid page, but not in a wrapper frame then it works fine. An example of the wrapper URL linking to a specific raid page would be:
www.yourwebsite.com/index.php?option=co ... aid_id=200
which should open up the url "www.yourwebsite.com/phpraid/view.php?mode=view&raid_id=200 inside the frame.
I have a suspicion that the problem is in the URL.