• ARCHIVES 
  • » [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

Pages: 1234567..7

[quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

xdarksaint
» n00b
FTalk Level: zero
37
0
1969-12-31

[quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

[quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you getting sick of how your YM Status Indicator looks like? Then, [u][b]JUST USE YOUR OWN IMAGES![/b][/u][/align] [align=center]That's right! YOU CAN REALLY USE ANY IMAGE YOU PREFER. Just like the [i][b]crappy[/b][/i] one below:[/align] [align=center][img]http://i249.photobucket.com/albums/gg205/darksaints/gen.jpg[/img][/align] :lol: [i][b]OTHER PREVIEWS (Remember YOU MAY USE YOUR OWN) : [/b][/i] [spoiler][align=center][img]http://i249.photobucket.com/albums/gg205/darksaints/ym_online.jpg[/img] [img]http://i249.photobucket.com/albums/gg205/darksaints/ym_offline.jpg[/img][/align][/spoiler] :arrow: :arrow: :arrow: [b]Option 1: [u]SHORT METHOD[/u] - Generator[/b] [i](Updated 28 July 2009)[/i] [spoiler][align=center]I am an engineer and NOT a real coder/programmer. So, please bear with me and my simple generator. Here is the link: [url]http://pukol.leadhoster.com/ymsgen.html[/url][/align][/spoiler] :arrow: :arrow: :arrow: [b]Option 2: [u]LONG METHOD[/u] - Tutorial[/b] [i](Updated 10 March 2008)[/i] [spoiler]If the generator doesn't work for you, better try this one. It may be a little more complex, but who knows, maybe this will work for you instead. [b]STEP 1:[/b] Save the images below in your computer. :arrow:[b]Online Icon[/b] Save it as [b]ymon.gif[/b] [img]http://i249.photobucket.com/albums/gg205/darksaints/ymon.gif[/img] :arrow:[b]Offline Icon[/b] Save it as [b]ymoff.gif[/b] [img]http://i249.photobucket.com/albums/gg205/darksaints/ymoff.gif[/img] :arrow:[b]Server Busy Icon[/b] Just choose one below and save it as [b]ymuk.gif[/b] [img]http://i249.photobucket.com/albums/gg205/darksaints/ymuk.gif[/img] [img]http://i249.photobucket.com/albums/gg205/darksaints/ymiv.gif[/img] [b]You can actually use any image you want[/b] as long as you rename them as ymon.gif, ymoff.gif, ymuk.gif just to [b]conform with this code[/b]. [b]STEP 2:[/b] Upload the files and take note of the URL of the uploaded images. [b]STEP 3:[/b] Edit the code below and paste it in your external JS inside the onload handler. [b]Code: As a sidebar add-on[/b] You need knowledge in JS, i used here [b]addbox function for wvm3.1.1[/b].. Sorry if the code's too messed up :D It's because I just generated it using a sidebar generator... nevertheless, it's the one i'm using in my profile... <">[b]Edit the following:[/b] :arrow:[b]crystjanus[/b] to your YM ID [b]NOTE[/b]: the URL you are going to edit in these three parts of the code does not include the [b]http://[/b] part. the fourth one you are going to edit requires the [b]http://[/b] part. :arrow:[b]IMAGEURL1A[/b] to the URL of your ymon.gif Example1, you uploaded [b]ymon.gif[/b] in ripway (with username of [b]xzio[/b]) and the COMPLETE URL of the uploaded image is: [u]http://h1.ripway.com/xzio/ymon.gif[/u] then you just have to replace [b]IMAGEURL1A[/b] in the code with [b]h1.ripway.com/xzio/ymon.gif[/b] only. :arrow:[b]IMAGEURL2A[/b] to the URL of your ymoff.gif Example2, you uploaded [b]ymoff.gif[/b] in photobucket (with username of [b]xzio[/b]) and the COMPLETE URL of the uploaded image is: [u]http://i251.photobucket.com/albums/cj621/xzio/ymoff.gif[/u] then you just have to replace [b]IMAGEURL2A[/b] in the code with [b]i251.photobucket.com/albums/cj621/xzio/ymoff.gif[/b] only. :arrow:[b]IMAGEURL3A[/b] to the URL of your ymuk.gif Example3, you uploaded [b]ymuk.gif[/b] in ripway (with username of [b]xzio[/b]) and the COMPLETE URL of the uploaded image is: [u]http://h1.ripway.com/xzio/ymuk.gif[/u] then you just have to replace [b]IMAGEURL3A[/b] in the code with [b]h1.ripway.com/xzio/ymuk.gif[/b] only. :arrow:[b]IMAGEURL3B[/b] to the [b]COMPLETE URL [/b]of your ymuk.gif Example4, you uploaded [b]ymuk.gif[/b] in ripway (with username of [b]xzio[/b]) and the COMPLETE URL of the uploaded image is: [u]http://h1.ripway.com/xzio/ymuk.gif[/u] then you have to replace [b]IMAGEURL3B[/b] in the code with [b]http://h1.ripway.com/xzio/ymuk.gif[/b] as a whole. [b]Edit Position of Add-on:[/b] To change the location of the add-on, you'll have to change the two bold terms in this part of the code: [quote]addBox("[b]RIGHT[/b]","In YAHOO Msgr, crystjanus",m0,"ymstatus","[b]2[/b]");[/quote] Replace [b]RIGHT[/b] and [b]2[/b] with: Makes YM Status located above the: LEFT 0 Control Panel LEFT 1 Photo Gallery LEFT 13 Blogs LEFT 12 Reviews LEFT 6 More About LEFT 18 Comments and Testimonials LEFT 10 Media Box RIGHT 15 Meettrail RIGHT 2 Featured Friends RIGHT 14 Google Ads RIGHT 7 Fan RIGHT 8 Groups[/spoiler] [quote][b]NOTE:[/b] Please make sure you have wvm 3.1.1 to use the addbox function of this code. If not, replace only the addbox function. Hope it works. If there are any problems, like i said, feel free to ask and i'll try my best to provide solutions.[/quote] :lol: [i][b]CREDITS:[/b][/i] [spoiler]This is a modified version of [b]pinkiztah[/b]'s YM Status Icon 2... [b]CREDITS:[/b] for [url]http://xeeber.com[/url], the site where I got the images from. I just want to thank sir [i]lordheinz[/i], sir [i]KhErMiNaTo[/i]R, maam [i]mylaedylilly[/i], and [i]kkaik[/i] for their encouragement. :thumbsup: :thumbsup: For everybody, you can report this topic to the moderators if you feel to do so. Anyway, i think it differs a little from the already posted YM STATUS CODES since this one [b]uses three status indicators[/b], it's [b]a mainbar/sidebar add-on[/b], and it has a [b]new look[/b]. am i right?? :P[/spoiler]

Last edited by xdarksaint (2009-07-28 05:02:38)

dollface02
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

awesome! nice one..! I'm gonna put this in my page! tnks u eneeweiz.. haha.
angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

Cool and awesome add on bro =) :thumbsup: Im gonna try it sooner =) Keep it up =)
kkaik
» FTalker
FTalk Level: zero
149
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

yuou finally posted it!!=) i cant wait 2 use this..
dannavj3
» n00b
FTalk Level: zero
47
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

Yey,thanks for that i know someone waiting for this Great job..... "share more,learn more" (quotes for today=|)
lilprincess950
» FTalkManiac
FTalk Level: zero
771
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

Wow...thanks for sharing!=)
xdarksaint
» n00b
FTalk Level: zero
37
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

thanks guys.... i hope it works in your profiles.... if there are problems, just post your questions here.... i'll be glad to answer them (if i can :D)... well, got to go... i'll be waiting for your comments.... (i just hope they're all positive :lol:)
babyzchen
» FTalker
FTalk Level: zero
264
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

great add-on.. really nice.. thanks for sharing this..:D
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

im gona give you a repu for this one buddy..how is that? thanks for sharing anyway! + repu for you..:thumbsup: well just a little confuse with this one: [quote]h1.ripway.com/username/ymon.gif to the link (without http://)of your ymon.gif h1.ripway.com/username/ymoff.gif to the link (without http://)of your ymoff.gif h1.ripway.com/username/ymuk.gif to the link (without http://)of your ymuk.gif http://h1.ripway.com/username/ymuk.gif to the link of your ymuk.gif[/quote] can you explain to us further? how is the image?do we need to just use your image?

Last edited by lordheinz (2008-03-01 02:37:21)

xdarksaint
» n00b
FTalk Level: zero
37
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

thank you sir, i cant reply properly now coz im just using my ph0ne.. ill be online in my pc in 4 h0urs.. ill answer the questi0n later.. sorry for the inconvenience..
03_khine_03
» FTalkManiac
FTalk Level: zero
667
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

i think you got the pictures at [url]http://xeeber.com[/url] i'm using it to find out whether my friends are invisible or not btw.. tnx 4 sharing.. so cool but did you really got the pictures at [url=http://www.xeeber.com]Xeeber[/url]?? if yes, pls give credits to them?
xdarksaint
» n00b
FTalk Level: zero
37
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

@[b]khine[/b], yeah, actually i got it there... i wanted to give credit to them but i was just being careful not to violate a rule.. [b]SITE PROMOTION[/b] but i did get it there and combined the codes for YM STATUs... If it's not a violation, i'll include the credit in my update later... @sir [b]lordheinz[/b] sir, i'll just change the codes in post 1 so it gets understood easier by other FTalkers... please check it in a few minutes sir....
lei9182
» FTalker
FTalk Level: zero
192
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

great!!! thanks for sharing...
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

[quote=xdarksaint]@[b]khine[/b], yeah, actually i got it there... i wanted to give credit to them but i was just being careful not to violate a rule.. [b]SITE PROMOTION[/b] but i did get it there and combined the codes for YM STATUs... If it's not a violation, i'll include the credit in my update later... @sir [b]lordheinz[/b] sir, i'll just change the codes in post 1 so it gets understood easier by other FTalkers... please check it in a few minutes sir....[/quote] ok just post udated ok,so i will know..thanks indeed buddy :thumbsup:
xdarksaint
» n00b
FTalk Level: zero
37
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

:arrow: [b]POST 1 UPDATED[/b] :thumbsup: I made a few changes from the previous code i posted.. I hope it became easier =) :thumbsup: I just gave credits to the site where i got the images.. please, i'm not trying to promote the site (if others would say it's a RULE VIOLATION here in friendstertalk).. let's all be friendly here, right?? sorry, just a newbie here.. PEACE everyone!! :P @sir [b]lordheinz[/b], you're very welcome idol :D
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

finally got your point buds...im gona use this one for sure..il edit my profile this evening.. well + repu for you..Oops its already given earlier :D Thanks saint for this one...keep on sharing ok..lets cheers ftalkers!!
neversuck
» n00b
FTalk Level: zero
8
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

it's work in friendster
taurus1983
» n00b
FTalk Level: zero
63
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

coool:)
pulasara
» FTalkAddict
FTalk Level: zero
574
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

woowww:o:o more cool:cool:
†breadz23†
» FTalkAddict
FTalk Level: zero
360
0
1969-12-31

Re: [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

nice one!! tnx for sharing..
  • ARCHIVES 
  • » [quote][align=center]Former Thread Title: [b]YM Three-Status Sidebar Add-on (New Look!)[/b] Status #1: Online Status #2: Offline Status #3: Server Is Busy [/align][/quote] [align=center]Are you gettin

Pages: 1234567..7

Board footer

© 2024 F Talk

Current time is 08:05

[ 10 queries - 0.064 second ]
Privacy Policy