Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2007
    Posts
    908
    Tokens
    0

    Default [InvisionFree] Just One Question...

    Hi, im making an invisionfree forum (not habbo fansite) and i was just wondering how i get multiple skins up on the site? Or is it not possible with invision free.

    If not how much is IPB?
    HABBO IS A BAG OF CRAP

  2. #2
    Join Date
    Feb 2006
    Posts
    15,171
    Tokens
    1,267

    Latest Awards:

    Default

    you can get skins, search on google u get some good 1s


  3. #3
    Join Date
    Dec 2006
    Location
    Doncaster, UK
    Posts
    4,244
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by NaughtyNemo View Post
    you can get skins, search on google u get some good 1s
    You mis-read his post.
    A collection of forum users' views on obesity
    Quote Originally Posted by mynameisjake View Post
    sounds good
    Quote Originally Posted by Stephen View Post
    Just google it.
    Quote Originally Posted by jesus View Post
    jesus christ
    Quote Originally Posted by Alexicles. View Post
    It will probably soon go away.

  4. #4
    LondonGoons Guest

    Default

    He asked if you can have mulitple skins like vbulletiin and you can change it ;]

    And yes i think you can

  5. #5
    Join Date
    Feb 2006
    Posts
    15,171
    Tokens
    1,267

    Latest Awards:

    Default

    oh right my bad, im not too sure =p


  6. #6
    Join Date
    Jul 2006
    Location
    croydon
    Posts
    1,035
    Tokens
    0

    Latest Awards:

    Default

    yes, you can get the code for the Skin selector..

    http://forums.ifskinzone.net/index.php?showtopic=3313

    that's what I use. Upload the CSS to notepad in .txt and host it and put the URL where it asks you to..
    [IMG]http://www.****************/uploads/c8a24532c0.gif[/IMG]
    Nightelf Druid
    Human Mage
    Killrogg

  7. #7
    Join Date
    Jun 2005
    Posts
    1,566
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Yggdrasill View Post
    yes, you can get the code for the Skin selector..

    http://forums.ifskinzone.net/index.php?showtopic=3313

    that's what I use. Upload the CSS to notepad in .txt and host it and put the URL where it asks you to..
    Could you get me it and send me it over msn?

  8. #8
    Join Date
    Jul 2006
    Location
    croydon
    Posts
    1,035
    Tokens
    0

    Latest Awards:

    Default

    that is the code..
    [IMG]http://www.****************/uploads/c8a24532c0.gif[/IMG]
    Nightelf Druid
    Human Mage
    Killrogg

  9. #9
    Join Date
    Jun 2005
    Posts
    1,566
    Tokens
    0

    Latest Awards:

    Default

    I cant view it, can you send me it. for +reppy

  10. #10
    Join Date
    Jul 2006
    Location
    croydon
    Posts
    1,035
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by the code
    I have just finished developing The Supreme Skin Selector containing some of the best (I think) skins here at The IF Skin Zone.

    A demo of the skin changer can be found here?

    (Skins may take a whole to load).

    The code is as follows:

    CODE <center>
    Skin selector developed by XJONX. Skins created by various members of the <a href="http://www.ifskinzone.net" target="_blank">IF Skin Zone</a>.<br />
    <form>
    <select onChange="changeskin(this.options[this.selectedIndex].value); window.location.reload();">
    <option>Change Skin
    <option value="IF Default"> InvisionFree Default
    <option value="Blue Ash"> Blue Ash
    <option value="Blue Aura"> Blue Aura
    <option value="Blue Tech"> Blue Tech
    <option value="Cool Blue"> Cool Blue
    <option value="Dark Skyline"> Dark Skyline
    <option value="Final Fantasy"> Final Fantasy
    <option value="Matrix Malfunction"> Matrix Malfunction
    <option value="Midevil Darkness"> Midevil Darkness
    <option value="Neon Ash"> Neon Ash
    <option value="The Simpsons"> The Simpsons
    </select>
    </form>



    <script language="JavaScript">
    <!--

    /*
    Change Skin Script
    Copyright &#169; 2003 xMALEVOLENCEx
    Skins created by various members of the ifskinzone.net
    ALL skins are copyright to http://www.ifskinzone.net
    */

    var scheme = getCookie('template1');
    if (scheme == 'Blue Ash') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/blueash.css">');
    } else if (scheme == 'Blue Aura') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/blueaura.css">');
    } else if (scheme == 'Blue Tech') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/bluetech.css">');
    } else if (scheme == 'Cool Blue') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/coolblue.css">');
    } else if (scheme == 'Dark Skyline') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/darkskyline.css">');
    } else if (scheme == 'Final Fantasy') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/finalfantasy.css">');
    } else if (scheme == 'Matrix Malfunction') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/matrixmalfunction.css">');
    } else if (scheme == 'Midevil Darkness') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/midevildarkness.css">');
    } else if (scheme == 'Neon Ash') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/neonash.css">');
    } else if (scheme == 'The Simpsons') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/thesimpsons.css">');
    } else if (scheme == 'IF Default') {
    document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/defaultif.css">');
    }


    function changeskin(change) {
    var scheme = change;
    var name = 'template1';
    var pathname = location.pathname;
    var myDomain = pathname.substring(0,pathname.lastIndexOf('/')) +'/';
    var ExpDate = new Date ();
    ExpDate.setTime(ExpDate.getTime() + (180 * 24 * 3600 * 1000));
    setCookie(name,scheme,ExpDate,myDomain);
    }
    function getCookie(name){
    var cname = name + "=";
    var dc = document.cookie;
    if (dc.length > 0) {
    begin = dc.indexOf(cname);
    if (begin != -1) {
    begin += cname.length;
    end = dc.indexOf(";", begin);
    if (end == -1) end = dc.length;
    return unescape(dc.substring(begin, end));
    }
    }
    return null;
    }

    function setCookie(name, value, expires, path, domain, secure) {
    document.cookie = name + "=" + escape(value) +
    ((expires == null) ? "" : "; expires=" + expires.toGMTString()) +
    ((path == null) ? "" : "; path=" + path) +
    ((domain == null) ? "" : "; domain=" + domain) +
    ((secure == null) ? "" : "; secure");
    }
    -->
    </script>

    </center>
    <br />

    I recommend putting this script in your Admin CP > Board Wrappers > Header & Body. Just above the <&#37; BOARD %> tag.

    Copyright must stay intact .

    And yes I was the first ever person to develop the skin selector for InvisionFree.
    that's the code. you'll have to change it to your skins, though.
    [IMG]http://www.****************/uploads/c8a24532c0.gif[/IMG]
    Nightelf Druid
    Human Mage
    Killrogg

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •