Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.




People in fChat: Follow Forumer on Twitter | Facebook | Myspace
Reply
 
LinkBack Thread Tools Display Modes
Old 12-29-2005, 09:55 PM   #1 (permalink)
Member
 
Newbirth's Avatar
 
Join Date: Oct 2005

Location: San Francisco Bay Area
Posts: 37
Rep Power: 0 Newbirth is on a distinguished road
fTrader: (0)
fBuck$: 850
Bank: 0
Total fBuck$: 850

My Forumer
My Country:
Exclamation Server 3: Cloud 9 skin: white text on white background

I'm using the Cloud 9 skin but when I went to post a message it's white text on white background and I can't see what I'm typing. How do I change this? This is only on the post screen, not when viewing messages.

http://atkinsweigh.3.forumer.com/

Victoria
Carbohydrate Addict - my blog
my My Space page
Newbirth is offline   Reply With Quote
Old 12-29-2005, 10:05 PM   #2 (permalink)
VIP Team
 
stylus's Avatar
 
Join Date: Jan 2005

Location: adelaide, au
Posts: 3,433
Rep Power: 8 stylus is on a distinguished road
fTrader: (3)
fBuck$: 8,982
Bank: 74,389
Total fBuck$: 83,371

My Forumer
My Country:
Default Re: Server 3: Cloud 9 skin: white text on white background

I have just tested this on my forum. It wasn't white against white in the quick reply or general reply. The easiest thing to do may be to re-Import Cloud 9 as your skin and add your banner once more. This problem may have occurred due to the skin selector mod you are using.

Last edited by stylus; 12-29-2005 at 10:07 PM..
stylus is offline   Reply With Quote
Old 12-29-2005, 11:04 PM   #3 (permalink)
Member
 
Newbirth's Avatar
 
Join Date: Oct 2005

Location: San Francisco Bay Area
Posts: 37
Rep Power: 0 Newbirth is on a distinguished road
fTrader: (0)
fBuck$: 850
Bank: 0
Total fBuck$: 850

My Forumer
My Country:
Default Re: Server 3: Cloud 9 skin: white text on white background

Looks like when I use the skins html I was directed to, it turns my text to white on white.

This is what I was told to put in because Invision doesn't allow users to choose skins.

<br>
<center>
<form>
<select onChange="changeskin(this.options[this.selectedIndex].value); window.location.reload();">
<option>Change Skin
<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="A Blue Daze"> A Blue Daze
<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
<option value="I-Glass"> I-Glass
<option value="Abstra-Black"> Abstra-Black
<option value="Windows Thunderstorm"> Windows Thunderstorm
<option value="Techa Black: Blue"> Techa Black: Blue
<option value="BlueGray (vB Style)"> BlueGray (vB Style)
</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 == 'A Blue Daze') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/bluedaze.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 == 'I-Glass') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/iglass.css">');
} else if (scheme == 'Abstra-Black') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/abstrablack.css">');
} else if (scheme == 'Windows Thunderstorm') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/windowsthunderstorm.css">');
} else if (scheme == 'Techa Black: Blue') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/techablackblue.css">');
} else if (scheme == 'BlueGray (vB Style)') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/bluegray.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 />

Victoria
Carbohydrate Addict - my blog
my My Space page
Newbirth is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
White Links? coolcat IPB General Support 3 06-19-2005 04:35 PM
White border around Avatars Weapon IPB General Support 6 05-18-2005 12:05 PM
Topic cells are white Pookieno5 IPB General Support 10 03-20-2005 08:10 PM
White Box ryan IPB Skinning Help 1 07-20-2004 10:56 AM
The Buttons Appear But The White Writing... gabberism IPB General Support 5 04-01-2004 12:25 PM