You are here: Home Plone products collective.portlet.skype

collective.portlet.skype (1.0)

3
by Olha Pelishok last modified 2009-07-23
0.0
0.0
0.0
0.0
Released on 2008-08-04 by Blue Dynamics, Jens Klein for Plone 3.0, Plone 3.1 under GPL - GNU General Public License available for All platforms.
Software development stage: beta
A Plone 3 style portlet to show skype contacts with an status icon. By default skype names are fetched from the user-profiles of available users.

Usage

This is a python module made with zopes component architecture and using plones infrastructure.

You need to include it in you buildouts eggs and zcml sections. To make it available in Plone you need to assign it to a portlet-manager. This is usally done in your profiles portlets.xml file. Consult the Plone documentation for details. In your profile also add ++resource++collective.portlet.skype.javascript to portal_javascript registry.

By default the portlet takes all available users and check if they have one of the properties: skype, skypeid, skype_id. You can overrule this behaviour by writing an own class implementing ISkypeNameFetcher and register it for your needs.

Once registered and setup for your site just go to your portlet-manager and add a sykpe portlet.

Document Actions
Powered by Plone