Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Having Major Porblems
im having a big problem at the minute! I have created my website using CSS, it has an 800px by 600px layout; including a header, footer, sidebar, naviagation.
the problem is that i want to constantly display the vanilla forum inside my content section, which is 600px wide so that the navigation, header and footer will always be displayed when using the forum. I also want the the forum to be constantly displayed inside the content section to maintain consistency on my web site.
I was wondering if anyone can think of a solution. I have already tried using a html webpage called forum (forum.html) with a php include tag to the index page of the vanilla forum!
I would really appreciate if someone could help me out!!!
0
This discussion has been closed.
Comments
<iframe src="http://www.yourdomain.com/Vanilla.1/index.php" width="100%" height="800px" frameborder="0" name="vanilla forum"></iframe>