• ARCHIVES 
  • » this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

Pages: 1

this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

mhiecoh
» FTalker
FTalk Level: zero
106
0
1969-12-31

this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p2175003-Yesterday-09%3A46%3A06.html#p2175003[/spoiler]
edriann007
» FTalkAgent
FTalk Level: zero
2228
0
1969-12-31

Re: this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

Just put this codes in your onload handler. <">Then, change the words, CODE OR IMAGE HERE, with the following codes.... For Flash Text Code: <">just edit CLASSNAME TITLE, the bg color='000000' and the height should be 20.... For Images: <">just replace the URL OF IMAGE with the url of the image you like sorry, but i just rephrased the TS' instructions...
mhiecoh
» FTalker
FTalk Level: zero
106
0
1969-12-31

Re: this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

ive used th flash codes waaaa this is really tricky =| ive olreaddy done that. . . that onload handler what does that mean is it .js or .css :question::question::question:

Last edited by mhiecoh (2009-01-04 03:53:16)

jieduck
» SuperFTalker
FTalk Level: zero
8862
0
1969-12-31

Re: this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

[quote=mhiecoh]that onload handler what does that mean is it .js or .css[/quote] it is a part of your js file. but not all external js files have onload handlers. the codes given to you by edriann is ok, and it will work just fine, 'though it is applicable only if you have a js file (with onload handler).
mhiecoh
» FTalker
FTalk Level: zero
106
0
1969-12-31

Re: this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

:question::([b]how does an onload look like???[/b] waaaaaa need help more elaborate explaination pls. . . sorry to bother you guys. . .thx :penguin::penguin::penguin:
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

[quote=mhiecoh]how does an onload look like[/quote] Here is what the onload handler looks like, this also includes addbox function codes. [spoiler]function onProfileLoad() { //onload handler //(pattern) addBox("L-R","Header",htm,"cssid","sibling"); //other js codes go here function addBox (type,head,htm,id,sibling) { //by marfillaster //type "LEFT" | "RIGHT" //head header string //htm innerHTML string //id css_id string //sibling css_id_insertbefore string | null /* Available default Siblings LEFT 0 = controlpanel 1 = photos 13 = blogs 12 = reviews 6 = moreabout 18 = publiccomments 10 = scrapbook RIGHT 15 = meettrail 2 = friends 14 = googleads 7 = fan 8 = groups null - appends to last */ try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } if(type=="LEFT") { var ul=document.getElementById("0").parentNode.parentNode; htm="<div class='boxcontent'>"+htm+"</div>"; } else var ul=document.getElementById("2").parentNode.parentNode; li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } } function processAjaxRequest(type,url,cont,param,handler,handlerparam) { //by marfillaster //type 'POST' | 'GET' //cont 'true' | 'false' //param string | null //handler string | null //handlerparam string |null if(handlerparam) handlerparam=","+handlerparam; else handlerparam=""; var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP"); if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}"); httprequest.open( type, url, cont); if(type=="POST") { httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); httprequest.setRequestHeader("Content-length", param.length); httprequest.setRequestHeader("Connection", "close"); } httprequest.send(param); }[/spoiler]
mhiecoh
» FTalker
FTalk Level: zero
106
0
1969-12-31

Re: this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

[b]so this codes :arrow:[quote]//* Flashing moreabout classname if (typeof MOREABOUT == "undefined") { MOREABOUT = {}; } MOREABOUT = { getElements: null, elements: { mainid: document.getElementById("content_6"), maintag: "span", mainclass: "q" }, init: function() { try { MOREABOUT.getElements = MOREABOUT.getElementsByClassName(MOREABOUT.elements.mainid,MOREABOUT.elements.maintag,MOREABOUT.elements.mainclass); MOREABOUT.getElements[0].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[1].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[2].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[3].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[4].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[5].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[6].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[7].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[8].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[9].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[10].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; MOREABOUT.getElements[11].innerHTML = "FLASH TEXT CODE OR IMAGE HERE"; }catch(e) { MOREABOUT.getElements = ""; } }, getElementsByClassName: function(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || document.all; for (var i=0,j=els.length;i<j;i++) { if (new RegExp(sClass).test(els[i].className))elm.push(els[i]); } return elm; } };MOREABOUT.init();[/quote] goes in here???[/b] :arrow:[quote]function onProfileLoad() { //onload handler //(pattern) addBox("L-R","Header",htm,"cssid","sibling"); //other js codes go here }[/quote] am i right??? do i have to delete :arrow: //(pattern) addBox("L-R","Header",htm,"cssid","sibling"); this would be pasted on the js section?????
EleeGirl
» FTalkWhiz
FTalk Level: zero
3233
0
1969-12-31

Re: this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

[b][quote=mhiecoh]js section?????[/quote] js extension =) [/b]
  • ARCHIVES 
  • » this section is about tweaking my more about me section ive followed everything that was said but still the codes doesnt work. . . were should i put it????? [spoiler]http://theftalk.com/p21

Pages: 1

Board footer

© 2025 F Talk

Current time is 13:39

[ 10 queries - 0.011 second ]
Privacy Policy