<?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>
									Private form is not totally private. Please confirm if my method is completely secure. - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 10 Aug 2026 23:39:34 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Private form is not totally private. Please confirm if my method is completely secure.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51130</link>
                        <pubDate>Sun, 21 Feb 2021 15:37:26 +0000</pubDate>
                        <description><![CDATA[If I have set Read Only access to remove all permissions, then should be OK? 
Here is my redirect code for reference, seems to be working well:
function wp_foro_redirect()
{
	if(!is_user...]]></description>
                        <content:encoded><![CDATA[<p>If I have set Read Only access to remove all permissions, then should be OK? </p>
<p>Here is my redirect code for reference, seems to be working well:</p>
<pre contenteditable="false">function wp_foro_redirect()
{
	if(!is_user_logged_in())
	{
	    $postid = get_queried_object_id();
		if($postid == '1234') // ID of page where WPForo shortcode is
		{
			if($_GET != 'signin' &amp;&amp; $_GET != 'signup' &amp;&amp; $_GET != 'lostpassword' &amp;&amp; $_GET != 'resetpassword' )
			{
				wp_redirect( '/forum/?foro=signin&amp;redirect_to=/forum' );
				exit;
			}
		}
	}
}
add_action( 'template_redirect', 'wp_foro_redirect' );</pre>
<p> </p>
<p>And remove sidebar on the register, login, forgotpassword pages. Needs classes added to &lt;body&gt; for logged in/logged out. </p>
<pre contenteditable="false">.user-loggedout .wpforo-content 
{
	width: 100%!important;
}
.user-loggedout .wpforo-right-sidebar,
.user-loggedout #wpforo-footer,
.user-loggedout li.wpforo-recent,
.user-loggedout li.wpforo-home,
.user-loggedout .wpf-search-form
{
	display: none!important;
}</pre>
<p>And added disallow to robots.txt for the forum URL. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>amityweb</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51130</guid>
                    </item>
				                    <item>
                        <title>RE: Private form is not totally private. Please confirm if my method is completely secure.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51128</link>
                        <pubDate>Sun, 21 Feb 2021 15:34:11 +0000</pubDate>
                        <description><![CDATA[thanks]]></description>
                        <content:encoded><![CDATA[<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>amityweb</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51128</guid>
                    </item>
				                    <item>
                        <title>RE: Private form is not totally private. Please confirm if my method is completely secure.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51125</link>
                        <pubDate>Sun, 21 Feb 2021 15:19:10 +0000</pubDate>
                        <description><![CDATA[Make sure all forums from the top parent category to the lowest sub-forum are edited and set No Access to the Guest and all usergroups you need to hide. Read this instruction as well:]]></description>
                        <content:encoded><![CDATA[<p>Make sure all forums from the top parent category to the lowest sub-forum are edited and set No Access to the Guest and all usergroups you need to hide. Read this instruction as well: https://gvectors.com/how-to-set-up-private-forum/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Martin</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51125</guid>
                    </item>
				                    <item>
                        <title>RE: Private form is not totally private. Please confirm if my method is completely secure.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51124</link>
                        <pubDate>Sun, 21 Feb 2021 15:14:24 +0000</pubDate>
                        <description><![CDATA[Hi @amityweb,
It&#039;s totally private. You should edit each forum of the forum tree and set no access to the usergroup you want. This is a result of wrong configuration.]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@amityweb,</span></p>
<p>It's totally private. You should edit each forum of the forum tree and set no access to the usergroup you want. This is a result of wrong configuration. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Martin</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51124</guid>
                    </item>
				                    <item>
                        <title>Private form is not totally private. Please confirm if my method is completely secure.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51122</link>
                        <pubDate>Sun, 21 Feb 2021 15:06:19 +0000</pubDate>
                        <description><![CDATA[Hi
Our forum needs to be private. 
So in Forum Accesses I unchecked all Read Only settings (because removing all the Guest group permissions had no effect).  
I expected to be shown a log...]]></description>
                        <content:encoded><![CDATA[<p>Hi</p>
<p>Our forum needs to be private. </p>
<p>So in Forum Accesses I unchecked all Read Only settings (because removing all the Guest group permissions had no effect).  </p>
<p>I expected to be shown a login form on the forum when this happened. But it doesn't. It show the forum, but shows empty posts.</p>
<p>So my idea is do a redirect on the page, unless its Register, Login, Forgot Password process. </p>
<p>But I would like to know, if I add a redirect if the user is on page /forum/ for example, is there any other way forum data could be viewed and indexed by Google, maybe via some other plugin link?</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>amityweb</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/private-form-is-not-totally-private-please-confirm-if-my-method-is-completely-secure/#post-51122</guid>
                    </item>
							        </channel>
        </rss>
		