• ARCHIVES 
  • » the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

Pages: 123456789101112..12

the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the code will easily manipulate the headers DOM structure instead using [b]('h2')[0], ('h2')[1][/b] & so on.... :wasted: Use onload event the code to be execute for friends, fanof or groups this is example to change the header names in controlpanel box [quote]if (!attachOnLoadHandler(function() { REPLACEIT.init(); })) window.onload = function() { REPLACEIT.init(); }; if (typeof REPLACEIT == "undefined" || !REPLACEIT) { REPLACEIT = {}; } (function() { REPLACEIT = { head: [], init: function() { REPLACEIT.head = REPLACEIT.getModuleByClassName(/controlpanel/i)[0].getElementsByTagName("h1")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]"; }, getModuleByClassName: function(sClass) { var elm = []; var els = document.getElementsByTagName("*") || document.all; for (var j = 0, k = els.length; j < k; j++) { if (new RegExp(sClass).test(els[j].className)) elm.push(els[j]); } return elm; } }; })();[/quote] to replace more header just add the code inside init function <">[b]available headers[/b] [quote]//Controlpanel Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/controlpanel/i)[0].getElementsByTagName("h1")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] [quote]//Photo Gallery Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/photos/i)[0].getElementsByTagName("h2")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] [quote]//Blogs Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/blogs/i)[0].getElementsByTagName("h2")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] [quote]//Reviews Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/reviews/i)[0].getElementsByTagName("h2")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] [quote]//Moreabout Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/moreabout/i)[0].getElementsByTagName("h2")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] [quote]//Publiccomments Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/publiccomments/i)[0].getElementsByTagName("h2")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] [quote]//Media Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/scrapbook/i)[0].getElementsByTagName("h2")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] [quote]//Friends Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/friends/i)[0].getElementsByTagName("h2")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] [quote]//Fanof Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/fanof/i)[0].getElementsByTagName("h2")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] [quote]//Groups Box Header REPLACEIT.head = REPLACEIT.getModuleByClassName(/groups/i)[0].getElementsByTagName("h2")[0]; REPLACEIT.head.innerHTML = "[b]YOUR TITLE NAME[/b]";[/quote] save into js extension --> [b][url=http://theftalk.com/t17783-Linker-%28IE6%2C-IE7%2C-Opera9%2B%29.html]JS Linker[/url][/b][/spoiler]

Last edited by feruzz (2008-06-17 11:29:29)

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

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

another alternative code for a header so nice so uber genius ;) thanks feruzz :cool:
EnOceNt
» n00b
FTalk Level: zero
28
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

Wow Nice ...
cip6192
» FTalkAddict
FTalk Level: zero
377
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

this one makes us easy to customize the headers, specially the friends, groups, fan-of etc...you better try this one, now its easy to customize the headers, everyone i think got an idea by this :thumbsup:
inngrade
» n00b
FTalk Level: zero
36
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

nice cip!! i'm waiting for the code!!! :eh: :thumbsup:
cip6192
» FTalkAddict
FTalk Level: zero
377
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

^ what code? its already here lol :wasted:
inngrade
» n00b
FTalk Level: zero
36
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

Ahakss!! :lol: i mean the idea that u mention just now!! hahahahhaha :lol:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

=D hahahh!! at last the secret codes revealed!! :thumbsup: Thanx for sharing again feruzz!! update: wow feruzz i'm using it now and it's so accurate!! now i don't have to worry about the other boxes!! so for those going to use this code.. just pick the tables header that you like to change... use the corresponding codes and presto!! :thumbsup: :eh:

Last edited by Refresh/Reload (2007-08-09 21:08:11)

cheezysandy
» n00b
FTalk Level: zero
37
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

nice code.. ur such a genius ;]
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

sorry i have to double post!! just wanna tell everyone that you can use this code along side with feruzz other code... the [b]positioning boxes script[/b] and it works great!! :thumbsup: :eh: unlike my header codes :crybaby: heheh.. :D [url]http://theftalk.com/t7253-Positioning-Boxes-Script.html[/url] Bravo!!

Last edited by Refresh/Reload (2007-08-09 21:35:56)

istaline
» FTalkAddict
FTalk Level: zero
356
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

tnx 4 sharing.. =) :thumbsup: *it works on my profile!!! :lol:

Last edited by istaline (2007-08-10 00:42:30)

mika_blue0407
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

thnx for sharing this! muah!
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

tnx for sharing feruzz.. ur my crush.. :wow: joke.. eniweizz.. i saw u feruzz in markyctrigger.. nyahaha.. lets join.. :D
kristina16
» SuperFTalker
FTalk Level: zero
9156
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

very nice trick!!!! i love it!! cool!!! :thumbsup:
rhodemar82
» n00b
FTalk Level: zero
56
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

wow nice code....cool =)
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

thanks guys @xavier...lets join [img]http://h1.ripway.com/myscript/photo/dance.gif[/img] [img]http://h1.ripway.com/myscript/photo/dance.gif[/img] [img]http://h1.ripway.com/myscript/photo/dance.gif[/img] [img]http://h1.ripway.com/myscript/photo/dance.gif[/img] [img]http://h1.ripway.com/myscript/photo/dance.gif[/img]
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

at first it didnt work beacuse i dont have a blog when i remove the code for changing the name of the blog then it works ahaha silly me :lol: thx for this code :lol: :penguin:
takedz
» n00b
FTalk Level: zero
11
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

Wow nice code. Thx man ur the best.. WHahahah :thumbsup:
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

You're such a genius! Great! :D :thumbsup:
mdirwan
» FTalkAddict
FTalk Level: zero
367
0
1969-12-31

Re: the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

hehehehhehe.. the 2nd one.. =) easy to understand..
  • ARCHIVES 
  • » the codes are possibly obselete [spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote] An alternative code for customize header names I made a [b]simple code[/b] & now the co

Pages: 123456789101112..12

Board footer

© 2024 F Talk

Current time is 22:26

[ 10 queries - 0.023 second ]
Privacy Policy