<?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>
									Disable Bulk management via email ? or turn off deleting comments - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/disable-bulk-management-via-email-or-turn-off-deleting-comments/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 06 Mar 2026 23:17:32 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Disable Bulk management via email ? or turn off deleting comments</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/disable-bulk-management-via-email-or-turn-off-deleting-comments/#post-14810</link>
                        <pubDate>Thu, 02 Jun 2022 08:27:59 +0000</pubDate>
                        <description><![CDATA[Thanks @Asti the code below worked. It would be nice to have a setting for this though
 
.wpd-user-email-delete-links-wrap{
    display:none !important;
}]]></description>
                        <content:encoded><![CDATA[<p>Thanks @Asti the code below worked. It would be nice to have a setting for this though</p>
<p> </p>
<pre contenteditable="false">.wpd-user-email-delete-links-wrap{
    display:none !important;
}</pre>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>burhi</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/disable-bulk-management-via-email-or-turn-off-deleting-comments/#post-14810</guid>
                    </item>
				                    <item>
                        <title>RE: Disable Bulk management via email ? or turn off deleting comments</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/disable-bulk-management-via-email-or-turn-off-deleting-comments/#post-14808</link>
                        <pubDate>Thu, 02 Jun 2022 08:05:23 +0000</pubDate>
                        <description><![CDATA[@burhi,
You should either disable the &quot;My Content and Settings&quot; button at all or use the following CSS code: 
.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap:first-child{
 ...]]></description>
                        <content:encoded><![CDATA[<p>@burhi,</p>
<p>You should either disable the "<a href="https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/user-authorization-and-profile-data/#%E2%80%9Cmy-content-and-settings%E2%80%9D-button" target="_blank" rel="noopener">My Content and Settings</a>" button at all or use the following CSS code: </p>
<pre contenteditable="false">.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap:first-child{
    display:none !important;
}</pre>
<p>Put the code in the Top Admin Bar &gt; Customize &gt; Additional CSS &gt; "Additional CSS" textarea, save it, delete all caches and check again.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/disable-bulk-management-via-email-or-turn-off-deleting-comments/#post-14808</guid>
                    </item>
				                    <item>
                        <title>Disable Bulk management via email ? or turn off deleting comments</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/disable-bulk-management-via-email-or-turn-off-deleting-comments/#post-14806</link>
                        <pubDate>Thu, 02 Jun 2022 07:46:25 +0000</pubDate>
                        <description><![CDATA[Hello,
I don&#039;t want users to delete their comments.
 
I disabled &quot;Show Activity Tab&quot; but I can&#039;t disable the &quot;Bulk management via email&quot; link
 
Thanks]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>I don't want users to delete their comments.</p>
<p> </p>
<p>I disabled "Show Activity Tab" but I can't disable the "Bulk management via email" link</p>
<p> </p>
<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>burhi</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/disable-bulk-management-via-email-or-turn-off-deleting-comments/#post-14806</guid>
                    </item>
							        </channel>
        </rss>
		