<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged upvoting</title>
<link>https://www.question2answer.org/qa/tag/upvoting</link>
<description>Powered by Question2Answer</description>
<item>
<title>Does upvoting or downvoting have an affect on where the content my appear?</title>
<link>https://www.question2answer.org/qa/115465/does-upvoting-downvoting-have-affect-where-content-appear</link>
<description>To clarify my question a bit. When users upvote or downvote a question or comment does it affect where the question appears? For an example if a question is downvoted does it get pushed down the list of questions? If a question is upvoted does it get pushed up the list of questions?&lt;br /&gt;
&lt;br /&gt;
I was also thinking that if the voting feature has no relationship to the content, then it's merely just for points. I tried searching for my answer but, didn't find anything similiar.&lt;br /&gt;
&lt;br /&gt;
If there is a post on this please share the link.:)</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/115465/does-upvoting-downvoting-have-affect-where-content-appear</guid>
<pubDate>Sat, 16 Nov 2024 01:01:22 +0000</pubDate>
</item>
<item>
<title>Create questions with fake views and upvotes?</title>
<link>https://www.question2answer.org/qa/86248/create-questions-with-fake-views-and-upvotes</link>
<description>

&lt;p&gt;When a question is created, it is started with 1 view (actually it's 0 views but you are the first views) and 0 votes.&lt;/p&gt;

&lt;p&gt;I just don't like zero. Can I make questions with fake views (like 14), and fake upvotes (like 3) ?&lt;/p&gt;

&lt;p&gt;I see that, in the database file (&lt;a href=&quot;https://github.com/q2a/question2answer/blob/78b969da37468e8668559e3ffe23687ae5587129/qa-include/db/install.php),&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2a/question2answer/blob/78b969da37468e8668559e3ffe23687ae5587129/qa-include/db/install.php),&lt;/a&gt; we can manipulate&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;'upvotes' =&amp;gt; 'SMALLINT UNSIGNED NOT NULL DEFAULT 0',
&lt;br&gt;'downvotes' =&amp;gt; 'SMALLINT UNSIGNED NOT NULL DEFAULT 0',
&lt;br&gt;'netvotes' =&amp;gt; 'SMALLINT NOT NULL DEFAULT 0',
&lt;br&gt;'lastviewip' =&amp;gt; 'VARBINARY(16)', // INET6_ATON of IP address which last viewed the post
&lt;br&gt;'views' =&amp;gt; 'INT UNSIGNED NOT NULL DEFAULT 0',&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Can I change those default values other than zero?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/86248/create-questions-with-fake-views-and-upvotes</guid>
<pubDate>Wed, 22 Jul 2020 16:27:59 +0000</pubDate>
</item>
<item>
<title>How to make it impossible to remove the upvote?</title>
<link>https://www.question2answer.org/qa/55614/how-to-make-it-impossible-to-remove-the-upvote</link>
<description>Some users of my site give upvote and remove. Then give upvote again and remove. Again and again.&lt;br /&gt;
&lt;br /&gt;
The purpose of this is to generate tens or hundreds of notifications and disrupt the user (persecuted) view notifications of messages and comments.&lt;br /&gt;
&lt;br /&gt;
It would be interesting if the vote were impossible to change, to avoid this.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/55614/how-to-make-it-impossible-to-remove-the-upvote</guid>
<pubDate>Mon, 02 Jan 2017 14:21:29 +0000</pubDate>
</item>
<item>
<title>Upvote only for answers, questions still both</title>
<link>https://www.question2answer.org/qa/55203/upvote-only-for-answers-questions-still-both</link>
<description>I want to make it so that answers can only be upvoted but questions remain up or down vote</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/55203/upvote-only-for-answers-questions-still-both</guid>
<pubDate>Sun, 04 Dec 2016 22:25:29 +0000</pubDate>
</item>
<item>
<title>Questions hotness issue / improvement</title>
<link>https://www.question2answer.org/qa/24574/questions-hotness-issue-improvement</link>
<description>

&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px;&quot;&gt;Better questions lead to better conversations. The reason why it seems logical to enable up/down voating questions on Q&amp;amp;A websites.&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px;&quot;&gt;It just work fine !&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px;&quot;&gt;but once you put a follow button on question's page things goes wrong because :&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 15px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Arial, sans-serif;&quot;&gt;Following a question signales TOO that the question is good.&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family: Helvetica Neue, Arial, sans-serif; color: #333333;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;And you have two systems that compete ( upvoting, following).
&lt;br&gt;
	
&lt;br&gt;
	if you look at Quora.com, the relevance of questions is based on the number of people following the question. There is no up/down question's voting. And the founder explains it clairely here :&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://www.quora.com/Why-doesnt-Quora-allow-voting-on-questions?redirected_qid=75884&quot; rel=&quot;nofollow&quot;&gt;http://www.quora.com/Why-doesnt-Quora-allow-voting-on-questions?redirected_qid=75884&lt;/a&gt;
&lt;br&gt;
	
&lt;br&gt;
	&lt;span style=&quot;font-family: Helvetica Neue, Arial, sans-serif; color: #333333;&quot;&gt;&lt;span style=&quot;font-size: 15px;&quot;&gt;So on Q2A , my suggestion of improvement, is to add &amp;nbsp;&quot;number of followers&quot; to the Questions hotness criteria if administrator choose to disable voting on questions.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;
&lt;br&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/24574/questions-hotness-issue-improvement</guid>
<pubDate>Thu, 13 Jun 2013 23:20:58 +0000</pubDate>
</item>
<item>
<title>[answered] How to make most voted answers to rank higher on the question page ?</title>
<link>https://www.question2answer.org/qa/6010/answered-make-most-voted-answers-rank-higher-question-page</link>
<description>ON this site and on my own site (rubbersurfer.com/qa), if there are multiple answers to a question, answers rank depending on when they were submitted, and not based on the number of up votes (which is kind of illogical, what is the point of voting then?)&lt;br /&gt;
&lt;br /&gt;
So how to make answers rank based on the number of up votes ?&lt;br /&gt;
&lt;br /&gt;
I thought it would be like this by default.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/6010/answered-make-most-voted-answers-rank-higher-question-page</guid>
<pubDate>Thu, 21 Apr 2011 01:10:41 +0000</pubDate>
</item>
<item>
<title>is there an option to remove vote down, such as only vote up^</title>
<link>https://www.question2answer.org/qa/5234/is-there-an-option-to-remove-vote-down-such-as-only-vote-up</link>
<description>sometimes vote down is not required</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/5234/is-there-an-option-to-remove-vote-down-such-as-only-vote-up</guid>
<pubDate>Sat, 19 Mar 2011 06:37:33 +0000</pubDate>
</item>
</channel>
</rss>