Re: nabble embedded forum does not work for our website
Posted by
Hugo <Nabble> on
Jul 01, 2008; 5:27pm
URL: https://support.nabble.com/nabble-embedded-forum-does-not-work-for-our-website-tp34924p168857.html
The problem is that your home page tries to load the forum page (
http://vgps.webs.com/html/index.htm) inside a frame. We currently don't support embedded forums inside frames and fixing this isn't simple.
The easiest solution for you is to change the "Forums" link on your home page to load a natural page (no frames). All you have to do is add the following attribute to that link: target="_top"
Example:
...<a href="vgps_forum.htm"
target="_top">...
Please let us know if this solves your problem.
Besides that, I have a suggestion for the appearance of your forum. Since you display it over a blue background (and the forum has a white background), you could change the forum background to match your page and have a nicer look. You can do this by clicking on "Options > Change forum appearance" and then adding this CSS to your style:
.nabble, .nabble .no-bg-color {
background-color: #EAEDF4;
}
You can find more information here:
http://n2.nabble.com/help/Answer.jtp?id=39Regards,
Hugo Teixeira
Nabble.com