• ARCHIVES 
  • » [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

Pages: 12

[b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

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

[b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

[b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the the following before applying on your [b].js[/b], [b].txt[/b] of whatever extension you are using for your JavaScript files. [color=#FF0000][b]Primary Layout.css[/b][/color]: Main .css file. [color=blue][b]Second Layout Theme.css[/b][/color]: Second .css file. [color=green][b]Third Layout Theme.css[/b][/color]: Third .css file. [color=green][b]First Theme[/b][/color]: Name of Third Theme [color=blue][b]Second Theme[/b][/color]: Name of Second Theme [color=#FF0000][b]Third/Primary theme[/b][/color]: Name of First Theme [quote]if (!attachOnLoadHandler(function() { loadJS();})) { window.onload = function() { loadJS();};} function loadJS() { THEME.init(); } if (typeof THEME == "undefined") { THEME = {}; } THEME = { theme: [], init: function() { var dCSS ="[color=#FF0000][b]Primary Layout.css[/b][/color]"; var tCSS1 ="[color=#FF0000][b]Primary Layout.css[/b][/color]CSS_LINK_1"; var tCSS2 ="[color=blue][b]Second Layout Theme.css[/b][/color]"; var tCSS3 ="[color=green][b]Third Layout Theme.css[/b][/color]"; /* load for Firefox, Opera + Safari */ var css=document.createElement("link"); css.rel="stylesheet";css.href=dCSS;css.title="defaultstyle"; document.getElementsByTagName("head")[0].appendChild(css); /* switch layout */ var css1=document.createElement('link'); css1.rel="stylesheet";css1.href=tCSS1;css1.title="1"; document.getElementsByTagName('head')[0].appendChild(css1); var css2=document.createElement("link"); css2.rel="stylesheet";css2.href=tCSS2;css2.title="2"; document.getElementsByTagName('head')[0].appendChild(css2); var css3=document.createElement("link"); css3.rel="stylesheet";css3.href=tCSS3;css3.title="3"; document.getElementsByTagName("head")[0].appendChild(css3); /* load for IE */ var css4=document.createElement("link"); css4.rel="stylesheet";css4.href=dCSS;css4.title="defaultcss"; document.getElementsByTagName('head')[0].appendChild(css4); try { this.theme = document.createElement("div"); }catch (e) { this.theme = document.createElement("<div>"); } this.theme = "<input type='button' class='themeButton' value='Standard Layout' onClick=\"THEME.ActivateCSS('1'); return false;\">"+ " <input type='button' class='themeButton' value='[color=green][b]First Theme[/b][/color] ' onClick=\"THEME.ActivateCSS('2'); return false;\">"+ " <input type='button' class='themeButton' value='[color=blue][b]Second Theme[/b][/color] ' onClick=\"THEME.ActivateCSS('3'); return false;\">"+ " <input type='button' class='themeButton' value='[color=#FF0000][b]Third/Primary theme[/b][/color] ' onClick=\"THEME.ActivateCSS('defaultcss'); return false;\">"; addNewBox.init(null,"<div align=\"center\" class=\"boxcontent\">"+this.theme+"</div>","themeswitch",/controlpanel/i,"above"); }, ActivateCSS: function(title) { var i, link; for (i = 0;(link = document.getElementsByTagName("link")[i]);i++) { if (link.getAttribute("rel") != - 1 && link.getAttribute("title")) { link.disabled = true; if (link.getAttribute("title") == title) link.disabled = false; } } } };[/quote] After changing what's needed. Apply on your JavaScript file. [b]Preview of idea:[/b] Click [url=http://friendster.com/1111111][b]here[/b][/url]
cyber_man
» FTalkManiac
FTalk Level: zero
874
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

thanx for sharing mods :):thumbsup:
hikari™16
» n00b
FTalk Level: zero
85
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

[align=center][b]wow nice.. :thumbsup::D keep it up.. [/b][/align]
joebz
» FTalkFreak
FTalk Level: zero
1517
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

Is this... new? O_O This is cool. I'll try this one for sure. =D
dheetiij's
» FTalkGeek
FTalk Level: zero
1019
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

a new version of theme switcher??? cool tobi..!you shared a new trick again :thumbsup: i see this code <">when i viewed the preview in opera,i didn't see the switcher but then i remember that the linker is not yet stable for opera users :lol: btw,what do you mean by this ephz??? var tCSS1 ="Primary Layout.css[b]CSS_LINK_1[/b]"; the CSS_LINK_1 thingy

Last edited by tjayvalrose_02 (2008-05-06 23:59:09)

*_RolAnd_*
» FTalker
FTalk Level: zero
196
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

wow coolnes:D tnx for sharing ephe
lilprincess950
» FTalkManiac
FTalk Level: zero
771
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

Cool.Another theme switcher!Never tried one before,but I just might try this one. :eh:
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

im using addBox function how can i change this? sorry im newbie here..:wallbash: [quote]addNewBox.init(null,"<div align=\"center\" class=\"boxcontent\">"+this.theme+"</div>","themeswitch",/controlpanel/i,"above"); },[/quote]
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

nice theme switching ephs....da best.... another plus!!! :D :thumbsup:
zHaRa
» FTalker
FTalk Level: zero
112
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

w0w!! this is a neat trick! h0pe i cAn get this to w0rk...hehe..
ijherafel
» FTalker
FTalk Level: zero
181
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

wow nice trick:thumbsup::penguin:
losher29
» FTalkElite
FTalk Level: zero
5917
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

thank you man! nice one.
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

Guys do not credit me ok. As said on the 1st line. By: [b]cyber_man[/b] he's a ftalk member.
super_man1990
» n00b
FTalk Level: zero
60
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

tnx 4 this ephe, im gonna use it later...
contra
» n00b
FTalk Level: zero
12
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

Thats the real theme switcher I am looking for
bles_212000
» FTalkWhiz
FTalk Level: zero
2863
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

is it possible to add more layout? cause i want to have 10 theme! pls. help!
.L.
» FTalkManiac
FTalk Level: zero
759
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

cool. thanks for sharing :D
xXRaPXx
» n00b
FTalk Level: zero
79
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

wow cool thanks cyber_man and kuya ephe for this one :):)
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

this is my old trick but I just delete my thread becoz bro Ephe already post a similar topic
bles_212000
» FTalkWhiz
FTalk Level: zero
2863
0
1969-12-31

Re: [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

can we add more theme? how?
  • ARCHIVES 
  • » [b]By:[/b] [url=http://theftalk.com/profile.php?id=58242][b]cyber_man[/b][/url] [b]Requirement:[/b] :arrow: Delete all C.S.S. Injections on your JavaScript File. [hr][hr][hr][hr] Change the t

Pages: 12

Board footer

© 2024 F Talk

Current time is 18:03

[ 10 queries - 0.024 second ]
Privacy Policy