Yahoo messenger contact field.

Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here.
Forum rules
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
User avatar
Dragosvr92
Registered User
Posts: 624
Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:

Yahoo messenger contact field.

Post by Dragosvr92 »

As we all know Yahoo had a page where you could contact someone by their account id.

More exactly this:

Code: Select all

http://edit.yahoo.com/config/send_webmesg?.target={USER_ID_HERE}&.src=pg
This page seems to have been taken down and it now redirects to:

Code: Select all

http://messenger.yahoo.com/web?im={USER_ID_HERE}
I think phpBB should change the way to contact someone by their Yahoo account, as this way seems to have been moved.
As replacement for that contact page, you could use the fallowing maybe:

Code: Select all

<a href="ymsgr:sendim?{USER_ID_HERE}"></a>
You can also add some variable in php, alike the board logo phpscript, and add a message in there to send to the user..

Code: Select all

<a href="ymsgr:sendim?{USER_ID_HERE}&m=Hello+{USER_ID_HERE}+!+ You+are+contacted+from+site+example.com"></a>
I dont know.. i want opinions :)
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
callumacrae
Former Team Member
Posts: 1046
Joined: Tue Apr 27, 2010 9:37 am
Location: England
Contact:

Re: Yahoo messenger contact field.

Post by callumacrae »

Not enough people use yahoo for this - perhaps a mor generic approach would be more suitable?
Made by developers, for developers!
My blog

User avatar
Dragosvr92
Registered User
Posts: 624
Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:

Re: Yahoo messenger contact field.

Post by Dragosvr92 »

I am just saying that the link to Yahoo!, that phpBB is using is outdated, therefore not working anymore.
So we should think of replacements. I gave an example on what you could change it to.
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1903
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Yahoo messenger contact field.

Post by DavidIQ »

Why don't you just create a ticket and send a pull request for the fix? ;)
I don't think using the ymsgr link "protocol" will be a good idea though as it would likely bomb on mobile devices or even computers without Yahoo! messenger installed, etc.
Image

User avatar
Dragosvr92
Registered User
Posts: 624
Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:

Re: Yahoo messenger contact field.

Post by Dragosvr92 »

Because i am not sure how it should be, and said to discuss the matter first with the community and see what we like it to be like. :)
Good point, i didnt thought on that :oops:

But i have an other Idea !
I think this worths to be submitted as an improvement.
Why dont you make it like it is on the existing MSN Page?

I played a bit with Firebug and made this two pictures..
Yahoo Contact1.png
Yahoo Contact1.png (63.28 KiB) Viewed 38351 times
Yahoo Contact2.png
Yahoo Contact2.png (76.26 KiB) Viewed 38351 times
What do you think?

Also, here is source of the last image.
It has all Yahoo Protocols etc.... I made somewhat of a private page on "tracking" an Yahoo id, so i had all this handy :)
Attachments
Yahoo Contact.html
(1.39 KiB) Downloaded 1809 times
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
callumacrae
Former Team Member
Posts: 1046
Joined: Tue Apr 27, 2010 9:37 am
Location: England
Contact:

Re: Yahoo messenger contact field.

Post by callumacrae »

DavidIQ wrote:I don't think using the ymsgr link "protocol" will be a good idea though as it would likely bomb on mobile devices or even computers without Yahoo! messenger installed, etc.
That's a nonissue, all browsers should be able to handle links to unknown protocols (although there should be a fallback, as they fail silently).
Made by developers, for developers!
My blog

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1903
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Yahoo messenger contact field.

Post by DavidIQ »

callumacrae wrote:
DavidIQ wrote:I don't think using the ymsgr link "protocol" will be a good idea though as it would likely bomb on mobile devices or even computers without Yahoo! messenger installed, etc.
That's a nonissue, all browsers should be able to handle links to unknown protocols (although there should be a fallback, as they fail silently).
Yeah the fallback is that it goes nowhere. That is still a fail compared to what it does now. Or does that not matter?

@TheKiller: not sure if that will be a good idea to throw into 3.0.10 but that would be something for the devs to decide.
Image

User avatar
Dragosvr92
Registered User
Posts: 624
Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:

Re: Yahoo messenger contact field.

Post by Dragosvr92 »

DavidIQ wrote: @TheKiller: not sure if that will be a good idea to throw into 3.0.10 but that would be something for the devs to decide.
Why not?
It looks pretty in my opinion. You may not want some links from all I've added, but what about the idea.. having a page alike MSNs, you can just add the Add contact and Send message links, exactly as on the MSN Page, if you consider the other stuff, avatar etc shouldnt be added.
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1903
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Yahoo messenger contact field.

Post by DavidIQ »

Because it's new functionality? And because there are new elements that will be needed like language variables and template modifications? Unless of course you don't mind delaying 3.0.10 some more and giving translators some additional work. :P
Image

User avatar
callumacrae
Former Team Member
Posts: 1046
Joined: Tue Apr 27, 2010 9:37 am
Location: England
Contact:

Re: Yahoo messenger contact field.

Post by callumacrae »

File a ticket for 3.0.10 and mark it as a blocker (it's a bug, not really new functionality - the old method is broken). I personally think that it should be included, but I don't think that it will.
Made by developers, for developers!
My blog

Post Reply