• ARCHIVES 
  • » Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

Pages: 12344

Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

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

Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your linkages :arrow: Can rotate all your linkages 1 by 1 :lol: Browser Compatibility : Cross Browser... Credits: :arrow: [b]webdeveloper.net[/b] :arrow: [b]Me.. for friendster application[/b] :arrow: [b] ephe for some of his linkages[/b] :D :arrow: First Step... Place this inside your onload handler... ([b]REQUIRES ADDBOX FUNCTION[/b]) [quote]var getObssj="<center><a href='[b]URL OF 1ST IMG[/b]' id='adLink1' target='_top'><img src='[b]LINK OF 1ST IMG[/b]' id='adBanner1' border='0'></center>"; addBox("RIGHT","YOUR TITLE HERE",getObssj,"obsej",null); window.setInterval("cycle1()",3000);[/quote] [quote]Note: URL OF 1ST IMG and LINK OF 1ST IMG should be equal to the URL OF 1ST IMAGE and LINK OF 1ST IMG below Final Step..[/quote] :arrow: Final Step.. Place this below your js codes This is for 8 links ... you can add more links as long as you want or decrease your links if you like... [quote]//Always-on-top message //For full source code, and Terms Of use, visit friendstertalk.com //This credit MUST stay intact for use by Blurrycloud var imgs1 = new Array("[b]URL OF 1ST IMAGE[/b]","[b]URL OF 2ND IMAGE[/b]","[b]URL OF 3RD IMAGE[/b]","[b]URL OF 4TH IMAGE[/b]","[b]URL OF 5TH IMAGE IMAGE[/b]","[b]URL OF 6TH IMAGE IMAGE[/b]","[b]URL OF 7TH IMAGE IMAGE[/b]","[b]URL OF 8TH IMAGE IMAGE[/b]"); var lnks1 = new Array("[b]LINK OF 1ST IMAGE[/b]","[b]LINK OF 2ND IMAGE[/b]","[b]LINK OF 3RD IMAGE[/b]","[b]LINK OF 4TH IMAGE[/b]","[b]LINK OF 5TH IMAGE[/b]","[b]LINK OF 6TH IMAGE[/b]","[b]LINK OF 7TH IMAGE[/b]","[b]LINK OF 8TH IMAGE[/b]"); var alt1 = new Array("[b]ALT OF 1ST IMAGE[/b]","[b]ALT OF 2ND IMAGE[/b]","[b]ALT OF 3RD IMAGE[/b]","[b]ALT OF 4TH IMAGE[/b]","[b]ALT OF 5TH IMAGE[/b]","[b]ALT OF 6TH IMAGE[/b]","[b]ALT OF 7TH IMAGE[/b]","[b]ALT OF 8TH IMAGE[/b]"); var currentAd1 = 1; var imgCt1 = [color=red]8[/color]; function cycle1() { if (currentAd1 == imgCt1) { currentAd1 = 0; } var banner1 = document.getElementById('adBanner1'); var link1 = document.getElementById('adLink1'); banner1.src=imgs1[currentAd1] banner1.alt=alt1[currentAd1] document.getElementById('adLink1').href=lnks1[currentAd1] currentAd1++; }[/quote] For ex. [b]URL OF IMG[/b] = http://img.photobucket.com/albums/v674/EphimeralKaizer/tsbuttonpl0.gif [b]LINK OF IMG[/b] = http://www.techno-sisters.net/ [b]ALT OF IMG[/b] = Techno-Sisters [quote]Note: the # of your linkages should be equal to var imgCt1 = [color=red]#[/color]; for ex. you have [color=red]8[/color] linkages the code below should be imgCt1 = [color=red]8[/color];[/quote] Ex of Finish Final Step Code... [quote]//Always-on-top message //For full source code, and Terms Of use, visit friendstertalk.com //This credit MUST stay intact for use by Blurrycloud var imgs1 = new Array("[b]http://h1.ripway.com/cloudnakpil/images/linkme.gif[/b]","[b]http://h1.ripway.com/twistedcloud/tracker13/images/119699984529617.gif[/b]","[b]http://www.friendsterlayoutsonline.com/8831.gif[/b]", "[b]http://i11.photobucket.com/albums/a192/Miyako555/beta2.gif[/b]","http://i137.photobucket.com/albums/q205/ezil2007/link_ezil2.gif","http://i156.photobucket.com/albums/t5/pinkiztah03/pinkbutton.gif", "http://img.photobucket.com/albums/v674/EphimeralKaizer/tsbuttonpl0.gif","http://i124.photobucket.com/albums/p16/o17layoutz2/llayouts/llbutton.gif"); var lnks1 = new Array("[b]http://profiles.friendster.com/19997520[/b]","[b]http://profiles.friendster.com/53325466[/b]","[b]http://www.friendsterlayoutsonline.com/[/b]","[b]http://profiles.friendster.com/34642188[/b]","http://profiles.friendster.com/27062147","http://profiles.friendster.com/pinkiztah03","http://www.techno-sisters.net/","http://lunatic-layoutz.blogs.friendster.com/lunatic/"); var alt1 = new Array("[b]blurrycloud[/b]","[b]aikhee[/b]","[b]techno-sister[/b]","[b]shirowmasumune[/b]","alt5","alt6","alt7","alt8"); var currentAd1 = 1; var imgCt1 = [color=red]8[/color]; function cycle1() { if (currentAd1 == imgCt1) { currentAd1 = 0; } var banner1 = document.getElementById('adBanner1'); var link1 = document.getElementById('adLink1'); banner1.src=imgs1[currentAd1] banner1.alt=alt1[currentAd1] document.getElementById('adLink1').href=lnks1[currentAd1] currentAd1++; }[/quote] That's it very easy ei? Goodluck.. Happy Tweaking.. //Codes for Linkages under controlpannel buttons Place inside your onload handler if you like this option.. [quote]var FtalkRules; try {FtalkRules = document.createElement("div"); } catch (e) {FtalkRules = document.createElement("<div>"); } FtalkRules.setAttribute("style","text-align:center;padding-top: 5px"); FtalkRules.innerHTML = "<br><div align=\"center\"><a href='[b]URL OF 1ST IMG[/b]' id='adLink1' target='_top'><img src='[b]LINK OF 1ST IMG[/b]' id='adBanner1' border='0'</div>"; document.getElementById("controlPanelButtons").parentNode.appendChild(FtalkRules); window.setInterval("cycle1()",3000);[/quote]

Last edited by blurrycloud (2008-09-13 07:01:52)

duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

:arrow: first one... :o wowwwwwww again?? hahah! another nice trick bro.. uhmm can i still click the link even if it is rotating? i mean 1image=1link?
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

^ ofcourz sis that is the real magic in this trick.. wahehehe.. i saw many of the ftalkers are using linkages(marquee effects) ... so i decided to study and research some alternative like this trick... :eh:

Last edited by blurrycloud (2008-02-01 22:36:28)

angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

Thanks for this code, im gonna try it now :D Keep those code comin :thumbsup: By the way your sample site (techno-sisters) is my home site =D

Last edited by angelalaine (2008-02-01 22:40:37)

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

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

^ thanks sweetie.. if you have any questions.. feel free to ask ok.... i'll just eat my lunch.. im hungry... huhuhu.. oh.. techno-sister is also a cool site....

Last edited by blurrycloud (2008-02-01 22:51:45)

duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

:D good good.. the beauty of this is it doesnt it up so much space like the marquee links.. =) keep it up! :kiss:
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

hehehe thanx i always want a code like this one... :eh: :ninja: coz i dont want an addbox on my linkage i just want it under my recent updates haha thanx again
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

^ oh ... i used an addbox function in my first post... wait... i'll make something under controlpannel button... :wasted: ...i really don't know if we have a code under recent updates

Last edited by blurrycloud (2008-02-01 22:53:17)

duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

just post the ID's and example where to put it so they'll no cloud .. just a suggestion.. :eh:

Last edited by ducheszv (2008-02-01 22:46:27)

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

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

^ im too lazy to do that.. just kidding... that's why all my addbox function is in null position... wakaka

Last edited by blurrycloud (2008-02-01 22:52:18)

duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

lolness.. :lol: aight.. wherever you are comfy bro :kiss:

Last edited by ducheszv (2008-02-01 22:53:31)

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

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

actually... sis my wvm is 3.1 so my addbox function is d updated one... i just like to post addbox 2.2... because most of d ftalk members are using that version.. =(
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

oh i meant the replacement script.. :P well anyway.. you can always link ephe's replacement ID tuts. =)

Last edited by ducheszv (2008-02-01 22:57:09)

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

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

^ ah got it sis... thanks...
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

Thanks for this cloud... ;)
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

sorry bro =( :| anyway.. another great one from our future mod.. :eh: :thumbsup:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

lols.. sis why are you saying sorry.. wakakkaa... [spoiler]kaw tagalag hehe[/spoiler] thanks heinz...
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

[spoiler]wala lang baka maxado nako makulit :cry: =( [/spoiler]
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

^ it's cool sis.. got to eat for now.. let's eat guys.. wahehehe
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

cool! flashing link image huh..great! :D :thumbsup:
  • ARCHIVES 
  • » Idea of work: [url]http://theftalk.com/t2599-Images-With-Links-Youtube-Sidebar.html[/url] :arrow: Alternative way for your linkages ;] :arrow: Will minimized the space consumption of your

Pages: 12344

Board footer

© 2024 F Talk

Current time is 10:19

[ 12 queries - 0.042 second ]
Privacy Policy