<?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>
									Comment assignments following account changes - General Discussions				            </title>
            <link>https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 15 Apr 2026 08:08:39 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Comment assignments following account changes</title>
                        <link>https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30025</link>
                        <pubDate>Wed, 11 Feb 2026 07:58:12 +0000</pubDate>
                        <description><![CDATA[Please keep us informed if you have any further questions. For now, we&#039;ll mark this thread as solved. 

For your information, the video is not displaying.

Thank you for letting us know ...]]></description>
                        <content:encoded><![CDATA[<p></p>
<p>I'd rather leave it at that. I didn't imagine I'd have to perform such a complex maneuver, and I don't want to crash my site.</p>
<p></p>
<p>Please keep us informed if you have any further questions. For now, we'll mark this thread as solved. </p>
<blockquote>
<p><span>For your information, the video is not displaying.</span></p>
</blockquote>
<p>Thank you for letting us know — we’ll definitely check this.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30025</guid>
                    </item>
				                    <item>
                        <title>RE: Comment assignments following account changes</title>
                        <link>https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30021</link>
                        <pubDate>Tue, 10 Feb 2026 08:42:01 +0000</pubDate>
                        <description><![CDATA[Hello,Thank you for your assistance.I&#039;d rather leave it at that. I didn&#039;t imagine I&#039;d have to perform such a complex maneuver, and I don&#039;t want to crash my site.For your information, the vid...]]></description>
                        <content:encoded><![CDATA[<p>Hello,<br /><br />Thank you for your assistance.<br /><br />I'd rather leave it at that. I didn't imagine I'd have to perform such a complex maneuver, and I don't want to crash my site.<br /><br />For your information, the video is not displaying.<br /><br />Thank you,<br /><br />Christophe</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>SOSPC</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30021</guid>
                    </item>
				                    <item>
                        <title>RE: Comment assignments following account changes</title>
                        <link>https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30018</link>
                        <pubDate>Tue, 10 Feb 2026 07:31:47 +0000</pubDate>
                        <description><![CDATA[@sospc 
Please follow the steps below: 
1. Back up your database first, so you can restore the website if anything goes wrong.
2. Execute the SQL queries below:






UPDATE `wp_co...]]></description>
                        <content:encoded><![CDATA[<p>@sospc </p>
<p>Please follow the steps below: </p>
<p data-start="141" data-end="233"><strong data-start="141" data-end="147">1.</strong> Back up your database first, so you can restore the website if anything goes wrong.</p>
<p data-start="240" data-end="277"><strong data-start="240" data-end="246">2.</strong> Execute the SQL queries below:</p>
<div id="DB6QZ7S4V-1770624359.592409-thread-list-Thread_1770638770.977419" data-qa="virtual-list-item" data-item-key="1770638770.977419">
<div data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false" data-msg-ts="1770638770.977419" data-msg-channel-id="DB6QZ7S4V">
<div data-qa-hover="true">
<div data-qa="message_content">
<div data-qa="message-text">
<div data-qa="block-kit-renderer">
<pre contenteditable="false">UPDATE `wp_comments` SET `user_id` = 2125, `comment_author_email` = '***new_user_email***' WHERE `comment_author_email` = '***old_user_email***' AND `user_id` = 862;
UPDATE `wp_comments` SET `user_id` = 2125, `comment_author_email` = '***new_user_email***' WHERE `comment_author_email` = '***old_user_email***' AND `user_id` = 0;
UPDATE `wp_comments` SET `comment_author_email` = '***new_user_email***' WHERE `comment_author_email` = '***old_user_email***';
UPDATE `wp_commentmeta` SET `meta_value` = '***new_user_email***' WHERE `meta_key` = 'wpdiscuz_last_edited_by' AND `meta_value` = '***old_user_email***';
UPDATE `wp_wc_comments_subscription` SET `email` = '***new_user_email***' WHERE `email` = '***old_user_email***';
UPDATE `wp_wc_follow_users` SET `follower_id` = 2125, `email` = '***new_user_email***' WHERE `user_id` = 862;
UPDATE `wp_wc_follow_users` SET `follower_id` = 2125, `follower_email` = ***'new_user_email' ***WHERE `follower_id` = 862;
DELETE FROM `wp_wc_online_users` WHERE `user_id` = 862;</pre>
<p data-start="1402" data-end="1516">In the SQL code, please replace <code data-start="1434" data-end="1456">***new_user_email***</code> and <code data-start="1461" data-end="1483">***old_user_email***</code> with the corresponding values.</p>
<p data-start="1523" data-end="1566">This video tutorial should also be helpful: https://www.youtube.com/watch?v=317bnY5jINY&amp;t</p>
</div>
</div>
</div>
</div>
</div>
</div>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30018</guid>
                    </item>
				                    <item>
                        <title>RE: Comment assignments following account changes</title>
                        <link>https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30012</link>
                        <pubDate>Mon, 09 Feb 2026 09:34:47 +0000</pubDate>
                        <description><![CDATA[Hello,The old ID was: 862The new one is: 2125And yes, I use two extensions:wpDiscuz - EmoticonsandwpDiscuz - Online UsersThanks
&nbsp;
Christophe]]></description>
                        <content:encoded><![CDATA[<p>Hello,<br /><br />The old ID was: 862<br /><br />The new one is: 2125<br /><br />And yes, I use two extensions:<br /><br />wpDiscuz - Emoticons<br /><br />and<br /><br />wpDiscuz - Online Users<br /><br /><br /><br />Thanks</p>
<p>&nbsp;</p>
<p>Christophe</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>SOSPC</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30012</guid>
                    </item>
				                    <item>
                        <title>RE: Comment assignments following account changes</title>
                        <link>https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30010</link>
                        <pubDate>Mon, 09 Feb 2026 08:26:36 +0000</pubDate>
                        <description><![CDATA[Hi,Please provide us with the following information:

The ID of the old user account
The ID of the new account
Let us know whether you have any wpDiscuz add-ons installed]]></description>
                        <content:encoded><![CDATA[<p>Hi,<br /><br />Please provide us with the following information:</p>
<ol>
<li>The ID of the old user account</li>
<li>The ID of the new account</li>
<li>Let us know whether you have any wpDiscuz add-ons installed</li>
</ol>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30010</guid>
                    </item>
				                    <item>
                        <title>Comment assignments following account changes</title>
                        <link>https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30002</link>
                        <pubDate>Sat, 07 Feb 2026 13:07:08 +0000</pubDate>
                        <description><![CDATA[Hello everyone,
I&#039;m using a translator, so I hope this will be understandable.
One of my subscribers has asked for their account to be deleted so they can create a new one with a different...]]></description>
                        <content:encoded><![CDATA[<p>Hello everyone,</p>
<p>I'm using a translator, so I hope this will be understandable.</p>
<p>One of my subscribers has asked for their account to be deleted so they can create a new one with a different email address and username.</p>
<p>The problem is that all their old comments are still in the database, but I don't know if it's possible to link the old comments to their new account.</p>
<p>I hope I've managed to make myself clear. &#x1f601;</p>
<p>&nbsp;</p>
<p>Thanks,</p>
<p>&nbsp;</p>
<p>Christophe</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>SOSPC</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/comment-assignments-following-account-changes/#post-30002</guid>
                    </item>
							        </channel>
        </rss>
		