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




