<?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>
									Search only in approved comments at wpDiscuz Comment Search - wpDiscuz Comment Search				            </title>
            <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-only-in-approved-comments-at-wpdiscuz-comment-search/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Jul 2026 17:22:09 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Search only in approved comments at wpDiscuz Comment Search</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-only-in-approved-comments-at-wpdiscuz-comment-search/#post-6641</link>
                        <pubDate>Tue, 12 Dec 2017 09:10:25 +0000</pubDate>
                        <description><![CDATA[Hi Tom,about what you tell me1.- It still does not work. I&#039;m connected as a guest and I&#039;m still looking for comments that are not approved. Anyway it does not matter, in my WEB I have adapte...]]></description>
                        <content:encoded><![CDATA[<p>Hi Tom,</p><p>about what you tell me</p><p>1.- It still does not work. I'm connected as a guest and I'm still looking for comments that are not approved. Anyway it does not matter, in my WEB I have adapted the file search-DBManager.php (function searchData) so that it works correctly.</p><p>2.- Ok. </p><p>3.- Ok.</p><p>Thanks</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>jblascoa</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-only-in-approved-comments-at-wpdiscuz-comment-search/#post-6641</guid>
                    </item>
				                    <item>
                        <title>RE: Search only in approved comments at wpDiscuz Comment Search</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-only-in-approved-comments-at-wpdiscuz-comment-search/#post-6614</link>
                        <pubDate>Mon, 11 Dec 2017 16:10:13 +0000</pubDate>
                        <description><![CDATA[Hi jblascoa1.- The search for comments is done in &quot;approved&quot; comments, but also by those who are pending approval. Do you plan to add it as a new functionality ?. While you solve it you coul...]]></description>
                        <content:encoded><![CDATA[<p>Hi jblascoa</p><blockquote><p>1.- The search for comments is done in "approved" comments, but also by those who are pending approval. Do you plan to add it as a new functionality ?. While you solve it you could indicate to me which * .php file I should modify to search only for the approved comments since it is very important for me</p></blockquote><p>You're admin so it does search in unapproved comments. But try to search as guest, just logout and test it. wpDiscuz Comment Search doesn't bring result with unapproved comments for non-admin people.</p><blockquote><p>2.- When doing a search, the text "View Tree" appears to the right of the voting area. How can I change it and put another term in Spanish? It is also possible to change the color, now it is gray. My corporate color is red and I would like to change it. How could I do it?</p></blockquote><p>I'm sorry but addon style customization is not included in our support. As per front-end phrases you should translate addon using  /wpdiscuz-comment-search/languages/<span style="color: #ff0000">wpdiscuz-search.pot</span> file. All WordPress plugins' phrases and words are translated using this method. There are a few phrases in wpDiscuz Comment Search addon, just download the Poedit or install <a href="https://wordpress.org/plugins/loco-translate/" target="true">Loco Translate</a> plugin, and use the POT file mentioned above to create a spanish translation files. Those should have "wpdiscuz-search" prefix. The translation files should be uploaded to the same /languages/ directory. File names should be <span style="color: #0000ff">wpdiscuz-search-es_ES.po</span> and <span style="color: #0000ff">wpdiscuz-search-es_ES.mo</span> . Also make sure your WordPress language is set Spanish in Dashboard &gt; Settings &gt; General admin page, otherwise it won't work. More info: http://wplang.org/translate-theme-plugin/</p><blockquote><p>3.- My text in "Search form placeholder" is "Buscar en comentarios" In PC version i see all the text correctly, without a mobile phone (5.2 "screen) it is cut and you only see " "Buscar en co"</p></blockquote><p>Please navigate to Dashboard &gt; Comments &gt; Settings &gt; Styling admin page, put this CSS code in Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on front-end:</p><pre>@media screen and (max-width:600px) {<br />      #wpcomm #wpdiscuz-search-form input.wpdiscuz-comm-search {<br /> width: 90%;<br />      }<br />}</pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Tom</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-only-in-approved-comments-at-wpdiscuz-comment-search/#post-6614</guid>
                    </item>
				                    <item>
                        <title>Search only in approved comments at wpDiscuz Comment Search</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-only-in-approved-comments-at-wpdiscuz-comment-search/#post-6571</link>
                        <pubDate>Fri, 08 Dec 2017 09:50:39 +0000</pubDate>
                        <description><![CDATA[Hello Last Wednesday I bought your pluggin and that is exactly what I was looking for.My website isI have some problems1.- The search for comments is done in &quot;approved&quot; comments, but also by...]]></description>
                        <content:encoded><![CDATA[<p>Hello Last Wednesday I bought your pluggin and that is exactly what I was looking for.</p><p>My website is http://organics-magazine.com</p><p>However, I have some problems</p><p>1.- The search for comments is done in "approved" comments, but also by those who are pending approval. Do you plan to add it as a new functionality ?. While you solve it you could indicate to me which * .php file I should modify to search only for the approved comments since it is very important for me</p><p>2.- When doing a search, the text "View Tree" appears to the right of the voting area. How can I change it and put another term in Spanish? It is also possible to change the color, now it is gray. My corporate color is red and I would like to change it. How could I do it?</p><p>3.- My text in "Search form placeholder" is "Buscar en comentarios" In PC version i see all the text correctly, without a mobile phone (5.2 "screen) it is cut and you only see " "Buscar en co"</p><p>Thank you</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>jblascoa</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-only-in-approved-comments-at-wpdiscuz-comment-search/#post-6571</guid>
                    </item>
							        </channel>
        </rss>
		