<?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>
									Votes as guests - General Discussions				            </title>
            <link>https://wpdiscuz.com/community/general-forum/votes-as-guests/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 19 May 2026 13:36:29 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Votes as guests</title>
                        <link>https://wpdiscuz.com/community/general-forum/votes-as-guests/#post-12240</link>
                        <pubDate>Mon, 22 Nov 2021 10:47:05 +0000</pubDate>
                        <description><![CDATA[@jafranco,
I&#039;m really sorry but there is no easy solution for this. And the IPs are stored only for guests as hashed values. 
As I&#039;ve already answered your question here this topic will be...]]></description>
                        <content:encoded><![CDATA[<p>@jafranco,</p>
<p>I'm really sorry but there is no easy solution for this. And the IPs are stored only for guests as hashed values. </p>
<p>As I've already answered your question here <a href="https://wpdiscuz.com/community/general-forum/ips-iikes-comments/" target="_blank" rel="noopener">this topic</a> will be deleted. </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/votes-as-guests/#post-12240</guid>
                    </item>
				                    <item>
                        <title>RE: Votes as guests</title>
                        <link>https://wpdiscuz.com/community/general-forum/votes-as-guests/#post-12238</link>
                        <pubDate>Mon, 22 Nov 2021 09:32:50 +0000</pubDate>
                        <description><![CDATA[Thank you!
And do you know if I can see from which IPs the likes in the comment have been made?]]></description>
                        <content:encoded><![CDATA[<p>Thank you!</p>
<p>And do you know if I can see from which IPs the likes in the comment have been made?</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>jafranco</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/votes-as-guests/#post-12238</guid>
                    </item>
				                    <item>
                        <title>RE: Votes as guests</title>
                        <link>https://wpdiscuz.com/community/general-forum/votes-as-guests/#post-12168</link>
                        <pubDate>Tue, 16 Nov 2021 12:21:45 +0000</pubDate>
                        <description><![CDATA[@jafranco,

I don&#039;t understand why I can&#039;t vote, I want anyone to be able to like it within the same IP, I get the error &quot;You cannot vote for this comment (voting from the same IP)&quot;

wpD...]]></description>
                        <content:encoded><![CDATA[<p><span>@jafranco,</span></p>
<blockquote>
<p><span>I don't understand why I can't vote, I want anyone to be able to like it within the same IP, I get the error "You cannot vote for this comment (voting from the same IP)"</span></p>
</blockquote>
<p>wpDiscuz logs your IP too. It doesn't matter you're logged in or not, wpDiscuz detects you and knows that you're the owner of this comment. You're not allowed to vote for your comment, even if you've logged out and want to vote as a guest.</p>
<p>You can use the following custom solution:</p>
<pre contenteditable="false"><span>add_filter('pre_comment_user_ip', function(){</span><br /><span>    if(!is_user_logged_in()){</span><br /><span>        return md5(uniqid());</span><br /><span>    }</span><br /><span>});</span></pre>
<p>Put it in the active theme functions.php file. <a href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/" target="true" rel="nofollow">More information on how to add insert custom code.</a></p>
<p>This code works only in the case of the guest users. </p>
<blockquote>
<p>I can't change the language of the "Post Comment" button,</p>
</blockquote>
<p>Please read my answer here: https://wpdiscuz.com/community/postid/2551/</p>
<blockquote>
<p><span>I would like the comment to be able to fit a maximum number of characters or words, is it possible?</span></p>
</blockquote>
<p>You can use the "<strong>Comment Text Length</strong>" option. It's located in the<em> Dashboard &gt; wpDiscuz &gt; Settings &gt; Comment Content and Media</em> admin page. More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-content-and-media/#comment-text-length</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/votes-as-guests/#post-12168</guid>
                    </item>
				                    <item>
                        <title>Votes as guests</title>
                        <link>https://wpdiscuz.com/community/general-forum/votes-as-guests/#post-12167</link>
                        <pubDate>Tue, 16 Nov 2021 12:05:43 +0000</pubDate>
                        <description><![CDATA[Various doubtsI don&#039;t understand why I can&#039;t vote, I want anyone to be able to like it within the same IP, I get the error &quot;You cannot vote for this comment (voting from the same IP)&quot;I can&#039;t...]]></description>
                        <content:encoded><![CDATA[<p>Various doubts<br /><br />I don't understand why I can't vote, I want anyone to be able to like it within the same IP, I get the error "You cannot vote for this comment (voting from the same IP)"<br /><br />I can't change the language of the "Post Comment" button<br /><br />I would like the comment to be able to fit a maximum number of characters or words, is it possible?</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>jafranco</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/votes-as-guests/#post-12167</guid>
                    </item>
							        </channel>
        </rss>
		