| One column friendster profile without hiding my friends, groups, fan of. | |
|
+5rezza saygod miming999 boykilatz ermical 9 posters |
Author | Message |
---|
ermical » FstarMember
Honors : 139 Age : 36 Location : home of lost soul Warnings : Honors : 58760 Registration date : 2008-10-20
| Subject: One column friendster profile without hiding my friends, groups, fan of. Mon Oct 20, 2008 8:40 am | |
| "ONE COLUMN FRIENDSTER PROFILE"Steps: just copy the code below and paste it to your external js codes and save it. - Spoiler:
- Code:
-
/** * One Column Friendster Profile * Credits to Feruss and Friendstertalk * Timestamp: June 02, 2008 * Browser Compatibility: IE6, IE7, Firefox 2, Firefox 3, Opera 9, Safari 3.0 **/
/*global oColumn, attachOnLoadHandler, window, document*/
if (!attachOnLoadHandler(function () { oColumn.init(); })) { window.onload = function () { oColumn.init(); }; }
(function () { oColumn = { $width: "630px", //Default width $IE: /*@cc_on!@*/false, //IE
init: function () { var tableleft = oColumn.$$("ltd", "td")[0].getElementsByTagName("ul")[0]; var tableright = oColumn.$$("rtd", "td")[0].getElementsByTagName("ul")[0]; var ctrlpnl = oColumn.$$("commonbox controlpanel", "div")[0]; if (!oColumn.$IE) { tableleft.parentNode.parentNode.parentNode.appendChild(tableright); } else { //Fixed for IE ctrlpnl.parentNode.parentNode.appendChild(tableright); } var tabledata = document.getElementsByTagName("td")[0].getElementsByTagName("img"), x = 0; while (x < tabledata.length) { if (tabledata[x].src === "http://images.friendster.com/images/spacer.gif") { tabledata[x].style.display = "none"; } x = 1; } var tableparent = oColumn.$$("commonbox", "div"), y = 0; while (y < tableparent.length) { tableparent[y].style.width = oColumn.$width; y = 1; } try { var removeads = oColumn.$$("standalonebox ads", "div")[0]; removeads.style.display = "none"; var banner = document.getElementById("banneradrow"); banner.style.display = "none"; } catch (e) {} },
$$: function (strClass, nodeName, pElem) { nodeName = nodeName || "*"; pElem = pElem || document; var objElm = pElem.getElementsByTagName(nodeName); if (!objElm.length && nodeName === "*" && pElem.all) { objElm = pElem.all; } var results = []; var delim = strClass.indexOf("|") !== -1 ? "|": " "; var rClass = strClass.split(delim); for (var i = 0, j = objElm.length; i < j; i = 1) { var rObjClass = objElm[i].className.split(" "); if (delim === " " && rClass.length > rObjClass.length) { continue; } var c = 0; comparisonloop: for (var k = 0, l = rObjClass.length; k < l; k = 1) { for (var m = 0, n = rClass.length; m < n; m = 1) { if (rClass[m] === rObjClass[k]) { c = 1; } if ((delim === "|" && c === 1) || (delim === " " && c === rClass.length)) { results.push(objElm[i]); break comparisonloop; } } } } return results; } }; })();
preview here:http://www.friendster.com/ermical2<br> "Live life as if there is no tomorrow"
Last edited by ermical on Mon Oct 20, 2008 10:03 am; edited 1 time in total | |
|
| |
boykilatz » FstarExpert
Honors : 617 Age : 34 Location : city of smiles bacolod Warnings : FW Mood: : Honors : 58786 Registration date : 2008-10-14
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Mon Oct 20, 2008 9:00 am | |
| nice one! thanks for sharing this one! | |
|
| |
miming999 » Newbie
Honors : 21 Age : 31 Warnings : Honors : 58760 Registration date : 2008-10-20
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Mon Oct 20, 2008 9:15 am | |
| | |
|
| |
boykilatz » FstarExpert
Honors : 617 Age : 34 Location : city of smiles bacolod Warnings : FW Mood: : Honors : 58786 Registration date : 2008-10-14
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Mon Oct 20, 2008 9:22 am | |
| ================================== Topic Moved: Friendster Tricks and Tutorials | |
|
| |
saygod » Newbie
Honors : 4 Age : 36 Location : jogja Warnings : Honors : 58760 Registration date : 2008-10-20
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Mon Oct 20, 2008 9:29 am | |
| thanks for sharing bro... nice tipz... | |
|
| |
rezza » Newbie
Honors : 61 Age : 38 Warnings : Honors : 58770 Registration date : 2008-10-19
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Mon Oct 20, 2008 11:25 am | |
| nice code for layouting bruda.!! keep share u'r knowledge bruda.!! | |
|
| |
ermical » FstarMember
Honors : 139 Age : 36 Location : home of lost soul Warnings : Honors : 58760 Registration date : 2008-10-20
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Mon Oct 20, 2008 11:30 am | |
| - rezza wrote:
- nice code for layouting bruda.!!
keep share u'r knowledge bruda.!! who's/what do you mean by bruda??? | |
|
| |
.dEndEn.22™ » FstarElite
Honors : 1283 Age : 35 Location : ► h¡d¡nG ¡nS¡Dε mYsεLf ◄ Warnings : FW Mood: : Honors : 58758 Registration date : 2008-10-19
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Tue Oct 21, 2008 11:39 am | |
| ^ I guess she means "Brother"? {oh well, correct me if im wrong..}
>>Anyway, Nice one! Thanks for sharing. and I love your profile! =)
Keep it up!
Last edited by .dEndEn.22™ on Tue Oct 21, 2008 11:40 am; edited 1 time in total (Reason for editing : incorrect punctuation.) | |
|
| |
ermical » FstarMember
Honors : 139 Age : 36 Location : home of lost soul Warnings : Honors : 58760 Registration date : 2008-10-20
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Tue Oct 21, 2008 11:42 am | |
| | |
|
| |
.dEndEn.22™ » FstarElite
Honors : 1283 Age : 35 Location : ► h¡d¡nG ¡nS¡Dε mYsεLf ◄ Warnings : FW Mood: : Honors : 58758 Registration date : 2008-10-19
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Tue Oct 21, 2008 7:03 pm | |
| ^ I'm not sure though. Let's just wait for her reply. | |
|
| |
gurl_insane » FstarExpert
Honors : 522 Age : 35 Location : a-town baby! Warnings : Honors : 58810 Registration date : 2008-10-14
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Tue Oct 21, 2008 8:56 pm | |
| what is the codes of external JS? | |
|
| |
Berastagi » Newbie
Honors : 14 Age : 34 Warnings : Honors : 58730 Registration date : 2008-10-22
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Wed Oct 22, 2008 11:29 pm | |
| wah ni anak ni bukan tempat layouts bro hahahahahahay kabor ah | |
|
| |
eMoTaLk » Newbie
Honors : 54 Age : 31 Warnings : Honors : 58810 Registration date : 2008-10-14
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Sat Oct 25, 2008 6:16 pm | |
| ya ni kan bkan tmpat layouts....2 | |
|
| |
rezza » Newbie
Honors : 61 Age : 38 Warnings : Honors : 58770 Registration date : 2008-10-19
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. Sun Oct 26, 2008 9:48 am | |
| - .dEndEn.22™ wrote:
- ^ I guess she means "Brother"? {oh well, correct me if im wrong..}
>>Anyway, Nice one! Thanks for sharing. and I love your profile! =)
Keep it up! yes!! that i mean sista.!! | |
|
| |
Sponsored content
| Subject: Re: One column friendster profile without hiding my friends, groups, fan of. | |
| |
|
| |
| One column friendster profile without hiding my friends, groups, fan of. | |
|