<?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 to sychronize avatar pictures stored in DB but hidden in front end - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25975/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 10 Aug 2026 19:24:11 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to sychronize avatar pictures stored in DB but hidden in front end</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25975/paged/2/#post-75295</link>
                        <pubDate>Mon, 24 Oct 2022 12:54:18 +0000</pubDate>
                        <description><![CDATA[It works perfectly. Thanks @blackraz]]></description>
                        <content:encoded><![CDATA[<p>It works perfectly. Thanks @blackraz</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>ldj72</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25975/paged/2/#post-75295</guid>
                    </item>
				                    <item>
                        <title>RE: How to sychronize avatar pictures stored in DB but hidden in front end</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25975/#post-75278</link>
                        <pubDate>Mon, 24 Oct 2022 11:08:12 +0000</pubDate>
                        <description><![CDATA[Hi @ldj72
Please try to run this SQL query in your phpMyadmin.
UPDATE `wp_wpforo_profiles` p
	INNER JOIN `vp_backup_wp_wpforo_profiles` pb ON pb.`userid` = p.`userid`
    SET p.`avatar` ...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@ldj72</span></p>
<p>Please try to run this SQL query in your phpMyadmin.</p>
<pre contenteditable="false">UPDATE `wp_wpforo_profiles` p
	INNER JOIN `vp_backup_wp_wpforo_profiles` pb ON pb.`userid` = p.`userid`
    SET p.`avatar` = pb.`avatar`
	WHERE ( p.`avatar` IS NUll ) OR p.`avatar` = ''</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>BlackRaz</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25975/#post-75278</guid>
                    </item>
				                    <item>
                        <title>RE: How to sychronize avatar pictures stored in DB but hidden in front end</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25975/#post-75240</link>
                        <pubDate>Sat, 22 Oct 2022 20:24:36 +0000</pubDate>
                        <description><![CDATA[Up.
Thanks]]></description>
                        <content:encoded><![CDATA[<p>Up.</p>
<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>ldj72</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25975/#post-75240</guid>
                    </item>
				                    <item>
                        <title>RE: How to sychronize avatar pictures stored in DB but hidden in front end</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25975/#post-75135</link>
                        <pubDate>Thu, 20 Oct 2022 09:52:24 +0000</pubDate>
                        <description><![CDATA[Hi Robert,
You are right I don&#039;t see avatars in DB wp_wpforo_profiles
But  I see all in DB backup vp_backup_wp_wpforo_profiles
How to transfer it?
Regards]]></description>
                        <content:encoded><![CDATA[<p>Hi Robert,</p>
<p>You are right I don't see avatars in DB <a class="hover_show_full" title="Parcourir" href="https://belecolukso.com/_pma/index.php?route=/sql&amp;pos=0&amp;db=149746988&amp;table=wp_wpforo_profiles">wp_wpforo_profiles</a></p>
<p><span>https://snipboard.io/ZoPawL.jpg</span></p>
<p>But  I see all in DB backup <span>vp_backup_wp_wpforo_profiles</span></p>
<p><a href="https://snipboard.io/Ircj10.jpg"><span>https://snipboard.io/4qvwK2.jpg</span></a></p>
<p>How to transfer it?</p>
<p>Regards</p>
<p> </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>ldj72</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25975/#post-75135</guid>
                    </item>
				                    <item>
                        <title>RE: How to sychronize avatar pictures stored in DB but hidden in front end</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25975/#post-75100</link>
                        <pubDate>Wed, 19 Oct 2022 20:06:08 +0000</pubDate>
                        <description><![CDATA[I don&#039;t see avatars in the database, I only see avatars in the file system. Please check the avatar field in the wp_wpforo_profile table of your forum database and make sure they are still s...]]></description>
                        <content:encoded><![CDATA[<p>I don't see avatars in the database, I only see avatars in the file system. Please check the <span style="color: #ff0000">avatar</span> field in the <span style="color: #0000ff">wp_wpforo_profile</span> table of your forum database and make sure they are still stored there. Use phpMyAdmin plugin or the same tool in your hosting control panel.</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/25975/#post-75100</guid>
                    </item>
				                    <item>
                        <title>How to sychronize avatar pictures stored in DB but hidden in front end</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/25975/#post-75089</link>
                        <pubDate>Wed, 19 Oct 2022 15:35:13 +0000</pubDate>
                        <description><![CDATA[Hi,
After a DB restore, the avatar&#039;s profile pictures are hidden on the front end
But they are still stored in DB.
How do synch?
 
Thank you]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>After a DB restore, the avatar's profile pictures are hidden on the front end</p>
<p><span>https://snipboard.io/lXLIsG.jpg</span></p>
<p>But they are still stored in DB.</p>
<p><span>https://snipboard.io/whP03e.jpg</span></p>
<p>How do synch?</p>
<p> </p>
<p>Thank you</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>ldj72</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/25975/#post-75089</guid>
                    </item>
							        </channel>
        </rss>
		