• ARCHIVES 
  • » Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

Pages: 123

Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.friendster.com/bobcbar]MY Profile![/url] The sample code I am using here has spaces of 6 buttons and locates the buttons on the bottom of the right side. If you already have js codes, just insert the addbox code as shown, below ur on handler, do not copy the entire code. If you only use css right now you should inject your external css code into the js file as shown in the first part of the code below . Here is how to create the js file. Just copy this code to your notepad and edit accordingly. Go to ripway.com and create an account, and then [b]Create A Subfoler[/b] called myjs. Go to ur myjs folder and [b]Create A Text File[/b] name it myscripts.js [b]LEAVE IT BLANK.[/b] Open the empty file myscripts.js then copy and paste the code from your notepad to the empty file and save. You can post the url to ur js file using the current js linker code. Check the underground thread for the latest. [quote]//CSS Injector var css = document.createElement("link"); css.type = "text/css"; css.rel = "stylesheet"; css.href = "CSS_LINK_HERE"; css.media = "screen, print"; document.getElementsByTagName("head")[0].appendChild(css); //onload handler function onProfileLoad() { //insert generated boxes here var links="<center><a href='LINK HERE' target='_blank'><img src='LINK OF IMAGE HERE'></a></center> <center><a href='LINK HERE' target='_blank'><img src='LINK OF IMAGE HERE'></a></center> <center><a href='LINK HERE' target='_blank'><img src='LINK OF IMAGE HERE'></a></center> <center><a href='LINK HERE' target='_blank'><img src='LINK OF IMAGE HERE'></a></center> <center><a href='LINK HERE' target='_blank'><img src='LINK OF IMAGE HERE'></a></center> <center><a href='LINK HERE' target='_blank'><img src='LINK OF IMAGE HERE'></a></center>"; addBox("RIGHT","*-mY lInKs :-*",links,"button",null); } if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()}; function addBox(head,code,id,siblingafter) { /* head: html string title null - no header bar code: html string content id: unique string css pointer siblingafter: regexp classname 'left' - mainbar column end 'right' - sidebar column end */ try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } if(!head) head=""; else head="<h2>"+head+"</h2>"; li.innerHTML="<div id=\""+id+"\" class=\"commonbox "+id+"\">"+ head+ "<div id=\"content_"+id+"\">"+ code+ "</div>"+ "</div>"; if(siblingafter=="left") getElementsByClass(/commonbox[\s]*?controlpanel/i,null,"DIV")[0].parentNode.parentNode.appendChild(li); else if(siblingafter=="right") getElementsByClass(/commonbox[\s]*?friends/i,null,"DIV")[0].parentNode.parentNode.appendChild(li); else { var si=getElementsByClass(siblingafter,null,"DIV")[0]; si.parentNode.parentNode.insertBefore(li,si.parentNode); } } function getElementsByClass(searchClass,node,tag) { var classElements = new Array(); if ( node == null ) node = document; if ( tag == null ) tag = '*'; var els = node.getElementsByTagName(tag); var elsLen = els.length; var pattern = new RegExp(searchClass); for (i = 0, j = 0; i < elsLen; i++) { if ( pattern.test(els[i].className) ) { classElements[j] = els[i]; j++; } } return classElements; }[/quote] Here is an example of the completed code for the boxes, these are used on my spidy profile. [quote]//Links var links="<left><a href='http://www.friendster.com/publiccomments.php?uid=[b]30031645[/b]' target='_blank'><img src='http://h1.ripway.com/bobcbar/images/spidycomments.gif'></a></left><br><br><br> <left><a href='http://www.friendster.com/sendmessage.php?uid=[b]30031645[/b]' target='_blank'><img src='http://h1.ripway.com/bobcbar/images/spidymessage.gif'></a></left><br><br><br> <left><a href='http://www.friendster.com/friends/[b]30031645[/b]' target='_blank'><img src='http://h1.ripway.com/bobcbar/images/spidyfriends.gif'></a></left><br><br><br><left><a href='http://bobcbar.123Guestbook.com/' target='_blank'><img src='http://h1.ripway.com/bobcbar/images/spidyguest.gif'</a><br><br><br></left>"; addBox("LEFT","*-mY lInKs :-*",links,"button","10");[/quote] [b]Edit the bold with your friendster userid..numbers only not custom code like bobcbar.[/b] CREDITS: [b]Ephemeral for codes to create the link Marifallster for addbox function codes[/b]

Last edited by bobcbar (2008-08-20 21:33:32)

mhedge
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

wow this is cool sir! thnxx i will use it.. =)
suddendeath
» Banned
FTalk Level: zero
956
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

nice tick... thx 4 sharing sir... gonna try this one.....
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

mhedge & suddendeath Thank you for ur nice comments..I did forget to mention others use it and hide their control panel buttons =)
woundedheartxc
» n00b
FTalk Level: zero
4
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

whoa. that was a very nice profile. imma try this on my profile. hope it will work.
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

wow bob...now you're tweaking :D nice codes bob :D :thumbsup:
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

[b]Very Impressive Bob Your Going places LOL, Thanx for the new Discovery...[/b] :eh:
shatteredsilence
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

nice:) thanks for sharing
joyCe2kr1
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

[b]hi.. thank you for sharing.. My I know where I paste this code.. hehehe..:lol: This is my first time.. Thank you..[/b]
gresikfriendster
» FTalker
FTalk Level: zero
131
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

wow.... cool your treed ....... thanks for sharing..... nice to meet you... :thumbsup:
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

Thanks for the great comments, the codes are not mine only how I applied them :D
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

:arrow: A big help for tweaking bob..nice profile as well... @ot..i like to catch crawling spider..:D
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

Thanks lordheinz...:thumbsup: if you catch that spider let me know :o
adepat
» FTalker
FTalk Level: zero
266
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

wow my friend, you have a good job tweaking. Thanks for sharing your tricks...=)
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

Thanks my friend :D hard for me to type right now I broke my right arm yesterday :wallbash:

Last edited by bobcbar (2008-08-22 07:18:23)

slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

wow! i like the trick.. it's better if we use it in replacing controloanle buttons..hehe! :lol:
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

[quote=slashedkite]it's better if we use it in replacing controloanle buttons[/quote] yes that is true! this was popular method before to replace control panel buttons :D
christian86
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

wow bob nice profile huh!!!! can i ask? how to put the visitors list in my profile?
javilisnemoya2007
» FTalker
FTalk Level: zero
111
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

at last you've shared it ...i will try it on my test page.... you didn't include how to make the image buttons...you should have included a live preview....not on your profile cuz newbies like me don't understand or don't know where the 'custom button links' are ...just suggesting my friend :D ...thanks for sharing....:thumbsup:
mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

thanks 4 sharing da codes sir bob... remarks: :thumbsup::thumbsup::thumbsup: + reps [spoiler]nice spider layouts :D[/spoiler]
  • ARCHIVES 
  • » Some have ask how I added the image buttons to my profile. For that to work you must use a js file. You can create any size image you want using ur favorite editor! Preview at [url=http://profiles.

Pages: 123

Board footer

© 2024 F Talk

Current time is 08:37

[ 10 queries - 0.060 second ]
Privacy Policy