<?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>
									Is there any way to have a moderator given access to delete posts? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 12 Sep 2026 19:30:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Is there any way to have a moderator given access to delete posts?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52548</link>
                        <pubDate>Mon, 29 Mar 2021 07:20:51 +0000</pubDate>
                        <description><![CDATA[@jasontoth,
Just enable the top black bar for moderator user roles, and they&#039;ll have access to forum settings page based on their usergroup permissions:
 
First enable admin bar for all b...]]></description>
                        <content:encoded><![CDATA[<p>@jasontoth,</p>
<p>Just enable the top black bar for moderator user roles, and they'll have access to forum settings page based on their usergroup permissions:</p>
<p>https://wpforo.com/wp-content/uploads/2021/03/wpForo-moderator-permission.png</p>
<p> </p>
<p>First enable admin bar for all by turn on the <span style="color: #ff6600">Show Admin Bar for Members</span> option in <span style="color: #3366ff">Forums &gt; Settings &gt; Features Tab.</span> Then use this plugin to show/hide it for certain user role: https://wordpress.org/plugins/hide-admin-bar-based-on-user-roles/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52548</guid>
                    </item>
				                    <item>
                        <title>RE: Is there any way to have a moderator given access to delete posts?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52538</link>
                        <pubDate>Mon, 29 Mar 2021 03:53:36 +0000</pubDate>
                        <description><![CDATA[Okay, so that others in the future reading this know I installed the Change User Roll plugin and created a new Moderator user roll. I made this read-only access on the WP side, but linked it...]]></description>
                        <content:encoded><![CDATA[<p>Okay, so that others in the future reading this know I installed the Change User Roll plugin and created a new Moderator user roll. I made this read-only access on the WP side, but linked it up with the forum moderator user group and worked exactly as I wanted. This group can moderate but won't have access to anything on the WP site side. Jason</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JasonToth</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52538</guid>
                    </item>
				                    <item>
                        <title>RE: Is there any way to have a moderator given access to delete posts?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52536</link>
                        <pubDate>Sun, 28 Mar 2021 22:54:36 +0000</pubDate>
                        <description><![CDATA[So I had BBPress installed and leftover user roles that were confusing me as there was a &quot;Moderator&quot; user role.
I just used the following to remove these all using the functions file:
$wp_...]]></description>
                        <content:encoded><![CDATA[<p>So I had BBPress installed and leftover user roles that were confusing me as there was a "Moderator" user role.</p>
<p>I just used the following to remove these all using the functions file:</p>
<pre contenteditable="false">$wp_roles = new WP_Roles();
$wp_roles-&gt;remove_role("bbp_keymaster");
$wp_roles-&gt;remove_role("bbp_moderator");
$wp_roles-&gt;remove_role("bbp_participant");
$wp_roles-&gt;remove_role("bbp_spectator");
$wp_roles-&gt;remove_role("bbp_blocked");</pre>
<p>Then after doing this I created a test user and assigned it to the "Editor" WP user role, which is synced to the WPForo user group of "Moderator".</p>
<p>Then taking this new test account I tried to access the regular website wp-admin page and it can still access the WP panel, which would make sense as it is the WP Editor role that is being used. </p>
<p>So if I have this all straight now, I need to set up a new user role in WP that has similar permissions to the "Subscriber" role to make sure the moderators in the forum can't get to the WP dashboard?</p>
<p>Any documentation on this and how to make a new user roll in WP for this purpose of setting up a moderator on the forum that can't access the WP posts?</p>
<p>Sorry for taking so long to get this understood on my end if I am missing something.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JasonToth</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52536</guid>
                    </item>
				                    <item>
                        <title>RE: Is there any way to have a moderator given access to delete posts?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52514</link>
                        <pubDate>Sun, 28 Mar 2021 09:56:43 +0000</pubDate>
                        <description><![CDATA[Hi @jasontoth,
wpForo forum access and usergorup permission system allows you to do anything you want. This is a pro permission system. You should read this topic to understand and use it c...]]></description>
                        <content:encoded><![CDATA[<p>Hi @jasontoth,</p>
<p>wpForo forum access and usergorup permission system allows you to do anything you want. This is a pro permission system. You should read this topic to understand and use it correctly: https://wpforo.com/community/faq/wordpress-user-roles-wpforo-usergroups-and-forum-accesses/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52514</guid>
                    </item>
				                    <item>
                        <title>RE: Is there any way to have a moderator given access to delete posts?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52492</link>
                        <pubDate>Sat, 27 Mar 2021 05:46:18 +0000</pubDate>
                        <description><![CDATA[@jasontoth
you can change the permissions here
Dashboard &gt; Forums &gt; Settings &gt; Forum Accesses Tab......permissions (CAN‘s)
and also
Dashboard &gt; Forums &gt; Usergroups admin p...]]></description>
                        <content:encoded><![CDATA[<p>@jasontoth</p>
<p>you can change the permissions here</p>
<p>Dashboard &gt; Forums &gt; Settings &gt; <a title="Forum Accesses Tab" href="https://wpforo.com/docs/root/wpforo-settings/forum-accesses/" target="true">Forum Accesses Tab</a>......permissions (CAN‘s)</p>
<p>and also</p>
<p>Dashboard &gt; Forums &gt; <a title="Usergroups admin page" href="https://wpforo.com/docs/root/members/usergroups-and-permissions/" target="true">Usergroups admin page</a> ........Usergroup Permissions (CAN’s)</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52492</guid>
                    </item>
				                    <item>
                        <title>Is there any way to have a moderator given access to delete posts?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52490</link>
                        <pubDate>Sat, 27 Mar 2021 00:35:11 +0000</pubDate>
                        <description><![CDATA[I have a forum I am migrating from PhpBB and I have several moderators that handle this forum on PhpBB. They sometimes have to delete posts after the fact due to our own forum policy. WPforo...]]></description>
                        <content:encoded><![CDATA[<p>I have a forum I am migrating from PhpBB and I have several moderators that handle this forum on PhpBB. They sometimes have to delete posts after the fact due to our own forum policy. WPforo it looks like there is no option to give access to the moderator user group to delete posts.</p>
<p>I could use the Editor use group that has full access for this and upon testing works, however, I noticed that when I do this these moderators then suddenly have full access to the entire WP site where they could then also change the site itself, blogs, web pages, posts, etc.</p>
<p>Any advice on how I can give access to the moderators to just moderate the forum and have access to delete?</p>
<p>Thanks in advance for your input on this.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JasonToth</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-any-way-to-have-a-moderator-given-access-to-delete-posts/#post-52490</guid>
                    </item>
							        </channel>
        </rss>
		