[dev] [PATCH] Agora avatar support

Andrew Hosie ahosie at gmail.com
Tue Mar 22 20:57:49 PST 2005


Submitting patch for agora avatar support.
Supports:
* Site-installed gallery
* Off-site images
* User uploaded images
* Image restrictions (file size, dimensions and mime type)
http://www.faerun.com.au/~ahosie/agora.tgz



Requires patch against horde to support user-submitted avatars:
diff -r horde/templates/prefs/begin.inc horde.base/templates/prefs/begin.inc
1c1
< <form method="post" name="prefs" <?php
if(function_exists($app.'_multipart_form')): ?>
enctype="multipart/form-data"<?php endif; ?> action="<?php echo
Horde::selfURL() ?>">
---
> <form method="post" name="prefs" action="<?php echo Horde::selfURL() ?>">


More information about the dev mailing list