GodlessAstronomer
Lifer
If a member supplies a Skype profile name then their Skype status is shown below their name. If you click this status icon it opens a popup which allows you to call them on Skype. However the status inside this popup always shows offline. This is simple to fix, in the popup the image that points to the user's status is
when it should be
Hope you consider fixing this, it's a small thing but it's also a very straight forward fix.
Code:
<img src="http://mystatus.skype.com/[username].png" alt="Online Status" border="0" />
Code:
<img src="http://mystatus.skype.com/balloon/[username]" alt="Online Status" border="0" />
Hope you consider fixing this, it's a small thing but it's also a very straight forward fix.