| Re: I need to strip my registration.php naked |
| by preachur on 2006/12/29 21:13:09 Okay, after I commented out every instance of: le="color: #000000"><?php include 'footer.php'; I inserted: le="color: #000000"><?php include 'generic.php'; That file looks like this: Then I turned register.php on the other site into an iframe page. You can view the results so far here: Basic form with stylesheet: http://aricm.myworldexpo.com/register.php and here for the iframe regisration on the other site: http://construction.myworldexpo.com/register.php Next I will create an iframe registration for the first site, and edit the templates so the registration links point to it. The end result: There will be a notice above the iframes on all the sites informing them that they are registering on all 4 of the sites with one form. They can register on any of the sites and have access to them all with one login. The only thing I don't like is the fact that the form re-directs and loads the first site in the iframe after registration. However, I can live with that for now and perhaps come up with a solution for it later. ![]() When I am finished I will post step-by-step instructions for using multix and this hack. I will also include a download of the hacked files with instructions for making them work on your sites. Thank you all for your help. |
| Re: I need to strip my registration.php naked |
| by preachur on 2006/12/29 20:08:17 Okay, I had to comment out every instance of le="color: #000000"><?php include XOOPS_ROOT_PATH."/footer.php"; NOW it works.
|
| Re: I need to strip my registration.php naked |
| by preachur on 2006/12/29 19:56:55 Actually, I commented out the include header.php.... It works for stage 1. Then I get a blank screen. When I comment out the footer, I get the regular registration. However, I think I found a bit of code I need to research. I think there is a way to do this. I just need to learn faster. (I think I need to adjust the theme a bit, too.)
|
| Re: I need to strip my registration.php naked |
| by preachur on 2006/12/29 19:26:17 Once again, Mithrandir to the rescue! That worked perfectly. Thank you! Exactly what I wanted and I only had to type one character. Brilliant. Cheers! |
| Re: I need to strip my registration.php naked |
| by Mithrandir on 2006/12/29 11:16:13 You can try commenting out the le="color: #000000"><?php include XOOPS_ROOT_PATH."/footer.php"; line |