• ARCHIVES 
  • » [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

Pages: 123

[b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

[b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

[b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the code below in C.S.S. Extension File. [b]Cleaning codes:[/b] <">Change the [b]#ffffff[/b] on the code to any hex color you desire. For hex color Click [url=http://friendster-tweakers.com/resources/hex-colors/]Here[/url]. [b]Step Two:[/b] Copy the codes below and apply through your JS File. [quote]var css; try { css = document.createElement("link"); }catch(e) { css = document.createElement("<link>"); } css.setAttribute("type","text/css"); css.setAttribute("rel","stylesheet"); css.setAttribute("id","ephekai"); css.setAttribute("href","[b][color=red]Primary Onload C.S.S. Here[/color][/b]"); css.setAttribute("media","screen, print"); document.getElementsByTagName("head")[0].appendChild(css); function themechangeback() { document.getElementById("ephekai").href="[b][color=red]Second C.S.S. Layout Here[/color][/b]" } function themechange() { document.getElementById("ephekai").href="[b][color=red]Third C.S.S. Layout Here[/color][/b]" }[/quote] Replace the [b][color=red]Colored Text[/color][/b] with your [b].css[/b] file. [b]Step Three:[/b] Apply this code in your JS file. (For Newbies or Users without Shout Out Box Script.) [quote]function shoutoutcus(){var ephemeral = "<div align='left'>Navigation:</div><marquee style='width:100%;border:0px; direction='left' scrollamount='1' onmouseover='this.stop()' onmouseout='this.start()'><input type='button' value='Home' style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b];' onClick=\"top.location.href='http://friendster.com'\"> <input type='button' value='Profile'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b];' onClick=\"top.location.href='http://profiles.friendster.com/user.php'\"> <input type='button' value='Friends'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b];' onClick=\"top.location.href='http://friendster.com/friends.php'\"> <input type='button' value='Explore'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b];' onClick=\"top.location.href='http://www.friendster.com/explore.php'\"> <input type='button' value='Search'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b];' onClick=\"top.location.href='http://friendster.com/gallery.php'\"> <input type='button' value='Invite'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b];' onClick=\"top.location.href='http://friendster.com/invite.php'\"> <input type='button' value='Messages'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b];' onClick=\"top.location.href='http://friendster.com/messages.php'\"> <input type='button' value='Settings'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b];' onClick=\"top.location.href='http://friendster.com/editaccount.php'\"> <input type='button' value='Log Out'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b];' onClick=\"top.location.href='http://friendster.com/logout.php'\"></marquee><br><div align='Left'> [b][color=red]Your Welcome Message Here HTML TAGS ENABLED[/color][/b]<div align='right'><input type='button' onclick='themechange()'value='[b][color=red]Name of Second C.S.S. Layout Here[/color][/b]'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b]; ' /><input type='button' onclick='themechangeback()' value='[b][color=red]Name of Third C.S.S. Layout Here[/color][/b]'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#999999; ' /><br></div>"; document.getElementById('cpShoutoutBox').style.height='120'; document.getElementById('cpShoutoutBox').style.overflow='auto'; document.getElementById('cpShoutoutBox').innerHTML = "<table width='100%'><tr><td align='center'>"+ephemeral+"</td></tr></table>"; }setTimeout("shoutoutcus()",4000);[/quote] Change the [b][color=red]Colored Text[/color][/b] with what is needed. [b]Legends:[/b] [b][color=red]Text Color here[/color][/b] - refers to Hex Value. For Hex Values Click [url=http://friendster-tweakers.com/resources/hex-colors/]Here[/url]. [b][color=red]Font Type Here[/color][/b] - Refers to Font type. Arial, Verdana, Comic Sans MS or any Font you want. Just check your Microsoft Word for some fonts. [b][color=red]Your Welcome Message Here HTML TAGS ENABLED[/color][/b] - Change this to your welcome message. you can apply images in this. just ask in [b]Help Section[/b] or this thread to know how to make it more dynamic. [b][color=red]Name of Second C.S.S. Layout Here[/color][/b] - Name of Second C.S.S. Layout. [b][color=red]Name of Third C.S.S. Layout Here[/color][/b] - Name of Third C.S.S. Layout. After changing what's needed save apply in JavaScript Link Linker. and see your profile. You may have something that looks like this. [b]Preview:[/b] After Load. [img]http://img.photobucket.com/albums/v674/EphimeralKaizer/ThemeChange1.jpg[/img] Click the link on the Shout Out Box. [img]http://img.photobucket.com/albums/v674/EphimeralKaizer/ThemeChange2.jpg[/img] [hr] [b]Advanced Users:[/b] Follow [b]Step Two[/b] and for step Three. Apply this inside your var if using Side Bar or Main Bar Code. [quote]"<div align='right'><input type='button' onclick='themechange()'value='[b][color=red]Name of Second C.S.S. Layout Here[/color][/b]'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b]; ' /><input type='button' onclick='themechangeback()' value='[b][color=red]Name of Third C.S.S. Layout Here[/color][/b]'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#999999; ' /><br></div>"+[/quote] or [quote]<div align='right'><input type='button' onclick='themechange()'value='[b][color=red]Name of Second C.S.S. Layout Here[/color][/b]'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#[b][color=red]Text Color here[/color][/b]; ' /><input type='button' onclick='themechangeback()' value='[b][color=red]Name of Third C.S.S. Layout Here[/color][/b]'style='background-color:transparent;border:none;font-family:[b][color=red]Font Type Here[/color][/b];font-weight:bold;font-size:12;color:#999999; ' /><br></div>[/quote] Just change what's needed. [hr] [b]Compatibility:[/b] [i]Internet Explorer, Opera , Netscape, Mozilla Firefox, and Avant.[/i] I am not sure about the others though.

Last edited by Ephemeral (2008-06-12 23:43:36)

ezil2007
» FTalkGeek
FTalk Level: zero
1426
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

First! and thanks for the share Ephe! :thumbsup:
HyoutoN
» FTalker
FTalk Level: zero
149
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

Yayy :eh: Another one from ephe :thumbsup:
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

Actually I just updated some function. like rather using document.write I revamped it to a CSS ejection so it will load faster and better. Also added navigation trick to make profile look flashy. :lol: and combined some ideas.
karidad
» n00b
FTalk Level: zero
25
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

hahah.. this is what im looking for.. :D

Last edited by karidad (2007-12-22 00:48:55)

j0hnc3na
» FTalker
FTalk Level: zero
223
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

nc one bro!!!! :thumbsup:
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

thanks ephe!!.. :cool: :thumbsup:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

nice ephe..keep on sharing... =)
sahabat.peterpan
» FTalkWhiz
FTalk Level: zero
2815
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

nice ephe..thanks 4 share.. :thumbsup:
mhie29dhie
» n00b
FTalk Level: zero
76
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

wow!! its so cool.. thanks for sharing.. keep it up.. :thumbsup: :thumbsup:
mentalblock27
» FTalker
FTalk Level: zero
190
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

waO very kewL!..ill try this later..tnx 4 sharing :D
seemsr
» n00b
FTalk Level: zero
44
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

:D nice :thumbsup: thanks for sharing the codes :D :rose:
ison
» FTalker
FTalk Level: zero
110
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

tnx sir ephe... i wil try this ;)
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

lol omg this topic was already overrun by spammers lol just kidding hahaha so ephe actually we can put almost anything there i tried to put my wvm there and it works but i removed it because it creates some conflict in IE oh well thx for the trick :lol:

Last edited by Shirow Masamune (2007-12-22 01:59:20)

asn585
» FTalker
FTalk Level: zero
244
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

[b]CooL Script Modification !. [/b] =) You can put anything you want @ cpshoutbox as your target or anywhere such as embed flash, videos , games , images ; wordings ; etc ; etc... Only an Idea for Newbies like me outhere..... [color=blue] Give some try @ this page using Embed with ipod version of Flash..... P1_Prod_Version=ShockwaveFlash :globe: [b]Happy Holiday to ALL.... TiLL Next........[/b] [/color] :penguin:

Last edited by asn585 (2007-12-22 02:57:00)

slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

finally you updated the codes! thanks sir ephe ;) :thumbsup: !
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

Sure no prob. Anyway just check my profile for the idea.
karidad
» n00b
FTalk Level: zero
25
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

how can i make it 4 theme :D ??
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

Add these below the CSS injection. <">then add insert this on your var area. <">Change what's needed. Be sure to check the functions.
nimiel
» FTalkAddict
FTalk Level: zero
311
0
1969-12-31

Re: [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

It's too complicated for me! do you have a much simpler code?
  • ARCHIVES 
  • » [b]Revised and improved code from the recent topic[/b] :arrow: [url=http://theftalk.com/t6997-Theme-Switcher-%5BShort-Code%5D.html]Theme Switcher [Short Code][/url] [b]Step One:[/b] Apply the c

Pages: 123

Board footer

© 2024 F Talk

Current time is 11:38

[ 10 queries - 0.039 second ]
Privacy Policy