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.

Soul-Scape Style for Version 1

BenBen
edited June 2006 in Vanilla 1.0 Help
I just repackaged the old Soul-Scape style to work with Version 1, as it is at the moment.

Download Soul-Scape Style for Version 1
http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=38
v1 for Revison 440


If someone could test it on Safari I'd appreciate it :)

(I think the Add-On site needs clean URLs..)

Edit: Doh it doesn't even work in IE yet..
«1

Comments

  • LoOkOuTLoOkOuT
    edited May 2006
    Looks good to me, except that the Tabs along the top sit 3 or 4 pixels too high. Otherwise, seems great. Thanks. OOOPS: Yes, Safari 2.0.3 (I do recall it happening on previous versions of SS)
  • Great Ben :)

    One Question: how can I get a logo in the header instead of the "normal" text?
  • BenBen
    edited May 2006
    If you go to your Application Settings, you should find the Banner Title setting. Just insert the HTML for the image you want there. Although if your image is larger than the normal height of the text, you may have to edit some of the CSS.
  • Ah! :)

    Ok, it's larger. Is this the part I have to edit?

    #Header {
    background: url(bg.gif) repeat-x left top #fff;
    border-top:1px solid #0C2F5A;
    border-bottom:1px solid #fff;
    height:170px;
    }

    height?
  • No, it'd be

    #Header h1 {
    text-align:center;
    color:#fff;
    font-size:22px;
    margin:106px 0px 18px 0px;
    cursor:default;
    }

    The top margin on the header, which is currently 106px, you'd reduce it untill the tabs line up with the background again.
  • The forum works fine in IE, but there's some seriously weird things happening with People. I can't get the About section and the Form section to stay level across all the pages, and across two browsers.
  • @LoOkHerE: Is that in IE or Safari? If it's Safari, i've had that problem before so I know how to fix it.
  • Thank you, Ben :)
  • LoOkOuTLoOkOuT
    edited May 2006
    Edited my above comment. Sorry, yes Safari. Also, same problem with Camino and Firefox Mac
  • BenBen
    edited May 2006
    Yes it's the line-height thing.. try this update
  • The update didn't seem to work with any of those browsers
  • I receive a "Please ensure that PHP has read to read X directory" error. Everything else (I have almost every extension installed) with Vanilla 1 works but the themes, and I cannot understand why. Is there a way around this?
  • No not really. Vanilla needs to be able to read the theme files or it can't work.
  • Ok, I changed people.css to something different. Let's call this version 1.
  • Hi Ben. Not to bother you, but I'm wondering if you have a fix for SoulScape in Safari (tabs positioning)? Any help would be much appreciated.
  • Heh no i don't. It resisted all previously working fixes and I haven't been bothered enough.
    Also I don't have Safari to test it on, so I can't change bits and see if it actually made a difference.

    I'm guessing that it's down to the way Safari/Mac things render text heights differently to anything else.
  • blizeHblizeH ✭✭
    Just installed this, very nice thanks. Where do I place favicon.ico though?
  • You leave it in the folder with the style. Vanilla should pick it up automatically.
  • blizeHblizeH ✭✭
    Hmm, thanks. It doesn't seem to so far though, how long does it normally take?
  • Well it should work quite quickly.. You could view the source of your forum and check the link to the favicon in the header is correct.
This discussion has been closed.