crusaderstud
10-24-2006, 10:50 AM
Hey Every1,
I'm wanting to add a forum to my website and have it in a frame. 1. Which forum hosts support this and 2. How is this done?
Cheers
onigiri
10-24-2006, 12:51 PM
If you just want to put the forum in a frame, you can use any host for that. Just have the forum remotely hosted, then use an iframe to put it on your website, like this:
<iframe src="http://urloftheforum"></iframe>
crusaderstud
10-24-2006, 09:54 PM
How do i make Proboards remotely hosted? I've tried it once with Proboards but it kept opening up in a new window.
Cheers
proboards have this script installed in them...
if(self.location != top.location) top.location = self.location;
that makes it break out of frames automatically.
you'd have to contact their support to see if they can change it for you.
other forums to try in this thread...
http://www.lissaexplains.com/forum/showthread.php?t=48554