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.
Options

pagemanager: code to show main site in tab

edited January 2008 in Vanilla 1.0 Help
Hi guys, i would like to use page manager to enable users of my forum to view a seperate webpage in one of the tabs. I beleive this is called framing? im a noob at this and would like any help. What code do i put in the pagemanager settings to allow me to do this?

Comments

  • Options
    <iframe src="http://www.somewhere.com/" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" height="600" width="600"></iframe>
    This should give you some idea, play around with the width, height and scrolling parameters if you like.

    Posted: Thursday, 10 January 2008 at 6:23PM

  • Options
    Thanks heaps wanderer, works a treat. Is there a way to make the length of the frame variable?
  • Options
    Try height="*"
    Sorry, I'm not in a position to test this.
This discussion has been closed.