<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How do I put a standard avatar to new users like you made in this forum? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-put-a-standard-avatar-to-new-users-like-you-made-in-this-forum/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 08 Aug 2026 16:54:21 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How do I put a standard avatar to new users like you made in this forum?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-put-a-standard-avatar-to-new-users-like-you-made-in-this-forum/#post-50424</link>
                        <pubDate>Sat, 06 Feb 2021 08:28:16 +0000</pubDate>
                        <description><![CDATA[Hi @st7878,
We use &quot;Leira Letter Avatar&quot; plugin.]]></description>
                        <content:encoded><![CDATA[<p>Hi @st7878,</p>
<p>We use "Leira Letter Avatar" plugin.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-put-a-standard-avatar-to-new-users-like-you-made-in-this-forum/#post-50424</guid>
                    </item>
				                    <item>
                        <title>RE: How do I put a standard avatar to new users like you made in this forum?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-put-a-standard-avatar-to-new-users-like-you-made-in-this-forum/#post-50421</link>
                        <pubDate>Sat, 06 Feb 2021 07:38:29 +0000</pubDate>
                        <description><![CDATA[I did some work to speed up the loading of the site. The forum loads much faster now. One of the works is the rejection of the GRAVATAR. But I really like the avatars on your forum. How to m...]]></description>
                        <content:encoded><![CDATA[<p><span>I did some work to speed up the loading of the site. The forum loads much faster now. One of the works is the rejection of the GRAVATAR. But I really like the avatars on your forum. How to make the same?</span></p>
<p></p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1612597109-Dashboard-GTmetrix.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> Dashboard-GTmetrix.png</a></div>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1612597133-2.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2.png</a></div>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1612597144-3.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 3.png</a></div>

<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>st7878</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-put-a-standard-avatar-to-new-users-like-you-made-in-this-forum/#post-50421</guid>
                    </item>
				                    <item>
                        <title>RE: How do I put a standard avatar to new users like you made in this forum?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-put-a-standard-avatar-to-new-users-like-you-made-in-this-forum/#post-26661</link>
                        <pubDate>Sun, 05 May 2019 07:13:15 +0000</pubDate>
                        <description><![CDATA[@uckunSetting the Avatar is in the core Wordpress settings, specifically, Dashboard-Settings-Discussion, you will find the settings near the bottom of that page,If you want a default avatar ...]]></description>
                        <content:encoded><![CDATA[<p>@uckun</p><p>Setting the Avatar is in the core Wordpress settings, specifically, Dashboard-Settings-Discussion, you will find the settings near the bottom of that page,</p><p>If you want a default avatar that better reflects your forum logo, branding or niche, you will have to create one, best would be a png of 150 x 150 px. Name it appropriately and upload it via WP media manager. Then in your themes function file add code similar to this (edit the correct paths and domain name).</p><pre style="color: #000000;font-size: 12.0pt"><span style="color: #808080;font-style: italic">/*** Default Avatar*/<br /></span><span style="color: #0000e5;font-style: italic">add_filter</span>( <span style="color: #c64741">'avatar_defaults'</span><span style="color: #000080">, </span><span style="color: #c64741">'wpb_new_gravatar' </span>)<span style="color: #313131">;<br /></span><span style="color: #008d00;font-weight: bold">function </span><span style="color: #0000e5;font-weight: bold">wpb_new_gravatar </span>(<span style="color: #4985c9;font-weight: bold">$avatar_defaults</span>) <span style="color: #5163ac">{<br /></span>    <span style="color: #4985c9;font-weight: bold">$myavatar </span><span style="color: #000080">= </span><span style="color: #c64741">'https://yourdomian.com/wp-content/uploads/2019/05/forum_default_gravatar.png'</span><span style="color: #313131">;<br /></span>    <span style="color: #4985c9;font-weight: bold">$avatar_defaults</span><span style="color: #000080"> = </span><span style="color: #c64741">"Default Gravatar"</span><span style="color: #313131">;<br /></span>    <span style="color: #008d00;font-weight: bold">return </span><span style="color: #4985c9;font-weight: bold">$avatar_defaults</span><span style="color: #313131">;<br /></span><span style="color: #5163ac">}</span></pre><p>In Dashboard-Settings-Discussion you will now see the new avatar you created called "Default Gravatar", select that. All members who have not uploaded or selected their own avatar path will now have the default avatar displayed.</p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>VereK</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-put-a-standard-avatar-to-new-users-like-you-made-in-this-forum/#post-26661</guid>
                    </item>
				                    <item>
                        <title>How do I put a standard avatar to new users like you made in this forum?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-put-a-standard-avatar-to-new-users-like-you-made-in-this-forum/#post-26659</link>
                        <pubDate>Sun, 05 May 2019 00:21:00 +0000</pubDate>
                        <description><![CDATA[Hi, when a new user subscribes to my website/forum, their profile avatar is blank gray default avatar. But in this forum, there are nice colorful avatars assigned automatically even that the...]]></description>
                        <content:encoded><![CDATA[<p>Hi, </p><p>when a new user subscribes to my website/forum, their profile avatar is blank gray default avatar. But in this forum, there are nice colorful avatars assigned automatically even that the user is new (like me). I haven't uploaded an avatar in their profile. How can I assign a standard colorful avatar automatically to a new user untill they change their avatar if they prefer so? I don't like the standard grey blank avatar. Is this possible? I want to assign a standard custom avatar of my choice, untill they change their avatar.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>uckun</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-put-a-standard-avatar-to-new-users-like-you-made-in-this-forum/#post-26659</guid>
                    </item>
							        </channel>
        </rss>
		