• ARCHIVES 
  • » [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

Pages: 1

[quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

[quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

[quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { className: [], tagName: [], className2: [], tagName2: [], init: function() { this.className = this.getModuleByClassName(/firstnav/i)[0]; this.tagName = this.className.getElementsByTagName('ul')[0]; this.tagName.innerHTML = this.tagName.innerHTML.replace(/Inbox/, '[b]CHANGETHIS[/b]'); this.tagName.innerHTML = this.tagName.innerHTML.replace(/My Site/, '[b]CHANGETHIS[/b]'); this.tagName.innerHTML = this.tagName.innerHTML.replace(/Contacts/, '[b]CHANGETHIS[/b]'); this.tagName.innerHTML = this.tagName.innerHTML.replace(/Groups/, '[b]CHANGETHIS[/b]'); this.className2 = this.getModuleByClassName(/secondnav/i)[0]; this.tagName2 = this.className2.getElementsByTagName('ul')[0]; this.tagName2.innerHTML = this.tagName2.innerHTML.replace(/Post/, '[b]CHANGETHIS[/b]'); this.tagName2.innerHTML = this.tagName2.innerHTML.replace(/Invite/, '[b]CHANGETHIS[/b]'); this.tagName2.innerHTML = this.tagName2.innerHTML.replace(/Search/, '[b]CHANGETHIS[/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] Replace the word [b]CHANGETHIS[/b].. And Just save this in your JS Files. So basically... The Final Code can be like this.. <">Works in IE6+ and FF2+ Preview: http://xavegoi83.multiply.com/

Last edited by xavierkym (2008-01-12 17:52:47)

blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

Nice... So we can change it for ex... :arrow: My Site to My Profile?
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

Yes of course :D You know what to edit there already ;)
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

yeah yeah.. thanks for sharing xavey.. i envy you.. LOLS you know what i mean :wow:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

Huh? I don't know what you mean bro. :o Hehe. More tweaks to come.. :penguin:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

Lol's forget about it... yeah... :P :P :P
pulasara
» FTalkAddict
FTalk Level: zero
574
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

cool :cool:
kangkong10
» FTalkManiac
FTalk Level: zero
617
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

wow... thanks for sharing..
taurus1983
» n00b
FTalk Level: zero
63
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

how about the user menu?... [b]home, video, blog... [/b] pls, reply... :|

Last edited by taurus1983 (2008-02-17 13:46:26)

xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

^ Try this :) <">
taurus1983
» n00b
FTalk Level: zero
63
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

[b] A BIG thanks 2 u.. 8's rily working!!!!!!!!!![/b][align=center][/align] :) :) :)
usercp12
» n00b
FTalk Level: zero
47
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

wow... thanks again sir xavier you're the coder here??
master_jareth2000
» FTalker
FTalk Level: zero
110
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

nice job...i already have a tagalog version of my multiply...
japzy
» FTalkManiac
FTalk Level: zero
639
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

newbie in multiply..!! thanks for this one!! :D
@mUtHy_fRuiTy@
» FTalkAddict
FTalk Level: zero
350
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

[quote=blurrycloud]Nice... So we can change it for ex... :arrow: My Site to My Profile?[/quote] yup. nice!!! my brother locked multiply and i cant even open it! can somone in here help me???:o
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

^ What do you actually mean by [b]LOCKED[/b].?:O
  • ARCHIVES 
  • » [quote]if (!addEvent(function() { NAVIGATION.init();})) { window.onload = function() { NAVIGATION.init();};} if (typeof NAVIGATION == "undefined") { NAVIGATION = {}; } NAVIGATION = { classNam

Pages: 1

Board footer

© 2024 F Talk

Current time is 08:08

[ 10 queries - 0.049 second ]
Privacy Policy