<?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>
									Show posted topics - wpForo Integration				            </title>
            <link>https://wpforo.com/community/wpforo-integration/show-posted-topics/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 14 Aug 2026 06:14:32 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Show posted topics</title>
                        <link>https://wpforo.com/community/wpforo-integration/show-posted-topics/#post-51032</link>
                        <pubDate>Fri, 19 Feb 2021 09:06:27 +0000</pubDate>
                        <description><![CDATA[@parsa,
You can use the folloing js code:  
jQuery(document).ready(function($){    function wpforo_topic_private_checked(){        $(&quot;input&quot;).prop(&#039;checked&#039;, true);    ...]]></description>
                        <content:encoded><![CDATA[<p><span>@parsa,</span></p>
<p>You can use the folloing js code:  </p>
<pre class="c-mrkdwn__pre" contenteditable="false" data-stringify-type="pre">jQuery(document).ready(function($){<br />    function wpforo_topic_private_checked(){<br />        $("input").prop('checked', true);<br />    }<br />    wpforo_topic_private_checked();<br />    document.addEventListener('wpforo_topic_portable_form', function(e){<br />        wpforo_topic_private_checked();<br />    });<br />});</pre>
<p>Helpful article: https://www.collectiveray.com/add-javascript-to-wordpress</p>
<p>This makes all topics private by default. </p>
<p>The if moderators want they can make it public. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/wpforo-integration/">wpForo Integration</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-integration/show-posted-topics/#post-51032</guid>
                    </item>
				                    <item>
                        <title>Show posted topics</title>
                        <link>https://wpforo.com/community/wpforo-integration/show-posted-topics/#post-51000</link>
                        <pubDate>Thu, 18 Feb 2021 19:48:10 +0000</pubDate>
                        <description><![CDATA[I have a website that supports WooCommerce customers through ticketsNow I want to answer questions and problems through the forumI want the topics posted in the forum to be some of them priv...]]></description>
                        <content:encoded><![CDATA[<p>I have a website that supports WooCommerce customers through tickets<br />Now I want to answer questions and problems through the forum<br />I want the topics posted in the forum to be some of them private and some of them public, is this possible?<br />Only the manager and the person who posted the post can see it<br />And the administrator can hide or publicize the post whenever he wants</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/wpforo-integration/">wpForo Integration</category>                        <dc:creator>parsa</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-integration/show-posted-topics/#post-51000</guid>
                    </item>
							        </channel>
        </rss>
		