Re: unable to log in in iframes
Can you change the iframe source to a page name rather than relying on the index page of the directory called “forums”? So, instead of this:
<iframe src="forum"
Try this:
<iframe src="forum/index.php"
I have no idea if that will work. It’s an interesting way to get an integrated look. I don’t think I’ve ever seen that before.