<?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>
									The right filters for showing and hiding - General Discussions				            </title>
            <link>https://wpdiscuz.com/community/general-forum/the-right-filters-for-showing-and-hiding/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 13 Sep 2026 01:56:16 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: The right filters for showing and hiding</title>
                        <link>https://wpdiscuz.com/community/general-forum/the-right-filters-for-showing-and-hiding/#post-3070</link>
                        <pubDate>Mon, 27 Jul 2020 14:38:13 +0000</pubDate>
                        <description><![CDATA[Thank you so much!
I have just a few more questions:
 
The comment bubble: if I am not showing the form, I cannot have the comment bubble show up either. How can I remove that. I can hide...]]></description>
                        <content:encoded><![CDATA[<p>Thank you so much!</p>
<p>I have just a few more questions:</p>
<p> </p>
<p>The comment bubble: if I am not showing the form, I cannot have the comment bubble show up either. How can I remove that. I can hide it with css as a last resort.</p>
<p> </p>
<p>Ajax: is it efficient? Does it only scan for new comments based on time does it reload everything...</p>
<p> </p>
<p>Also some of the css does not seem to be outputting. The layout #2 shows background colors behind alternating comments but we are not seeing that... will we have to add that ourselves via css?</p>
<p> </p>
<p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>ericg</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/the-right-filters-for-showing-and-hiding/#post-3070</guid>
                    </item>
				                    <item>
                        <title>RE: The right filters for showing and hiding</title>
                        <link>https://wpdiscuz.com/community/general-forum/the-right-filters-for-showing-and-hiding/#post-3043</link>
                        <pubDate>Sat, 25 Jul 2020 08:24:30 +0000</pubDate>
                        <description><![CDATA[Hi @ericg,

We need a way to filter whether to show or hide the comment from with our own php logic.

You can use the wpdiscuz_form_render filter. More info here:

We also need a filter...]]></description>
                        <content:encoded><![CDATA[<p><span>Hi @ericg,</span></p>
<blockquote>
<p><span>We need a way to filter whether to show or hide the comment from with our own php logic.</span></p>
</blockquote>
<p>You can use the <em><strong><span style="color: #0000ff">wpdiscuz_form_render</span></strong></em> filter. More info here: <a href="https://wpdiscuz.com/docs/codex/filters/wpdiscuz_form_render/">https://wpdiscuz.com/docs/codex/filters/wpdiscuz_form_render/</a></p>
<blockquote>
<p><span>We also need a filter that goes over each comment so we can decide if we want to show it.</span></p>
</blockquote>
<p><span>The <span style="color: #0000ff"><em><strong>wpdiscuz_comment_end</strong> </em></span>filter can be used for this porpouse. More info here: </span><a href="https://wpdiscuz.com/docs/codex/filters/wpdiscuz_comment_end/">https://wpdiscuz.com/docs/codex/filters/wpdiscuz_comment_end/</a></p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/the-right-filters-for-showing-and-hiding/#post-3043</guid>
                    </item>
				                    <item>
                        <title>The right filters for showing and hiding</title>
                        <link>https://wpdiscuz.com/community/general-forum/the-right-filters-for-showing-and-hiding/#post-3035</link>
                        <pubDate>Fri, 24 Jul 2020 20:21:10 +0000</pubDate>
                        <description><![CDATA[We are making a website with memberships beyond the roles.
We need a way to filter whether to show or hide the comment from with our own php logic.
We tried wpdiscuz_user_role_can_comment ...]]></description>
                        <content:encoded><![CDATA[<p>We are making a website with memberships beyond the roles.</p>
<p>We need a way to filter whether to show or hide the comment from with our own php logic.</p>
<p>We tried wpdiscuz_user_role_can_comment filter nad had no luck. It does not work when returning false. The form still shows up.</p>
<p>&nbsp;</p>
<p>We also need a filter that goes over each comment so we can decide if we want to show it. (different users have different memberships and based on your level you might not be able to see certain comments, so we need a way to skip the comment or not have it in the pool of comments)</p>
<p>For this I think we can override the comment walker though I am not sure.</p>
<p>&nbsp;</p>
<p>Any answers would be greatly appreciated!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>ericg</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/the-right-filters-for-showing-and-hiding/#post-3035</guid>
                    </item>
							        </channel>
        </rss>
		