Info
- 9 posts
- 3 voices
- Started 4 years ago by warmechoco
- Latest reply from warmechoco
- This topic is not resolved
unable to log in in iframes
-
- Posted 4 years ago #
hi,
I use my bbpress forum inside an Iframe..
Before I didn't have any problems logging in (IE6 & 7),
but just now I'm unable to login in the iframe... FF works just fine,
just IE6&7 are giving troubles... When I go to the real page logging in works just fine.. but that's not the intention to work outside iframe..someone having the same difficulties?
thx!
-
- Posted 4 years ago #
Please provide a URL where this can be experienced. I have not heard about this problem before.
-
- Posted 4 years ago #
http://apollonialeuven.student.kuleuven.be/forum = original forum
http://apollonialeuven.student.kuleuven.be/forum.php = iframe forumthank you!
-
- Posted 4 years ago #
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.
-
- Posted 4 years ago #
good idea, but it didn't work ... :/
how else do you integrate a forum in a site?? very curiouse
-
- Posted 4 years ago #
Oh boy - just search these forums for integration.
http://bbpress.org/forums/tags/integration (threads tagged integration)This was a good summary I thought:
http://www.adityanaik.com/integratepress-part-i/Normally, people adjust the template of their forum to match their website. I haven't seen one in an iframe yet, and don't know enough about form submission (login form) and redirection and htaccess rewrite rules to know if it would work like that.
-
- Posted 4 years ago #
> how else do you integrate a forum in a site??
Preferably not with iframes. iframes are really nasty, because you can never access the url of anything you navigate to and instead of the full browsing window you have just that frame.
It really depends on the kind of integration you want. If you want visual integration, just make it look the same or use some of the methods other dudes have used here (see Chris' links).
-
- Posted 4 years ago #
hmmm but Iframes is so handy :) I also use it for my photo albums... Thanks btw!
-
- Posted 4 years ago #
this whas kinda my persuasion to choose for bbpress, so I could login from Iframes.. I knew nothing about forums (only phpBB: but this wasn't easy to work with in iframes)... what a shame :)
-
You must log in to post.