Style Switcher Help

Yashraj at 11h43
05
Jan
2012
i have seen the guide on Forumotion for multi themes but istn working.

I have also seen this guide http://www.dynamicdrive.com/dynamicindex9/stylesheetswitcher.htm

But dint understood it.

Please help me to add Style Switcher or gimme the HTML code.
1 Sanket, on 05/01/2012 at 13h43
Please take a look at this.
http://www.webartzforum.com/t301-forumotion-theme-changer
2 Yashraj, on 05/01/2012 at 16h06
<link rel="alternate stylesheet" type="text/css" media="screen" title="default" href="DEFAULT STYLE SHEET URL HERE" />

<link rel="alternate stylesheet" type="text/css" media="screen" title="theme1" href="STYLE SHEET 1 URL HERE" />

<link rel="alternate stylesheet" type="text/css" media="screen" title="theme2" href="STYLE SHEET 2URL HERE" />

where to add this code ? i have made ltr.css pages,but where to add it.
3 Yashraj, on 08/01/2012 at 09h02
BUMP BUMP ,help please.
4 slg, on 08/01/2012 at 09h05
You do not create the pages, you place those links in the code.
5 Yashraj, on 08/01/2012 at 09h13
Can you please tell where exactly at the code ?
6 Sanket, on 08/01/2012 at 10h57
Now you need to create radio buttons with with the members can choose style they like. Here is the HTML code for that which should be placed anywhere inside the body tag. You can put it in footer or on top of the page. We will put it on top of the page. Add the following code right after the <body> tag starts in the template code.


If you are using phpbb3, try adding it to a forum widget.
7 Yashraj, on 08/01/2012 at 16h39
Sir,you told me to add this code

<form id="switchform">

<!-- Choose theme 1 -->
<input type="radio" name="choice" value="default" onClick="chooseStyle(this.value, 60)">Default Theme<br />

<!-- Choose theme 2 -->
<input type="radio" name="choice" value="theme1" onClick="chooseStyle(this.value, 60)">Theme 1 Name<br />

<!-- Choose theme 3 -->
<input type="radio" name="choice" value="theme2" onClick="chooseStyle(this.value, 60)">Theme 2 Name
</form>

Not this one

<link rel="alternate stylesheet" type="text/css" media="screen" title="default" href="DEFAULT STYLE SHEET URL HERE" />

<link rel="alternate stylesheet" type="text/css" media="screen" title="theme1" href="STYLE SHEET 1 URL HERE" />

<link rel="alternate stylesheet" type="text/css" media="screen" title="theme2" href="STYLE SHEET 2URL HERE" />
8 Sanket, on 08/01/2012 at 20h04
My bad, also please don't call me sir.

Mostly it goes here,
Display>Colors
CSs stylesheet.
9 Yashraj, on 09/01/2012 at 05h57
Thanks a lot,Sanket.
10 Sanket, on 09/01/2012 at 09h23
Topic Solved & Locked
Similar topics
http://www.phpbb.com/community/viewtopic.php?f=70&t=692625 Can we add this Mod please ? My humble request to add it.
*note that this was a fanfiction idea of mine* PLOT: Guess what people? Our little Shippo learned a new trick! The Body Switcher! All he has to do is mess around with his fox magic and throw it at people then BAM! Their mind and soul is switched with
Hey I want to make this http://www.varal.org/media/imageswitcher/ in a seperate custom made html page on my forum whenever I filled in - <div class="imgsw"> <img src="img1.png" /> <img src="img2.png"
Replies 1 to 10 on 10 for "Style Switcher Help"
See also
more_less
Informations

10 Replies For the topic :
"Style Switcher Help"

This topic has been viewed 672 times.

Last message :
05/01/2012 at 11h43 by "Yashraj"