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?

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
you can get skins, search on google u get some good 1s![]()
He asked if you can have mulitple skins like vbulletiin and you can change it ;]
And yes i think you can
oh right my bad, im not too sure =p
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 DruidHuman MageKillrogg
Could you get me it and send me it over msn?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..
that is the code..
[IMG]http://www.****************/uploads/c8a24532c0.gif[/IMG]Nightelf DruidHuman MageKillrogg
I cant view it, can you send me it. for +reppy
that's the code. you'll have to change it to your skins, though.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 © 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 <% BOARD %> tag.
Copyright must stay intact.
And yes I was the first ever person to develop the skin selector for InvisionFree.
[IMG]http://www.****************/uploads/c8a24532c0.gif[/IMG]Nightelf DruidHuman MageKillrogg
Want to hide these adverts? Register an account for free!