<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: User Avatar</title>
        <description>Allows users to setup an avatar image, which can appear in their posts and profile page. Users can upload multiple avatar images in the control center. One of these can be selected as the active avatar.

The administrator can do some configuration through the module settings:
- allowed file types (options are gif, jpg and/or png)
- number of avatars that can be uploaded
- maximum filesize for an avatar
- maximum dimensions (in pixels) for an avatar
- who can use avatars (admins, moderators+admins, all users)
- who can disable displaying of avatars (admins, moderators+admins, all users, nobody)

Thomas and I started this version of the module as a port of the old Phorum 5.1 compatible User Avatar module, but it ended up as a full rewrite. It makes use of a lot of 5.2 features and installing it is easier than ever. The only thing that you need to do manually, is editing your templates to specify where you want to place the avatar in the messages and user profile.

[b]Note:[/b] Because of some new features and fixes for Phorum 5.2, you need to install at least version 5.2.1-alpha. The module will not work with older versions of Phorum.

[code]
Changelog:
----------

2016-09-01 3.0.5 Oliver Riesen-Mallmann 

    - Made XHTML 1.0 Transitional compliant.

2008-11-14 3.0.4 Maurice Makaay

    - Generate the avatar for the currently active user as well. The
      avatar is available in {USER-&gt;user_avatar}.

    - For all template variables, the names have changed from

      {DATA-&gt;mod_user_avatar}   -&gt; {DATA-&gt;user_avatar}
      {DATA-&gt;mod_user_avatar_w} -&gt; {DATA-&gt;user_avatar_w}
      {DATA-&gt;mod_user_avatar_h} -&gt; {DATA-&gt;user_avatar_h}

      The template variables that were used up to version 3.0.3
      have all been implemented as backward compabibility options,
      so no changes are needed in the templates. The new
      {USER-&gt;user_avatar} is only available under that name.

2008-07-01 3.0.3 Maurice Makaay

    - Fixed an undefined index warning.
      Thanks to Oliver Riesen for noticing.

2008-01-08 3.0.2 Maurice Makaay

    - The image dimensions (width and height) for avatar images are
      now stored in the user avatar data. Extra template variables
      {OBJECT-&gt;mod_user_avatar_w} and {OBJECT-&gt;mod_user_avatar_h}
      have been introduced to make this information available from the
      templates. This can be used to assign a correct width and height
      to avatar images. See the README for updated template examples.

      The idea for this was provided by Phorum user &quot;tomierna&quot;. He also
      provided a patch, but that one had to retrieve the image data for
      the avatars on each request to determine the filesize. Since we
      already have the dimensions available, right after the avatar file
      upload, I figured we could better remember that data from there
      to make this a really lightweight option.

2007-11-01 3.0.1 Maurice Makaay

    - Added Russian language file.
      Thanks to user &quot;born2die&quot; at phorum.org.

    - Added German language files.
      Thanks to user &quot;Berti&quot; at phorum.org.

    - Added French language file.
      Thanks to notre-planete.info.

    - Added Turkish language file.
      Thanks to user &quot;scabboy&quot; at phorum.org.

    - Added Italian language file.
      Thanks to Nicola.

2007-09-14 3.0.0 Maurice Makaay

- First stable release for Phorum 5.2.

[/code]</description>
        <link>https://www.phorum.org/phorum5/read.php?62,124297,124297#msg-124297</link>
        <lastBuildDate>Mon, 18 May 2026 07:52:39 -0400</lastBuildDate>
        <generator>Phorum 5.2.22</generator>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,162044#msg-162044</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,162044#msg-162044</link>
            <description><![CDATA[ Does this file exist on this path?   ./include/api/custom_profile_fields.php<br />
All lower case?<br />
<br />
What are the directory permissions?]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 21 Jun 2018 13:36:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,162042#msg-162042</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,162042#msg-162042</link>
            <description><![CDATA[ I am having an issue as soon as I enable this module<br />
<br />
Warning: require_once(./include/api/custom_profile_fields.php): failed to open stream: No such file or directory in /home/XXXX/XXXX/mods/user_avatar/install.php on line 13<br />
<br />
Fatal error: require_once(): Failed opening required &#039;./include/api/custom_profile_fields.php&#039; (include_path=&#039;.:/opt/cpanel/ea-php56/root/usr/share/pear&#039;) in /home/XXXX/XXXX/mods/user_avatar/install.php on line 13]]></description>
            <dc:creator>cd5ssmffan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 21 Jun 2018 05:05:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,161515#msg-161515</guid>
            <title>Problem with Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,161515#msg-161515</link>
            <description><![CDATA[ I hav download last version phorum-5.2.22.zip and installet. Then the Module Avatar. The Module avatar is korektli in Admin aktivatet. I can apload avatar. <br />
<br />
<br />
In read.ptl<br />
<br />
&lt;!-- BEGIN TEMPLATE read.tpl --&gt;<br />
&lt;div class=&quot;nav&quot;&gt;<br />
    {IF URL-&gt;INDEX}&lt;a class=&quot;icon icon-folder&quot; href=&quot;{URL-&gt;INDEX}&quot;&gt;{LANG-&gt;ForumList}&lt;/a&gt;{/IF}<br />
    &lt;a class=&quot;icon icon-list&quot; href=&quot;{URL-&gt;LIST}&quot;&gt;{LANG-&gt;MessageList}&lt;/a&gt;<br />
    &lt;a class=&quot;icon icon-comment-add&quot; href=&quot;{URL-&gt;POST}&quot;&gt;{LANG-&gt;NewTopic}&lt;/a&gt;<br />
&lt;/div&gt;<br />
<br />
{LOOP MESSAGES}<br />
<br />
    {IF NOT MESSAGES-&gt;parent_id 0}<br />
        &lt;a name=&quot;msg-{MESSAGES-&gt;message_id}&quot;&gt;&lt;/a&gt;<br />
    {/IF}<br />
<br />
    &lt;div class=&quot;message&quot;&gt;<br />
<br />
        &lt;div class=&quot;generic&quot;&gt;<br />
<br />
            &lt;table border=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />
                &lt;tr&gt;<br />
                    &lt;td width=&quot;100%&quot;&gt;<br />
                    {IF MESSAGES-&gt;mod_user_avatar}<br />
                    &lt;img src=&quot;{MESSAGES-&gt;mod_user_avatar}&quot; alt=&quot;&quot; style=&quot;float: left;margin-right: 5px;&quot; /&gt;<br />
                    {/IF}<br />
                    &lt;div class=&quot;message-author icon-user&quot;&gt;<br />
                    {IF MESSAGES-&gt;URL-&gt;PROFILE}&lt;a href=&quot;{MESSAGES-&gt;URL-&gt;PROFILE}&quot;&gt;{/IF}{MESSAGES-&gt;author}{IF MESSAGES-&gt;URL-&gt;PROFILE}&lt;/a&gt;{/IF}<br />
                    {IF MESSAGES-&gt;URL-&gt;PM}&lt;small&gt;[ &lt;a href=&quot;{MESSAGES-&gt;URL-&gt;PM}&quot;&gt;{LANG-&gt;PrivateReply}&lt;/a&gt; ]&lt;/small&gt;{/IF}<br />
                    &lt;/div&gt;<br />
                        &lt;small&gt;<br />
                        &lt;strong&gt;&lt;a href=&quot;{MESSAGES-&gt;URL-&gt;READ}&quot; rel=&quot;nofollow&quot;&gt;{MESSAGES-&gt;subject}&lt;/a&gt; {IF MESSAGES-&gt;new}&lt;span class=&quot;new-flag&quot;&gt;{MESSAGES-&gt;new}&lt;/span&gt;{/IF}&lt;/strong&gt;&lt;br /&gt;<br />
                        {MESSAGES-&gt;datestamp}<br />
                        &lt;/small&gt;<br />
                    &lt;/td&gt;<br />
                    &lt;td class=&quot;message-user-info&quot; nowrap=&quot;nowrap&quot;&gt;<br />
                        {IF MESSAGES-&gt;user-&gt;admin}<br />
                            &lt;strong&gt;{LANG-&gt;Admin}&lt;/strong&gt;&lt;br /&gt;<br />
                        {ELSEIF MESSAGES-&gt;moderator_post}<br />
                            &lt;strong&gt;{LANG-&gt;Moderator}&lt;/strong&gt;&lt;br /&gt;<br />
                        {/IF}<br />
                        {IF MESSAGES-&gt;ip}<br />
                            {LANG-&gt;IP}: {MESSAGES-&gt;ip}&lt;br /&gt;<br />
                        {/IF}<br />
                        {IF MESSAGES-&gt;user}<br />
                            {LANG-&gt;DateReg}: {MESSAGES-&gt;user-&gt;date_added}&lt;br /&gt;<br />
                            {LANG-&gt;Posts}: {MESSAGES-&gt;user-&gt;posts}<br />
                        {/IF}<br />
                    &lt;/td&gt;<br />
                &lt;/tr&gt;<br />
            &lt;/table&gt;<br />
        &lt;/div&gt;<br />
<br />
        &lt;div class=&quot;message-body&quot;&gt;<br />
            {IF MESSAGES-&gt;is_unapproved}<br />
                &lt;div class=&quot;warning&quot;&gt;<br />
                    {LANG-&gt;UnapprovedMessage}<br />
                &lt;/div&gt;<br />
            {/IF}<br />
<br />
            {MESSAGES-&gt;body}<br />
            {IF MESSAGES-&gt;URL-&gt;CHANGES}<br />
                (&lt;a href=&quot;{MESSAGES-&gt;URL-&gt;CHANGES}&quot;&gt;{LANG-&gt;ViewChanges}&lt;/a&gt;)<br />
            {/IF}<br />
            &lt;div class=&quot;message-options&quot;&gt;<br />
                {IF MESSAGES-&gt;edit 1}<br />
                    {IF MODERATOR false}<br />
                        &lt;a class=&quot;icon icon-comment-edit&quot; href=&quot;{MESSAGES-&gt;URL-&gt;EDIT}&quot;&gt;{LANG-&gt;EditPost}&lt;/a&gt;<br />
                    {/IF}<br />
                {/IF}<br />
                &lt;a class=&quot;icon icon-comment-add&quot; href=&quot;{MESSAGES-&gt;URL-&gt;REPLY}&quot; rel=&quot;nofollow&quot;&gt;{LANG-&gt;Reply}&lt;/a&gt;<br />
                &lt;a class=&quot;icon icon-comment-add&quot; href=&quot;{MESSAGES-&gt;URL-&gt;QUOTE}&quot; rel=&quot;nofollow&quot;&gt;{LANG-&gt;QuoteMessage}&lt;/a&gt;<br />
                {IF MESSAGES-&gt;URL-&gt;REPORT}&lt;a class=&quot;icon icon-exclamation&quot; href=&quot;{MESSAGES-&gt;URL-&gt;REPORT}&quot;&gt;{LANG-&gt;Report}&lt;/a&gt;{/IF}<br />
            &lt;/div&gt;<br />
<br />
            {IF MESSAGES-&gt;attachments}<br />
                &lt;div class=&quot;attachments&quot;&gt;<br />
                    {LANG-&gt;Attachments}:&lt;br/&gt;<br />
                    {LOOP MESSAGES-&gt;attachments}<br />
                        &lt;a href=&quot;{MESSAGES-&gt;attachments-&gt;url}&quot;&gt;{LANG-&gt;AttachOpen}&lt;/a&gt; | &lt;a href=&quot;{MESSAGES-&gt;attachments-&gt;download_url}&quot;&gt;{LANG-&gt;AttachDownload}&lt;/a&gt; -<br />
                        {MESSAGES-&gt;attachments-&gt;name}<br />
                        ({MESSAGES-&gt;attachments-&gt;size})&lt;br/&gt;<br />
                    {/LOOP MESSAGES-&gt;attachments}<br />
                &lt;/div&gt;<br />
            {/IF}<br />
<br />
            {IF MODERATOR true}<br />
                &lt;div class=&quot;message-moderation&quot;&gt;<br />
                    {IF MESSAGES-&gt;threadstart true}<br />
                        &lt;a class=&quot;icon icon-delete&quot; href=&quot;{MESSAGES-&gt;URL-&gt;DELETE_THREAD}&quot;&gt;{LANG-&gt;DelMessReplies}&lt;/a&gt;<br />
<br />
                    {ELSE}<br />
                        &lt;a class=&quot;icon icon-delete&quot; href=&quot;{MESSAGES-&gt;URL-&gt;DELETE_MESSAGE}&quot;&gt;{LANG-&gt;DeleteMessage}&lt;/a&gt;<br />
                        &lt;a class=&quot;icon icon-delete&quot; href=&quot;{MESSAGES-&gt;URL-&gt;DELETE_THREAD}&quot;&gt;{LANG-&gt;DelMessReplies}&lt;/a&gt;<br />
                        &lt;a class=&quot;icon icon-split&quot; href=&quot;{MESSAGES-&gt;URL-&gt;SPLIT}&quot;&gt;{LANG-&gt;SplitThread}&lt;/a&gt;<br />
                    {/IF}<br />
                    {IF MESSAGES-&gt;is_unapproved}<br />
                        &lt;a class=&quot;icon icon-accept&quot; href=&quot;{MESSAGES-&gt;URL-&gt;APPROVE}&quot;&gt;{LANG-&gt;ApproveMessage}&lt;/a&gt;<br />
                    {ELSE}<br />
                        &lt;a class=&quot;icon icon-comment-delete&quot; href=&quot;{MESSAGES-&gt;URL-&gt;HIDE}&quot;&gt;{LANG-&gt;HideMessage}&lt;/a&gt;<br />
                    {/IF}<br />
                    &lt;a class=&quot;icon icon-comment-edit&quot; href=&quot;{MESSAGES-&gt;URL-&gt;EDIT}&quot;&gt;{LANG-&gt;EditPost}&lt;/a&gt;<br />
                &lt;/div&gt;<br />
            {/IF}<br />
<br />
        &lt;/div&gt;<br />
    &lt;/div&gt;<br />
{/LOOP MESSAGES}<br />
<br />
&lt;div class=&quot;nav&quot;&gt;<br />
    {INCLUDE &quot;paging&quot;}<br />
    &lt;!-- CONTINUE TEMPLATE read.tpl --&gt;<br />
    &lt;a class=&quot;icon icon-prev&quot; href=&quot;{URL-&gt;NEWERTHREAD}&quot;&gt;{LANG-&gt;NewerThread}&lt;/a&gt;<br />
    &lt;a class=&quot;icon icon-next&quot; href=&quot;{URL-&gt;OLDERTHREAD}&quot;&gt;{LANG-&gt;OlderThread}&lt;/a&gt;<br />
&lt;/div&gt;<br />
<br />
&lt;div id=&quot;thread-options&quot; class=&quot;nav&quot;&gt;<br />
    &lt;a class=&quot;icon icon-printer&quot; href=&quot;{URL-&gt;PRINTVIEW}&quot; target=&quot;_blank&quot;&gt;{LANG-&gt;PrintView}&lt;/a&gt;<br />
    {IF URL-&gt;MARKTHREADREAD}<br />
        &lt;a class=&quot;icon icon-tag-green&quot; href=&quot;{URL-&gt;MARKTHREADREAD}&quot;&gt;{LANG-&gt;MarkThreadRead}&lt;/a&gt;<br />
    {/IF}<br />
    {IF TOPIC-&gt;URL-&gt;FOLLOW}<br />
        &lt;a class=&quot;icon icon-note-add&quot; href=&quot;{TOPIC-&gt;URL-&gt;FOLLOW}&quot;&gt;{LANG-&gt;FollowThread}&lt;/a&gt;<br />
    {/IF}<br />
    {IF URL-&gt;FEED}<br />
        &lt;a class=&quot;icon icon-feed&quot; href=&quot;{URL-&gt;FEED}&quot;&gt;{FEED}&lt;/a&gt;<br />
    {/IF}<br />
    {IF MODERATOR true}<br />
        &lt;a class=&quot;icon icon-merge&quot; href=&quot;{TOPIC-&gt;URL-&gt;MERGE}&quot;&gt;{LANG-&gt;MergeThread}&lt;/a&gt;<br />
        {IF TOPIC-&gt;closed false}<br />
            &lt;a class=&quot;icon icon-close&quot; href=&quot;{TOPIC-&gt;URL-&gt;CLOSE}&quot;&gt;{LANG-&gt;CloseThread}&lt;/a&gt;<br />
        {ELSE}<br />
            &lt;a class=&quot;icon icon-open&quot; href=&quot;{TOPIC-&gt;URL-&gt;REOPEN}&quot;&gt;{LANG-&gt;ReopenThread}&lt;/a&gt;<br />
        {/IF}<br />
        &lt;a class=&quot;icon icon-delete&quot; href=&quot;{TOPIC-&gt;URL-&gt;DELETE_THREAD}&quot;&gt;{LANG-&gt;DeleteThread}&lt;/a&gt;<br />
        {IF TOPIC-&gt;URL-&gt;MOVE}&lt;a class=&quot;icon icon-move&quot; href=&quot;{TOPIC-&gt;URL-&gt;MOVE}&quot;&gt;{LANG-&gt;MoveThread}&lt;/a&gt;{/IF}<br />
    {/IF}<br />
&lt;/div&gt;<br />
<br />
{IF REPLY_ON_READ}<br />
  &lt;a name=&quot;REPLY&quot;&gt;&lt;/a&gt;<br />
{/IF}<br />
<br />
&lt;!-- END TEMPLATE read.tpl --&gt;<br />
<br />
<br />
But the Avatar is not to see. I have look Surcecode. The image tag is emty. The MESSAGES-&gt;mod_user_avatar is emty. Plase i need help. Thenks]]></description>
            <dc:creator>adis22</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 23 Jan 2017 18:47:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,160809#msg-160809</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,160809#msg-160809</link>
            <description><![CDATA[ New version:<br />
<br />
<pre class="bbcode">
2016-09-01 3.0.5 Oliver Riesen-Mallmann &lt;oliver@riesen.org&gt;
    - Made XHTML 1.0 Transitional compliant.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 01 Sep 2016 09:38:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,155238#msg-155238</guid>
            <title>Re: HELP ME TO INSTALL USER AVATAR</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,155238#msg-155238</link>
            <description><![CDATA[ Hi there!!! Got everything up and running but.....<br />
<br />
How do i go about changing the avatar control panel language? It is still in English and not in my native Phorum language.....<br />
<br />
Cheers!<br />
<br />
<b><span style="color:#FF0000">EDIT:</span></b> <br />
<br />
it sorted itself out.... Thanks!]]></description>
            <dc:creator>TTV</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 14 Aug 2014 09:49:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,155007#msg-155007</guid>
            <title>HELP ME TO INSTALL USER AVATAR</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,155007#msg-155007</link>
            <description><![CDATA[ Hi All<br />
Good day to you all.<br />
<br />
Please i need your assistance in installing user avatar.<br />
I have read for 4 hours the guideline provided in this support section of the phorum, but i have not been able to solve my problem.<br />
<br />
Can you help with step to step guide.<br />
The progress i have made so far is that i have uploaaded the user_avatar file to my shared hosting, and i have also enabled the avatar module from the admin. But i do not know <b><span style="color:#FF0033">how to edit the necessary template</span></b>s so as to display the avatar. I have tried to read instructions from the site for 4 hoours, but it couldnt work.<br />
<br />
Please assist me if you.]]></description>
            <dc:creator>leouser</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 01 Apr 2014 17:21:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,154943#msg-154943</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,154943#msg-154943</link>
            <description><![CDATA[ I have no idea what finally fixed my issue but when I re-launched Firefox this morning and checked my files for tailing spaces after &quot;?&gt;&quot; tags, I saw that the User Avatar module now showed my uploaded avatar image correctly in &quot;My Profile&quot;.<br />
<br />
I then uploaded the updated /include/upload_functions.php with an added &quot;?&gt;&quot; tag at the very end, deleted all uploaded images, re-uploaded one of them, assigned it to be used - and here we are: [<a href="https://www.icalamus.net/phorum/read.php?1,3830,3845#msg-3845" target="_blank"  rel="nofollow">www.icalamus.net</a>]<br />
<br />
Edit: Maybe it was the closing &quot;?&gt;&quot; in <b>/include/upload_functions.php</b> - because now I fixed this file in another Phorum installation first, then added the User Avatar module and the hooks to that Phorum and had no issues right from the beginning.]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 16 Feb 2014 06:08:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,154942#msg-154942</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,154942#msg-154942</link>
            <description><![CDATA[ Nowadays php doesn&#039;t require a closing ?&gt; anymore and its even discouraged to avoid issues like the ones you mentioned.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 16 Feb 2014 03:18:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,154941#msg-154941</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,154941#msg-154941</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Scott Finegan</strong><br />
<s>I would start with looking for extra characters after the closing  ?&gt;   including line feeds, and or carriage returns. <br />
As to which files, and how many files to check ...  probably all which contain ?&gt;</s></div></blockquote>
<br />
After checking most of the .php files in Phorum, the majority of them had an extra line feed after the closing ?&gt;  This doesn&#039;t matter except in the case of binary data. <br />
<br />
<b>Thomas</b><br />
There is one related file &quot;upload_functions.php&quot; which has no closing ?&gt; php tag.   Not sure if this is a bug or not.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 16 Feb 2014 01:19:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,154939#msg-154939</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,154939#msg-154939</link>
            <description><![CDATA[ Image problems related to Ubuntu and gd<br />
[<a href="http://www.serkey.com/tag/php5-gd-bundled/" target="_blank"  rel="nofollow">www.serkey.com</a>]]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 15 Feb 2014 16:20:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,154938#msg-154938</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,154938#msg-154938</link>
            <description><![CDATA[ Finding an answer relevant to your issue may take a while. I tried a variety of Google searches and while I did not come up empty, hits were few.<br />
<br />
I would start with looking for extra characters after the closing  ?&gt;   including line feeds, and or carriage returns. <br />
As to which files, and how many files to check ...  probably all which contain ?&gt;<br />
<br />
[<a href="http://www.mantisbt.org/forums/viewtopic.php?f=3&amp;t=21467" target="_blank"  rel="nofollow">www.mantisbt.org</a>]  read the last message<br />
and<br />
[<a href="http://drupal.stackexchange.com/questions/70088/generated-preview-image-causes-apache-nginx-to-return-one-extra-byte-than-stored" target="_blank"  rel="nofollow">drupal.stackexchange.com</a>]  read to the bottom<br />
<br />
If this is not helpful, let me know.<br />
<br />
Best,<br />
  Scott]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 15 Feb 2014 16:09:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,154934#msg-154934</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,154934#msg-154934</link>
            <description><![CDATA[ I have installed the User Avatar mod (v3.0.4) today on one of my Phorum installations (5.2.19) on an Ubuntu 3.10 server with PHP 5.5.3 and MySQL 5.5.35. (No other avatar mod installed, of course!)<br />
<br />
Although the mod&#039;s &quot;Avatar&quot; menu is shown in my Profile and although I can upload an avatar image, it gets damaged after upload. It s stored in the relevant database table, but Firefox 27.0.1 (and other browsers) show the broken image placeholder. When I click on its URL to open it in an external image editor, I get the information that the file format is unknown.<br />
<br />
(When I click the [ ] Delete checkbox and delete the uploaded image, it gets deleted, while the mod reports <b>Die Änderungen wurden nicht gespeichert.</b> which refers to <b>ChangesSaved</b> in /include/lang/german.php - probably a translation issue which I have now fixed for my local language file.)<br />
<br />
What can I do to fix this issue?]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 15 Feb 2014 05:39:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,152356#msg-152356</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,152356#msg-152356</link>
            <description><![CDATA[ I installed it today, it works great, but I had quite a fight with the templates before I managed to get the HTML formatting right and W3 compliant. The main reason for this is that the default background image of class=&quot;message-author icon-user&quot; and the avatars don&#039;t mix well HTML/CSS-wise, so messing with the one tends to break the other. <br />
<br />
So it occured to me that it would be much better if User Avatar came with a default avatar and completely did away with the default background icon. This would allow the module to come with ready replacements for the standard read_whatever.tpl and css.tpl and eliminate all the {IF MESSAGES-&gt;user_avatar} conditionals that mess up the HTML. <br />
<br />
For this to work without filling the database with one copy of the same default avatar file for every user, all avatar files could be renamed to their respective md5hash.ext upon upload and be kept all in one user-independent table. Doing this would allow a single copy of the default avatar to serve all users who have uploaded no avatar of their own. Once uploaded, avatars should be removable from the user profile, but not physically deletable. This would also allow older postings to keep their original avatar after a user changes his current one. <br />
<br />
Hence: RFE.]]></description>
            <dc:creator>zenon</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 22 Oct 2012 17:06:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,152088#msg-152088</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,152088#msg-152088</link>
            <description><![CDATA[ I&#039;m not sure if this is the best place to post this or the support section but I&#039;m having an issue with this module. I added an image to illustrate.<br />
<br />
<a href="http://imageshack.us/photo/my-images/13/screenshotissue.jpg/" target="_blank"  rel="nofollow"><img src="http://imageshack.us/a/img13/8122/screenshotissue.jpg" class="bbcode" border="0" /></a><br />
<br />
 Now, this is ONLY happening on the local machine and everything works as it should once uploaded to the real server. The Avatars refuse to show in the CC + read pages. Also, if I click the &quot;save changes&quot; button in the avatar control center, you get the &quot;Undefined index: avatar in&quot; error. Obviously I can suppress the error.. its included for &quot;just in case&quot;.<br />
<br />
Localhost setup:<br />
Apache 2.2.22<br />
PHP 5.4.3<br />
MySQL 5.5.24<br />
Latest stable Phorum<br />
Happens with all themes (including default).<br />
<br />
 Again, only posting the setup for &quot;just in case&quot; it may be relevant.<br />
<br />
 Considering that this problem only exists on the local machine tells me that my  machines configuration may lacking something. This is really just an annoyance and a low priority... I&#039;m just going crazy trying to figure out WHY its happening. It&#039;s annoying when working with the templates.<br />
<br />
 I&#039;m thinking its not the module that my system is having issues with, but probably the file storage. I may be missing a php module .. I just don&#039;t know what php module I could possibly be missing.. so I&#039;m hoping someone might have an idea as to what the causation may be.. or what modules are required to pull the images/files from the database and reconstitute (like instant coffee LOL) them. This is driving me batty!]]></description>
            <dc:creator>Fade2k</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Wed, 19 Sep 2012 19:36:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,151193#msg-151193</guid>
            <title>Yes I&#039;m sure</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,151193#msg-151193</link>
            <description><![CDATA[ I&#039;m using this module: User Avatar (version 3.0.4). The phorum version is: 5.2.18<br />
<br />
/B]]></description>
            <dc:creator>Birgitta</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 12 Apr 2012 15:34:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,151192#msg-151192</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,151192#msg-151192</link>
            <description><![CDATA[ Are you sure that you&#039;ve used *this* module? which version is shown in the admin? on which phorum version?<br />
I&#039;ve never seen a problem with installing the custom field with it.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 12 Apr 2012 15:15:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,151191#msg-151191</guid>
            <title>Re: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,151191#msg-151191</link>
            <description><![CDATA[ Hi Maurice!<br />
<br />
No, no such field has been created. I have deleted the mod and copied it into the mods section again with the same result. What do I do?<br />
<br />
/B]]></description>
            <dc:creator>Birgitta</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 12 Apr 2012 14:49:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,151190#msg-151190</guid>
            <title>Re: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,151190#msg-151190</link>
            <description><![CDATA[ Maybe the custom profile field that is required for storing the setting for the users has not been created correctly. Please go to the admin interface and take a look at the custom profile fields. Is a mod_user_avatar field created? If yes, what are its settings?]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 12 Apr 2012 14:04:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,151189#msg-151189</guid>
            <title>User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,151189#msg-151189</link>
            <description><![CDATA[ I installed the User Avatar module and I can upload a picture fine, but when I try to &quot;select&quot; it, it doesn&#039;t get &quot;selected&quot;. The button that should turn blue just stays un-selected after I save. <br />
<br />
I have modified the template files, but I think that as long as no image is selected, no avatar will show up. <br />
<br />
Anyone know what is wrong?]]></description>
            <dc:creator>Birgitta</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 12 Apr 2012 07:18:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,150772#msg-150772</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,150772#msg-150772</link>
            <description><![CDATA[ I have loaded this mod as well and I have gotten it to work for regular message posts, but it doesn&#039;t seem to come up in private message posts.<br />
<br />
I have the following code in my read_threads.tpl file:<br />
<br />
&lt;td style=&quot;padding-right:10px&quot;&gt;<br />
				 {IF MESSAGE-&gt;user_avatar}<br />
				   &lt;img src=&quot;{MESSAGE-&gt;user_avatar}&quot; alt=&quot;avatar&quot;<br />
					{IF MESSAGE-&gt;user_avatar_w}<br />
					  style=&quot;width:{MESSAGE-&gt;user_avatar_w}px;<br />
							 height:{MESSAGE-&gt;user_avatar_h}px&quot;<br />
					{/IF} /&gt;<br />
				 {/IF}<br />
			   &lt;/td&gt;<br />
<br />
As I said, I the mod is working on other pages, so I know that I&#039;m working with the right template at least. Just having trouble getting the image to show up in private messages... I just loaded phorum about three weeks ago, so I&#039;m assuming that I&#039;m using the latest version.<br />
<br />
Any help would be appreciated!]]></description>
            <dc:creator>Andy T</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 05 Jan 2012 20:37:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,148427#msg-148427</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,148427#msg-148427</link>
            <description><![CDATA[ It&#039;s not a feature in the avatar module to retrieve avatars from remote sites. In a new version of the avatar module (for future Phorum 5.3) I built support for using a Gravatar image, which kind of serves the purpose. That won&#039;t help you for now of course.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 09 Apr 2011 14:07:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,148426#msg-148426</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,148426#msg-148426</link>
            <description><![CDATA[ I too would like the feature so that the avatars could be on remote sites.  I don&#039;t want to enable uploads.  I tried doing it in the signature line, but it wouldn&#039;t take parse the img tag.]]></description>
            <dc:creator>dsibilant</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 09 Apr 2011 13:16:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,147364#msg-147364</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,147364#msg-147364</link>
            <description><![CDATA[ user_avatar   is the correct  folder name as extracted from the zip file. If any directory or file names have been changed, it won&#039;t work.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>larry s.</strong><br />
the folder is named users avatar and i ftped the entire folder into mods</div></blockquote>]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 08 Jan 2011 00:07:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,147363#msg-147363</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,147363#msg-147363</link>
            <description><![CDATA[ the folder is named users avatar and i ftped the entire folder into mods]]></description>
            <dc:creator>larry simpson</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 07 Jan 2011 21:34:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,147362#msg-147362</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,147362#msg-147362</link>
            <description><![CDATA[ how is the folder named and whats inside the folder?<br />
it sounds like you put it into another folder.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 07 Jan 2011 18:06:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,147361#msg-147361</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,147361#msg-147361</link>
            <description><![CDATA[ i uploaded the whole folder into mods]]></description>
            <dc:creator>larry simpson</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 07 Jan 2011 17:27:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,147360#msg-147360</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,147360#msg-147360</link>
            <description><![CDATA[ You did upload all of the files, including info.txt?]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 07 Jan 2011 17:12:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,147359#msg-147359</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,147359#msg-147359</link>
            <description><![CDATA[ i&#039;m using version 5.2.16-RC2 and when i upload the user avatar and go to modules i get this error Warning: possible module &quot;users avatar&quot; found, but no module information is available for that module.]]></description>
            <dc:creator>larry simpson</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 07 Jan 2011 15:40:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,147339#msg-147339</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,147339#msg-147339</link>
            <description><![CDATA[ That depends on the exact skills, but if it has been years, it might be hard.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Wed, 05 Jan 2011 17:56:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,124297,147338#msg-147338</guid>
            <title>Re: Module: User Avatar</title>
            <link>https://www.phorum.org/phorum5/read.php?62,124297,147338#msg-147338</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>You mean that they have to explicitly *enable* avatars in their own control center before they are able to see other people&#039;s avatars?</strong><br />
</div></blockquote>
<br />
Yes, an option for the administrator like:<br />
<br />
- by default user don&#039;t see avatar<br />
<br />
Like this, when I install the module, only user that want to use avatar have to activate the option.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>You&#039;d either have to modify the module code for that to work</strong><br />
</div></blockquote>
<br />
And do you think it will be a big work for a man that has not code in php for several years to implement that from your module ^^ ?]]></description>
            <dc:creator>legluondunet</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Wed, 05 Jan 2011 17:54:10 -0500</pubDate>
        </item>
    </channel>
</rss>
