Skip to content

User Profile, Birthdays and White Pages portlets for a user or person.

Notifications You must be signed in to change notification settings

simplesconsultoria/s17.portlets

Repository files navigation

s17.portlets

User Profile, Birthdays and White Pages portlets for a user or person.

Travis CI badge Coveralls badge Downloads

Got an idea? Found a bug? Let us know by opening a support ticket.

To enable this product in a buildout-based installation:

  1. Edit your buildout.cfg and add s17.portlets to the list of eggs to install

    [buildout]
    ...
    eggs =
        s17.portlets
    
  2. Starting on 1.0b2 s17.portlets no longer depends on s17.person. If your project depends on such package, you should add the person extra to your buildout.cfg or setup.py:

    [buildout]
    ...
    eggs =
        s17.portlets [person]
    

After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.

Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.

Check the box next to s17.portlets and click the 'Activate' button.

Note

You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.

The following portlets are always available:

User Profile
The User Profile portlet displays a portrait, some useful links and a list of content created by the current user.
https://raw.github.com/simplesconsultoria/s17.portlets/master/user-profile.png
Birthdays
The Birthdays portlet displays the names of the users or persons with upcoming birthdays in the following days (the number of days is user configurable).
https://raw.github.com/simplesconsultoria/s17.portlets/master/birthdays.png

The following portlets currently depend on the installation of s17.person and work only with Person objects:

White pages
The white pages portlet displays a search box to look for persons using their name.

About

User Profile, Birthdays and White Pages portlets for a user or person.

Resources

Stars

Watchers

Forks

Packages

No packages published