I've set up two user styles on the Platinax Forums: http://www.platinax.co.uk/forum/ One is a default narrow view with ads to the left, the other style is broad with ads to the footer. I've set up a style chooser on the left nav - hopefully you should be able to see it - but it's not working. Here's the code I have set up there: and the JS script is running fine in the page head so far as I can see. I figure it's something simple and silly - but the first person to show a working correction gets $20 for it. Note: Sorry, no direct access to the forum admin section - please post suggested code corrections below and I'll try them out. Any questions, feel free to ask.
Did you try: <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> Code (markup): where you have just $quickchooserbits Code (markup):
And change this: <select name="styleid" id="ressel" onchange="switch_styleid(this)"> Code (markup): for this: <select name="styleid" onchange="switch_id(this, 'style')"> Code (markup):
I'm seeing that the forum is working now with this last sugestion I made! Do you have something to say
Sorry for the delay - I didn't see your last reply for some reason. Anyway, I figured it out myself after a couple of days by installing a new theme on a separate forum and hardcoding the working version into Platinax. However, as you did exactly what I asked and came up with a solution, then I'll be happy to Paypal the cash to you.