- Impact
- 18
Hi.
I am stuck with phpbb. I have a forum in an iframe (because it keeps the page dimentions) and when I log into it, it opens in the same window, but out of the iframe.
Have a look: http://poordoggie.co.uk/9fa1e546d34dd62a768567052aaa9f92-srf
Username: test01
Password: test01
When you log in, it will open it out of the iframe. How will I stop this?
If you log in, and then go to http://poordoggie.co.uk/9fa1e546d34dd62a768567052aaa9f92-srf again, you will be logged in, and you will be able to log out properly, without disturbing it.
I think, not sure, but I think that the php code: header('URL'); dosen't effect the iframe, but this line in login.php does - redirect(append_sid("index.$phpEx", true));
How will I change this line? What can I change it to? Can I put:
echo '<meta http-equiv="redirect" content="1,URL='.append_sid('index.$phpEx", true).'">';
???
Thanks in advance!
Tom
I am stuck with phpbb. I have a forum in an iframe (because it keeps the page dimentions) and when I log into it, it opens in the same window, but out of the iframe.
Have a look: http://poordoggie.co.uk/9fa1e546d34dd62a768567052aaa9f92-srf
Username: test01
Password: test01
When you log in, it will open it out of the iframe. How will I stop this?
If you log in, and then go to http://poordoggie.co.uk/9fa1e546d34dd62a768567052aaa9f92-srf again, you will be logged in, and you will be able to log out properly, without disturbing it.
I think, not sure, but I think that the php code: header('URL'); dosen't effect the iframe, but this line in login.php does - redirect(append_sid("index.$phpEx", true));
How will I change this line? What can I change it to? Can I put:
echo '<meta http-equiv="redirect" content="1,URL='.append_sid('index.$phpEx", true).'">';
???
Thanks in advance!
Tom












