Changeset 43648

Show
Ignore:
Timestamp:
04/30/08 14:39:10 (2 months ago)
Author:
peterwsterling
Message:

update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • add-local-avatar/trunk/readme.txt

    r38146 r43648  
    2222* Use the form, <code>Users</code> &raquo; <code>Avatars</code>, to define any local avatars for your users.  Specify the URI for an avatar image, something like <code>http://your.domain/avatars/image.jpg</code>, where <code>avatars</code> is a directory containing your local images. 
    2323* Also you may set a default size (in pixels) for avatars and define a default image (e.g. <code>http://your.domain/avatars/default.jpg</code>) to use when no local or global avatar is available. 
    24 * The code to include in your template files is documented on the <code>Users</code> &raquo; <code>Avatars</code> page too. 
     24* Plus, you can also take advantage of the Gravatar.com feature to use Wavatar, Monster ID and Identicon. 
     25* Example code to include in your template files is documented on the <code>Users</code> &raquo; <code>Avatars</code> page.