<?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>
									wpDiscuz Support Forum - Recent Posts				            </title>
            <link>https://wpdiscuz.com/community/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 30 Jul 2026 06:20:33 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Widget/Shortcode for showing user&#039;s most recent comments?</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30609</link>
                        <pubDate>Wed, 29 Jul 2026 18:25:49 +0000</pubDate>
                        <description><![CDATA[Thanks; I just did that, cleared caches and reloaded -- but it does not seem to have made a difference. Was the intended purposes of this code to force the existing widget&#039;s &quot;Recent Comments...]]></description>
                        <content:encoded><![CDATA[<p>Thanks; I just did that, cleared caches and reloaded -- but it does not seem to have made a difference. Was the intended purposes of this code to force the existing widget's "Recent Comments" tab to display only the current user's comments, or something else? </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/"></category>                        <dc:creator>daniellerch</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30609</guid>
                    </item>
				                    <item>
                        <title>RE: Widget/Shortcode for showing user&#039;s most recent comments?</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30605</link>
                        <pubDate>Wed, 29 Jul 2026 09:32:52 +0000</pubDate>
                        <description><![CDATA[@daniellerch 
Please try using the following hook code. Insert it into the active theme&#039;s functions.php file:
const WPD_RUO_CACHE_DOMAIN = &quot;wpd_registered_only&quot;;

  function wpd_ruo_tag_...]]></description>
                        <content:encoded><![CDATA[<p>@daniellerch </p>
<p>Please try using the following hook code. Insert it into the active theme's functions.php file:</p>
<pre contenteditable="false">const WPD_RUO_CACHE_DOMAIN = "wpd_registered_only";

  function wpd_ruo_tag_recent_comments_args( $args ) {
      $args = WPD_RUO_CACHE_DOMAIN;

      return $args;
  }

  add_filter( "wpdiscuz_widget_recent_comments_args", "wpd_ruo_tag_recent_comments_args" );

  function wpd_ruo_filter_comment_clauses( $clauses, $query ) {
      if ( WPD_RUO_CACHE_DOMAIN !== ( $query-&gt;query_vars ?? "" ) ) {
          return $clauses;
      }

      global $wpdb;
      $clauses .= " AND {$wpdb-&gt;comments}.user_id &gt; 0";

      return $clauses;
  }

  add_filter( "comments_clauses", "wpd_ruo_filter_comment_clauses", 10, 2 );</pre>
<p class="isSelectedEnd"><span>Instructions for adding custom code to WordPress:</span></p>
<p><a href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/"><span>https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/</span></a></p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/"></category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30605</guid>
                    </item>
				                    <item>
                        <title>RE: Widget/Shortcode for showing user&#039;s most recent comments?</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30602</link>
                        <pubDate>Mon, 27 Jul 2026 22:19:40 +0000</pubDate>
                        <description><![CDATA[Thanks! I actually did try using the Recent Comments tab in the wpDiscuz Widget that I see in Appearance &gt; Widgets, but that seems to show *all* recent comments, whereas what I want is to...]]></description>
                        <content:encoded><![CDATA[<p>Thanks! I actually did try using the Recent Comments tab in <a href="https://i.imgur.com/sGFBSaC.png" target="_blank" rel="noopener">the wpDiscuz Widget</a> that I see in Appearance &gt; Widgets, but <a href="https://i.imgur.com/CwN4DoJ.png" target="_blank" rel="noopener">that seems to show *all* recent comments</a>, whereas what I want is to show only the comments by the logged in user. Are you referring to a different widget?</p>
<p>(FWIW the theme is <a href="https://generatepress.com/" target="_blank" rel="noopener">GeneratePress</a>.)</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/"></category>                        <dc:creator>daniellerch</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30602</guid>
                    </item>
				                    <item>
                        <title>RE: commentaires dupplicate</title>
                        <link>https://wpdiscuz.com/community/bug-reports/commentaires-dupplicate/#post-30600</link>
                        <pubDate>Mon, 27 Jul 2026 10:04:16 +0000</pubDate>
                        <description><![CDATA[@flo84,
You should use the code provided in this support  topic:]]></description>
                        <content:encoded><![CDATA[<p><span>@flo84,</span></p>
<p>You should use the code provided in this support  topic: https://wpdiscuz.com/community/troubleshooting/learnpress-problem-comment-showing/#post-22979</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/"></category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/commentaires-dupplicate/#post-30600</guid>
                    </item>
				                    <item>
                        <title>RE: Widget/Shortcode for showing user&#039;s most recent comments?</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30599</link>
                        <pubDate>Mon, 27 Jul 2026 10:02:14 +0000</pubDate>
                        <description><![CDATA[Hi @daniellerch,

Great question! For wpDiscuz specifically, you&#039;re in luck — the plugin includes a Recent Comments widget that you can use to display a user&#039;s recent comments. However, sinc...]]></description>
                        <content:encoded><![CDATA[<p>Hi @daniellerch,</p>

<p>Great question! For wpDiscuz specifically, you're in luck — the plugin includes a <strong>Recent Comments widget</strong> that you can use to display a user's recent comments. However, since you're looking to aggregate activity from multiple plugins (wpDiscuz, wpForo, and LearnDash) on a single dashboard, you'll likely need a more comprehensive approach.</p>

<p>Here are a few strategies to consider:</p>

<ul>
<li><strong>Use wpDiscuz's Recent Comments Widget:</strong> This is the built-in solution for wpDiscuz activity, and it can be placed in a widget area on your dashboard page.</li>
<li><strong>Create a custom dashboard page:</strong> You might want to explore using a page builder (like Elementor or Beaver Builder) combined with custom code to query user activity from all three plugins and display it in one unified view.</li>
<li><strong>Check for dashboard plugins:</strong> There are some user dashboard plugins that work with multiple activity sources — you could look into whether any support all three of your plugins.</li>
<li><strong>Custom shortcode development:</strong> If you have development resources, creating a custom shortcode that queries user activity across all three plugins would give you the most control and flexibility.</li>
</ul>

<p>Have you already explored the wpDiscuz widget options, or are you specifically looking for a way to combine all three plugin activities into a single shortcode? That would help me point you toward the best solution for your setup.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/"></category>                        <dc:creator>wpDiscuz Support</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30599</guid>
                    </item>
				                    <item>
                        <title>Widget/Shortcode for showing user&#039;s most recent comments?</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30590</link>
                        <pubDate>Fri, 24 Jul 2026 22:42:22 +0000</pubDate>
                        <description><![CDATA[We are building a website that will be running wpDiscuz, wpForo, and LearnDash LMS -- so, we want users to have a single User Dashboard page where we can show them their own most recent acti...]]></description>
                        <content:encoded><![CDATA[<p>We are building a website that will be running wpDiscuz, wpForo, and LearnDash LMS -- so, we want users to have a single User Dashboard page where we can show them their own most recent activity from all three plugins. Is there a way to do this for wpDiscuz activity show via a shortcode or widget?</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/"></category>                        <dc:creator>daniellerch</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/widget-shortcode-for-showing-users-most-recent-comments/#post-30590</guid>
                    </item>
				                    <item>
                        <title>RE: commentaires dupplicate</title>
                        <link>https://wpdiscuz.com/community/bug-reports/commentaires-dupplicate/#post-30584</link>
                        <pubDate>Fri, 24 Jul 2026 10:56:04 +0000</pubDate>
                        <description><![CDATA[Hi,
We&#039;ll check and get back to you ASAP.]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>We'll check and get back to you ASAP. </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/"></category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/commentaires-dupplicate/#post-30584</guid>
                    </item>
				                    <item>
                        <title>commentaires dupplicate</title>
                        <link>https://wpdiscuz.com/community/bug-reports/commentaires-dupplicate/#post-30583</link>
                        <pubDate>Thu, 23 Jul 2026 20:45:11 +0000</pubDate>
                        <description><![CDATA[Hello, I am using wpDiscuz with LearnPress. I must have configured it incorrectly, as the same comments appear on every lesson. I cannot provide a link because the comments are private.I sim...]]></description>
                        <content:encoded><![CDATA[<p>Hello, I am using wpDiscuz with LearnPress. I must have configured it incorrectly, as the same comments appear on every lesson. I cannot provide a link because the comments are private.<br />I simply want comments to appear only on the specific lesson where they were written, rather than everywhere. I have attached some screenshots. Thank you.</p>
4564
4565
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/"></category>                        <dc:creator>flo84</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/commentaires-dupplicate/#post-30583</guid>
                    </item>
				                    <item>
                        <title>RE: INVALID NONCE -- Users and Admins Can&#039;t Comment</title>
                        <link>https://wpdiscuz.com/community/plugin-update-issues/invalid-nonce-users-and-admins-cant-comment/#post-30581</link>
                        <pubDate>Thu, 23 Jul 2026 12:24:03 +0000</pubDate>
                        <description><![CDATA[I am having same issue.There is issue when calling below function. I attached response which I am getting.


action: wpdAddComment


wc_comment : &lt;span style=&quot;color: rgb(119, 119, 1...]]></description>
                        <content:encoded><![CDATA[<p>I am having same issue.<br /><br />There is issue when calling below function. I attached response which I am getting.<br /><br /></p>
<ol class="children expanded" role="group">
<li class="" role="treeitem">
<div class=" payload-name ">action: wpdAddComment</div>
</li>
<li role="treeitem">
<div class=" payload-name ">wc_comment : &lt;span style="color: rgb(119, 119, 119);"&gt;test&lt;/span&gt;</div>
</li>
<li role="treeitem">
<div class=" payload-name ">submit: Post Comment</div>
</li>
<li role="treeitem">
<div class=" payload-name ">wpdiscuz_unique_id: 0_0</div>
</li>
<li role="treeitem">
<div class=" payload-name ">_wp_unfiltered_html_comment: ab2f83e9b7</div>
</li>
<li role="treeitem">
<div class=" payload-name ">wpd_comment_depth: 1</div>
</li>
<li role="treeitem">
<div class=" payload-name ">postId: 2216</div>
</li>
<li class="force-white-icons selected" role="treeitem">
<div class=" payload-name ">wpdiscuz_nonce: 68c78bb9af<br /><br /></div>
</li>
</ol>
<p>Here is error<br /><br />Unexpected Error! The query returned with an error.Unexpected Error! The query returned with an error.{"success":true,"data":{"redirect":0,"new_comment_id":268,"comment_author":"Riken Prajapati","comment_author_email":"rprajapati@eandi.org","comment_author_url":"","is_main":1,"held_moderate":0,"is_in_same_container":"1","wc_all_comments_count_new":"1","wc_all_comments_count_before_threads_html"</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/"></category>                        <dc:creator>rikenp</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/plugin-update-issues/invalid-nonce-users-and-admins-cant-comment/#post-30581</guid>
                    </item>
							        </channel>
        </rss>
		