PDA

View Full Version : Skin Selector Problem


Steven123
08-11-2005, 12:05 AM
Hi,

I'am currently running the RC2 of 3.5, and the skin selector doesn't seem to work on any skin that i use. It says at the bottom of IE "Error on page" I've done a IE debug and found the problem is "Object Expected"??

Anyone got any ideas how to get it working again,

Thanks

Andreas
08-11-2005, 12:07 AM
Are you using the default Style?
Did you clear your Browsers Cache?

Steven123
08-11-2005, 12:10 AM
Im not using the default style, but it's the same when i switch to it. I've tried yeh, it doesn't work for anyone else either. Could a skin of modified it some how?

Boofo
08-11-2005, 12:12 AM
Did you try a hard refresh?

Steven123
08-11-2005, 12:14 AM
Did you try a hard refresh?


Whats this then? :)

Boofo
08-11-2005, 12:15 AM
Ctrl + F5

Steven123
08-11-2005, 12:17 AM
Ctrl + F5

yeh tried that, it's not a prob with just me - it's everyone who uses the forum :(

Adrian Schneider
08-11-2005, 12:19 AM
I just upgraded to 3.5 RC2 and we have the same problem here. (even the default style)

Steven123
08-11-2005, 12:47 AM
Aha, I've found the problem...

replace the "<select name=" ... line with,

<select name="styleid" onchange="switch_id(this, 'style')">

in the footer template. :)

Boofo
08-11-2005, 12:56 AM
Aha, I've found the problem...

replace the "<select name=" ... line with,

<select name="styleid" onchange="switch_id(this, 'style')">

in the footer template. :)

Yoiu must have changed something then because that is what I already have in the footer on RC 2. ;)