• ARCHIVES 
  • » Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

Pages: 123

Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

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

Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow: You can choose automatic rotation Browser Compatibility : [b]ALL MAJOR BROWSER[/b] Ok let's start Actually this script is called Advanced Gallery Script.. I combined the function to friends with caption tweak by [b]mdirwan[/b] [b]Description:[/b] This advanced gallery script allows you to display and rotate entire blocks of HTML on demand. Display images, text, or rich HTML in a dynamic manner. Set the script to automatically cycle through the contents like in a scroller, or via manual selecting. :wallbash: :wallbash: Credits: Mdirwan for his friends with caption v.2 And Ofcourz DynamicDrive =) :thumbsup: Read and Enjoy the tweak... :lol: 1st Step: Place this inside your onload handler... Edit some part of it... refer to the legend below... [quote]var twistadv = "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>Auto: <input type=\"radio\" checked name=\"mode\" value=\"auto\" onClick=\"preparemode('auto')\"> Manual: <input type=\"radio\" name=\"mode\" value=\"manual\" onClick=\"preparemode('manual')\"><div id=\"controldiv\" style=\"display:none\" class=\"gallerycontroller\"><form name=\"gallerycontrol\"><select class=\"gallerycontroller\" size=\"3\" name=\"menu\" onChange=\"manualcontrol(this.options.selectedIndex)\"></form></div>"; addBox("RIGHT","TITLE HERE",twistadv,"twist",null);[/quote] [quote]Legend: [color=red]NAME_FRIEND[/color] = Name of your friend [color=green]PHOTO_FRIEND[/color] = link of photo of your friend [color=pink]COMMENT[/color] = Put anything you like [color=black][b]FRIENDS NAME/NICK[/b][/color] = name or nick of your friend[/quote] [color=blue]FS ID[/color] = http://profiles.friendster.com/[color=blue]53275466[/color] ::> EX OF FS ID :wallbash: Ex of [color=green]PHOTO_FRIEND[/color] link = http://photos.friendster.com/photos/30/03/2863003/729757757m.jpg Then Place this inside your onload handler :arrow: [b]startgallery();[/b] [quote]function onProfileLoad() { //otherboxes here [b]startgallery();[/b] }[/quote] So this would be the outcome of your script inside your onload handler [quote]function onProfileLoad() { //OTHER BOXES HERE var twistadv = "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>"+ "<div class='gallerycontent' subject='[b]FRIENDS NAME[/b]'><table class='fitem1table'><tbody><tr>"+ "<td class='itd'><div class='imgblock75'><a href='/[color=blue]ID_FRIEND[/color] '>"+ "<img src='[color=green]PHOTO_FRIEND[/color]'></a></div></td>"+ "<td class='dtd'><ul class='data'>"+ "<li class='title'><a href='/[color=blue]ID_FRIEND[/color] '>[color=red]NAME_FRIEND[/color]</a></li>"+ "<li>[color=pink]COMMENT[/color]</li>"+ "</ul></td>"+ "</tr></tbody></table></div>Auto: <input type=\"radio\" checked name=\"mode\" value=\"auto\" onClick=\"preparemode('auto')\"> Manual: <input type=\"radio\" name=\"mode\" value=\"manual\" onClick=\"preparemode('manual')\"><div id=\"controldiv\" style=\"display:none\" class=\"gallerycontroller\"><form name=\"gallerycontrol\"><select class=\"gallerycontroller\" size=\"3\" name=\"menu\" onChange=\"manualcontrol(this.options.selectedIndex)\"></form></div>"; addBox("RIGHT","TITLE HERE",twistadv,"twist",null); [b]startgallery();[/b] }[/quote] Next Step: Paste this code under your js codes... <">Last Step: :lol: :thumbsup: Place this inside your CSS [quote].gallerycontent{ width: 300px; height: 150px; border: 1px solid black; background-color: [b]#000000;[/b] padding: 3px; display: block; color:[b]#ff0033;[/b] } .gallerycontroller{ width: 300px; }[/quote] ^You can edit the bold part for your own desire... That's It Your Done.... Goodluck and have fun [quote]By the way you can also try different content using the function... For ex: [b]Subject:[/b] Friendstertalk [b]Div Content:[/b] The official site of the coolest tweaker of Friendster and Multiply[/quote] [quote]Changelog: :arrow: Fix for IE browser.... yehhhh :arrow: Edited and removed some unwanted script[/quote]

Last edited by blurrycloud (2008-09-13 07:00:59)

Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

You rock buddy!!! very nice script!!!
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

Weii thanks.. heinz
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

:arrow: how i wish ie users can use this as well..great script really...
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

:arrow: yah that is the sad part... the creator of this script said.. it is working for IE .. but sadly i don't see the effect using IE browser... i really tried my best buds.. to make it work for our fellow IE User... and all i received from this script is a big :wallbash: headache :wallbash:

Last edited by blurrycloud (2008-01-31 01:12:16)

Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

Hmmm too many doc.writes hehe nice script though. =)
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

.. Thanks ephe ^ =) :thumbsup:
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

=D good thing .. coz IE :thumbsdown: :redface: sorry lolo bob.. :D weeee 2 new tricks in 1 day.. woottt keep it up guys!! =D XD
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

weiiii thanks sis duch..
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

[quote=ducheszv]=D good thing .. coz IE :thumbsdown: :redface: sorry lolo bob.. :D weeee 2 new tricks in 1 day.. woottt keep it up guys!! =D XD[/quote] @off topic :evil: such a mean apo ducheszv... =D =D just teasing my friend..it is ok...someday I will give FF a try. @on topic..I wonder if the problem with IE is the document.write codes, I know before both feruzz and ephermeral I believe that they had a negative impact on IE users. ahh see its like louis script with the only with friends caption :thumbsup:

Last edited by bobcbar (2008-01-31 01:25:35)

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

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

^ :redface: hahaha.. download FF lolo and see the difference.. :eh: :thumbsup:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

since i am new in sharing here and i will tell you seriously I only got a few knowledge :( on the function of some tricks and all i know is how to apply it for Friendster and some in Multiply... but thanks for the early comments guys.... :thumbsup: :thumbsup:

Last edited by blurrycloud (2008-01-31 01:30:59)

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

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

keep them coming my friend ur doing great :thumbsup:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

^ yup keep on sharing buddy...were proud of you... just dont share scripts with ip and email detector =D lols...
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

^lols... that's very dangerous script... thanks kuya bob and heinz.. :) =)
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

anyway.. @OT: guys have you seen feruzz around.. :ninja:
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

lol i lurve this blurry XD keep it coming my friend epic win for ya! :D :thumbsup:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

i saw on your page that your using mdirwan friends with caption tweak... so why not make it more exciting using the function of this script ... epic win @bro shirow :eh: :eh:
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

cool! trick! but i hope this one will work in IE.. ;)
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

first post updated... now working for IE users... especially edited for the concerns of ftalk members who loves both browser... especially Internet Explorer... DO NOT KILL IE... lols :lol: :lol: :arrow: i edited some function in the script... removed some docu.write script :wasted: @kuya bobcar... you should check this out.. :eh: :eh:

Last edited by blurrycloud (2008-01-31 04:27:44)

  • ARCHIVES 
  • » Ok Prepare Yourself First Image Preview: [img]http://img205.imageshack.us/img205/8365/72055588mh0.gif[/img] :arrow: This is the Exact Effect :arrow: You can control the images manually :arrow:

Pages: 123

Board footer

© 2024 F Talk

Current time is 09:39

[ 10 queries - 0.040 second ]
Privacy Policy