GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RT::Extension::Gravatar(3) User Contributed Perl Documentation RT::Extension::Gravatar(3)

RT::Extension::Gravatar - Displays Gravatar images within RT

This Plugin displays Gravatar image on the following pages:
More about the requestors widget
Modify user page
About me (Preferences)
User Summary

"perl Makefile.PL"
"make"
"make install"
May need root permissions
Edit your /opt/rt4/etc/RT_SiteConfig.pm
If you are using RT 4.2 or greater, add this line:

    Plugin('RT::Extension::Gravatar');
    

For RT 4.0, add this line:

    Set(@Plugins, qw(RT::Extension::Gravatar));
    

or add "RT::Extension::Gravatar" to your existing @Plugins line.

Clear your mason cache
    rm -rf /opt/rt4/var/mason_data/obj/*
    
Restart your webserver

GravatarUrl

Return the gravatar image url of the user.

HasGravatar

Return true if the user has an gravatar image.

Christian Loos <cloos@netsandbox.de>

This software is Copyright (C) 2010-2016, Christian Loos.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991

<http://bestpractical.com/rt/>

<http://gravatar.com/>

2016-09-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.