[Koha-bugs] [Bug 6298] New: Profile pictures in the OPAC next to review authors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 4 14:13:58 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6298

             Bug #: 6298
           Summary: Profile pictures in the OPAC next to review authors
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: OPAC
        AssignedTo: oleonard at myacpl.org
        ReportedBy: fmarier at gmail.com
         QAContact: koha-bugs at lists.koha-community.org


Created attachment 4035
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4035
Screenshot of user reviews on book with avatars

Adding Libravatar (http://www.libravatar.org) support to the OPAC will make it
possible to display photos next to the reviewers' name as long as that patron
has an email address on file.

This is actually pretty simple to do since the Gravatar::URL CPAN package
includes a module called Libravatar::URL:

  http://search.cpan.org/~fmarier/Gravatar-URL-1.04/lib/Libravatar/URL.pm

which is in Debian as of wheezy. Otherwise:

  sudo apt-get install libnet-dns-perl libtest-warn-perl
  sudo cpan Gravatar::URL

My branch is here:

 
https://gitorious.org/~fmarier/koha/francois-sandbox/commits/libravatar_support

and I will submit it to the mailing list for review once it's ready.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list