• Anonymous
  • Login
  • Register
BlogSphere - Feature Request: Multiple Skype Accounts


I have multiple skype accounts (for work and home). Is it possible to make the Profile field multivalue, and then have the code in the sidebar display one image per account? I've done this in my copy by changing the field as follows:

x1 := @GetProfileField("BlogConfig";"Conf_Contact_Show_Skype");
x2 := @Explode(@GetProfileField("BlogConfig";"Conf_Contact_Skype");",");
x3 := "<a href=\"callto://"+x2+"\"><img src=\"http://goodies.skype.com/graphics/skypeme_btn_small_green.gif\" border=\"0\" alt=\"skypeme\"></a>";
x4 := "<!-- Skype 'My status' button http://www.skype.com/go/skypebuttons --> " + @If(@Elements(x2)>1;x2;"") + "<script type=\"text/javascript\" src=\"http://download.skype.com/share/skypebuttons/js/skypeCheck.js\"></script> <a href=\"skype:" + x2 + "?chat\"><img src=\"http://mystatus.skype.com/smallclassic/" + x2 + "\" style=\"border: none;\" width=\"114\" height=\"20\" alt=\"My status\" /></a>";
@If(x1 = "Yes";x3;x1 = "Status";x4;"")

the profile field is still single value, but uses a comma as a delimiter between names. this then causes multiple images to show, and also shows the skype name next to the image for clarity

(This also includes my bugfix where enabling skype status uses the wrong skype account)



Taken Actions by Owners

No actions have been taken yet.


In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.