<?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>
									Security - General Discussions				            </title>
            <link>https://wpforo.com/community/general-discussions/security/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 10 Apr 2026 09:39:12 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Security</title>
                        <link>https://wpforo.com/community/general-discussions/security/#post-102955</link>
                        <pubDate>Wed, 31 May 2023 07:35:39 +0000</pubDate>
                        <description><![CDATA[Thank you!]]></description>
                        <content:encoded><![CDATA[<p>Thank you!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>cerealkey</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/security/#post-102955</guid>
                    </item>
				                    <item>
                        <title>RE: Security</title>
                        <link>https://wpforo.com/community/general-discussions/security/#post-102908</link>
                        <pubDate>Mon, 29 May 2023 13:42:18 +0000</pubDate>
                        <description><![CDATA[Hi @cerealkey,
The “Attach file” can be disabled by the Forum Accesses.
Navigate to wpForo &gt; Accesses, edit the needed access, disable &quot;Can attach file&quot; option, set the current access t...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@cerealkey,</span></p>
<p>The “Attach file” can be disabled by the Forum Accesses.</p>
<p>Navigate to wpForo &gt; Accesses, edit the needed access, disable "<span>Can attach file</span>" option, set the current access to the needed usergroup in Forum Permissions field.</p>
<p>Forum Accesses, Forum Permissions FAQ: https://wpforo.com/community/faq/wordpress-user-roles-wpforo-usergroups-and-forum-accesses/#post-39664</p>
<p> </p>
<p>To remove the source code and code button from TinyMCE, <span>Put this function in your active WordPress theme functions.php file:</span></p>
<pre contenteditable="false">add_filter('wpforo_editor_settings', function ($settings) {
    if (empty($settings) || !is_array($settings)) {
        $settings = [];
    }

    // Remove the code and source code buttons from the toolbar
    $settings = str_replace(, '', $settings);

    return $settings;
});</pre>
<p>or &gt; <a href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/" target="_blank" rel="nofollow noopener">How to Easily Add Custom Code in WordPress (Without Breaking Your Site)</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/security/#post-102908</guid>
                    </item>
				                    <item>
                        <title>Security</title>
                        <link>https://wpforo.com/community/general-discussions/security/#post-102873</link>
                        <pubDate>Sat, 27 May 2023 16:54:17 +0000</pubDate>
                        <description><![CDATA[Hello everyone,
I&#039;m tryin gto implement the security before going live with the forum. I would like to disable:
- attachments
- Code
- Souce code
How can I do it?
 
 Immagine-2023-05-...]]></description>
                        <content:encoded><![CDATA[<p>Hello everyone,</p>
<p>I'm tryin gto implement the security before going live with the forum. I would like to disable:</p>
<p>- attachments</p>
<p>- Code</p>
<p>- Souce code</p>
<p>How can I do it?</p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="Immagine-2023-05-27-185315.png" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1685206457-Immagine-2023-05-27-185315.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> Immagine-2023-05-27-185315.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>cerealkey</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/security/#post-102873</guid>
                    </item>
							        </channel>
        </rss>
		