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.

PanelHider (ALPHA)

edited December 2006 in Vanilla 1.0 Help
PanelHider (ALPHA)

Comments

  • Copy of my comment in thread Fix former "Panelhider" extension to work with new vanilla versions? # 10 (perhaps of use)

    To hide the panel on non-vanilla-pages that I create in PageManager I simply insert this code at the top of the page HTML field:
    <style type="text/css"> Body {background-image: none;} #Panel {display:none;} #Content {margin:0px 18px;} </style>
    Note: briefly tested, but it seems to work fine in Opera 9.10, FF 2.0.0.2 and IE 7.0.57)

    Tried the following on themes in FF2 (with positive results):
    vanilla default, black and white, europeaftertherain, vaneablack, YHbeta, Scene 1.0
This discussion has been closed.