• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Skype button needs to be fixed (solution in thread, easy fix)

Status
Not open for further replies.
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
Code:
<img src="http://mystatus.skype.com/[username].png" alt="Online Status" border="0" />
when it should be
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.
 
Status
Not open for further replies.
Back
Top