<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged views</title>
<link>https://www.question2answer.org/qa/tag/views</link>
<description>Powered by Question2Answer</description>
<item>
<title>how to deactive &quot;most views &quot; from script ?</title>
<link>https://www.question2answer.org/qa/95341/how-to-deactive-most-views-from-script</link>
<description>how to deactive &amp;quot;most views &amp;quot; from script ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/95341/how-to-deactive-most-views-from-script</guid>
<pubDate>Wed, 11 Aug 2021 04:42:16 +0000</pubDate>
</item>
<item>
<title>how to hide &quot;most views &quot; from this page?</title>
<link>https://www.question2answer.org/qa/94742/how-to-hide-most-views-from-this-page</link>
<description>

&lt;p&gt;I want to hide this link from this page?
&lt;br&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;how to hide most views&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=10430516118179591102&quot; style=&quot;height:61px; width:600px&quot;&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/94742/how-to-hide-most-views-from-this-page</guid>
<pubDate>Fri, 16 Jul 2021 20:26:12 +0000</pubDate>
</item>
<item>
<title>There is no &quot;who can view anwers&quot; option on Administrations/permission page</title>
<link>https://www.question2answer.org/qa/91436/there-view-anwers-option-administrations-permission-page</link>
<description>There is a option that who can view questions permission but there is no &amp;quot;who can view anwers&amp;quot; option on Administrations/permission page.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/91436/there-view-anwers-option-administrations-permission-page</guid>
<pubDate>Mon, 08 Mar 2021 08:26:29 +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 limit the max amount of views displayed in a question?</title>
<link>https://www.question2answer.org/qa/66965/how-to-limit-the-max-amount-of-views-displayed-in-a-question</link>
<description>I want to display question views but only to a certain limit. For example:&lt;br /&gt;
&lt;br /&gt;
Question A: 340 views&lt;br /&gt;
&lt;br /&gt;
Question B: 1,000+ views&lt;br /&gt;
&lt;br /&gt;
I think it's important to hide your most visited pages from competitors. Keyword competition in Google results can be brutal. But I still want users to know which questions are most visited.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/66965/how-to-limit-the-max-amount-of-views-displayed-in-a-question</guid>
<pubDate>Thu, 06 Sep 2018 00:01:41 +0000</pubDate>
</item>
<item>
<title>How to count all views on questions without limitation of ip, user etc. ?</title>
<link>https://www.question2answer.org/qa/64109/how-to-count-all-views-questions-without-limitation-user-etc</link>
<description>How to count all views on questions without limitation of ip, user etc. ?&lt;br /&gt;
&lt;br /&gt;
I want to count all views on questions regardless of ip, user etc. in 1.8.0.&lt;br /&gt;
&lt;br /&gt;
I upgraded to 1.8.0 and it stopped counting all views&lt;br /&gt;
&lt;br /&gt;
I did remove the code on question.php &lt;br /&gt;
&lt;br /&gt;
Reference - &lt;a href=&quot;http://question2answer.org/qa/51318/can-change-views-count-from-unique-based-simple-views-based&quot; rel=&quot;nofollow&quot;&gt;http://question2answer.org/qa/51318/can-change-views-count-from-unique-based-simple-views-based&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Removing code from question.php does not work anymore.&lt;br /&gt;
&lt;br /&gt;
Can anyone help ?&lt;br /&gt;
&lt;br /&gt;
Thanks for your help.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/64109/how-to-count-all-views-questions-without-limitation-user-etc</guid>
<pubDate>Fri, 25 May 2018 12:20:05 +0000</pubDate>
</item>
<item>
<title>Can I change 'views count' from unique-IP-based to simple any/all-views-based?</title>
<link>https://www.question2answer.org/qa/51318/can-change-views-count-from-unique-based-simple-views-based</link>
<description>

&lt;p&gt;So rather than incrementing the 'view' count for a question based on how many unique people have actually viewed the question (IP based), I'd simply like it to increment every time someone views it.&amp;nbsp; So if they view it 5 times, the view counter value for that question increments by 5.&amp;nbsp;&amp;nbsp;&lt;/p&gt;

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

&lt;p&gt;(It would be nice to exclude bot 'views', since that could really get out of control! But only if it's within the scope of the same question, then it's my 'follow-up question' &lt;img alt=&quot;wink&quot; title=&quot;wink&quot; src=&quot;http://question2answer.org/qa/qa-plugin/wysiwyg-editor/ckeditor/plugins/smiley/images/wink_smile.png&quot; style=&quot;height:23px; width:23px&quot;&gt; ! )&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/51318/can-change-views-count-from-unique-based-simple-views-based</guid>
<pubDate>Wed, 13 Apr 2016 22:02:15 +0000</pubDate>
</item>
<item>
<title>qa_is_human_probably() probably not sufficient</title>
<link>https://www.question2answer.org/qa/51304/qa_is_human_probably-probably-not-sufficient</link>
<description>I have built my own adtracker using a plugin.&lt;br /&gt;
&lt;br /&gt;
I noticed many bot requests that were counted as ad views, even though I was using qa_is_human_probably(). It was in my case an SEO bot with Mozilla ... as user agent.&lt;br /&gt;
&lt;br /&gt;
I ended up using jquery and an ajax call to be sure it is not a bot and to have the correct human view count.&lt;br /&gt;
&lt;br /&gt;
Just some thoughts.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/51304/qa_is_human_probably-probably-not-sufficient</guid>
<pubDate>Wed, 13 Apr 2016 08:03:05 +0000</pubDate>
</item>
<item>
<title>Count Views not working</title>
<link>https://www.question2answer.org/qa/50334/count-views-not-working</link>
<description>Hi at all&lt;br /&gt;
&lt;br /&gt;
I have the newest version of Q2A&lt;br /&gt;
In the database there is on all question views count = 1&lt;br /&gt;
I have visit one question with different browsers and ip adresses&lt;br /&gt;
&lt;br /&gt;
is there an Error in Q2A&lt;br /&gt;
&lt;br /&gt;
Im afraid if anyone can help me&lt;br /&gt;
&lt;br /&gt;
thanks</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/50334/count-views-not-working</guid>
<pubDate>Thu, 11 Feb 2016 17:02:11 +0000</pubDate>
</item>
<item>
<title>Is there a working plugin to show list of online users?</title>
<link>https://www.question2answer.org/qa/49730/is-there-a-working-plugin-to-show-list-of-online-users</link>
<description>This is not providing accurate stat at all&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.question2answer.org/qa/42853/new-plugin-online-user-and-visit-count&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/42853/new-plugin-online-user-and-visit-count&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and this one is too old and not compatible with qa 1.7+&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://github.com/iRajul/online-user-plugin&quot; rel=&quot;nofollow&quot;&gt;https://github.com/iRajul/online-user-plugin&lt;/a&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/49730/is-there-a-working-plugin-to-show-list-of-online-users</guid>
<pubDate>Mon, 04 Jan 2016 03:01:48 +0000</pubDate>
</item>
<item>
<title>How question view count is added ?</title>
<link>https://www.question2answer.org/qa/48486/how-question-view-count-is-added</link>
<description>I'm running some core modifications and i want to know how view count is added so i can add add to count even if user not visited question page. Now i'm using iframes (mysite.com/q-id) to do that wich is not very practical...&lt;br /&gt;
&lt;br /&gt;
Any ideas ? Wich files are used to count views ? qa-include/pages/question.php ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/48486/how-question-view-count-is-added</guid>
<pubDate>Fri, 16 Oct 2015 06:29:35 +0000</pubDate>
</item>
<item>
<title>Is there a way to show the percentage of questions viewed by a user?</title>
<link>https://www.question2answer.org/qa/48115/is-there-way-to-show-the-percentage-of-questions-viewed-user</link>
<description>Hi, My aim is to see how much a user has used the site. So, a percentage of questions viewed seems a good idea. Is there any way this could be done. I would prefer to do this per category, but even otherwise is fine.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/48115/is-there-way-to-show-the-percentage-of-questions-viewed-user</guid>
<pubDate>Thu, 24 Sep 2015 06:38:14 +0000</pubDate>
</item>
<item>
<title>How to change time formats (lists,questions pages) to YYYY-MM-DD format in ver1.7.?</title>
<link>https://www.question2answer.org/qa/46254/change-time-formats-lists-questions-pages-yyyy-format-ver1</link>
<description>

&lt;p&gt;How to change time formats (lists,questions pages) to YYYY-MM-DD HH:MM (ISO 8601)&amp;nbsp;format in ver1.7.?
&lt;br&gt;
&lt;br&gt;&lt;span style=&quot;color:rgb(68, 68, 68); font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;If I set &quot;Show full date after:&quot; option to zero, does it show time in&amp;nbsp;&lt;/span&gt;YYYY-MM-DD HH:MM&amp;nbsp;format after questions is asked?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46254/change-time-formats-lists-questions-pages-yyyy-format-ver1</guid>
<pubDate>Fri, 03 Jul 2015 06:19:06 +0000</pubDate>
</item>
<item>
<title>log all page views</title>
<link>https://www.question2answer.org/qa/44411/log-all-page-views</link>
<description>Is there a plugin or simple core hack to log every user viewing a page. &amp;nbsp;If a users views the page twice I would only need the last date he viewed it.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/44411/log-all-page-views</guid>
<pubDate>Sun, 22 Mar 2015 15:56:53 +0000</pubDate>
</item>
<item>
<title>how can I add code in questions&gt; most views page</title>
<link>https://www.question2answer.org/qa/42739/how-can-i-add-code-in-questions-most-views-page</link>
<description>

&lt;p&gt;
	I want to add a code in questions &amp;gt; most views page , I am using this;&amp;nbsp;&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		if ( $this-&amp;gt;template == 'questions' ) {&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	but it's displaying in other pages too (most answers , most votes , hot ...) I want to display only in&amp;nbsp;most views page is it possible?&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	best regards&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/42739/how-can-i-add-code-in-questions-most-views-page</guid>
<pubDate>Wed, 07 Jan 2015 17:24:14 +0000</pubDate>
</item>
<item>
<title>Can we have number of views next to number of answers?</title>
<link>https://www.question2answer.org/qa/41609/can-we-have-number-of-views-next-to-number-of-answers</link>
<description>I can have a layout where there are votes, number of answers and number of views next each other?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/41609/can-we-have-number-of-views-next-to-number-of-answers</guid>
<pubDate>Mon, 24 Nov 2014 23:34:59 +0000</pubDate>
</item>
<item>
<title>What is the reason for number of views of some questions of my site increasing unusually?</title>
<link>https://www.question2answer.org/qa/38034/what-reason-number-views-some-questions-increasing-unusually</link>
<description>

&lt;p&gt;
	&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif;&quot;&gt;Those numbers are not very high. But comparing views of my other questions I feel those are unusual.&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size: 9pt; font-family: Arial, sans-serif;&quot;&gt;Number of views of some questions of my site is increasing unusually day by day and number of hit count of my site is not increasing with that amount.&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/38034/what-reason-number-views-some-questions-increasing-unusually</guid>
<pubDate>Fri, 05 Sep 2014 22:40:32 +0000</pubDate>
</item>
<item>
<title>How to make view counts work behind a reverse proxy like nginx?</title>
<link>https://www.question2answer.org/qa/33322/how-to-make-view-counts-work-behind-reverse-proxy-like-nginx</link>
<description>

&lt;p&gt;
	My q2a server is deployed on a different server, receiving requests from an nginx proxy that is on its own server, so the only client IP that q2a sees is the nginx server's IP. &amp;nbsp;This results in view counts not incrementing. &amp;nbsp;The requests that come into q2a could have X-Forwarded-For or X-Real-IP headers, but q2a doesn't use them.&lt;/p&gt;


&lt;p&gt;
	Is there a way to configure this, or places in the code I can start looking to make modifications?&lt;/p&gt;


&lt;p&gt;
	Note: I took a look at &lt;a href=&quot;http://www.question2answer.org/qa/28145/how-get-the-users-when-using-proxy-like-cloudflare-and-varnish&quot; rel=&quot;nofollow&quot;&gt;this question&lt;/a&gt;, but I'm not sure if it applies to my case, since my nginx and q2a servers are on different servers w/ different IPs. &amp;nbsp;Also, assume it's not an option for me to install nginx on the q2a server to do the client IP rewriting,&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/33322/how-to-make-view-counts-work-behind-reverse-proxy-like-nginx</guid>
<pubDate>Fri, 04 Apr 2014 13:31:46 +0000</pubDate>
</item>
<item>
<title>How can I set the default Views to a number higher than 0?</title>
<link>https://www.question2answer.org/qa/30629/how-can-i-set-the-default-views-to-a-number-higher-than-0</link>
<description>I am transferring questions from another Q&amp;amp;A site to Q2A. I have questions that have a large viewer count. Is there a way to set the default Views on an original installation to a number other than 0.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/30629/how-can-i-set-the-default-views-to-a-number-higher-than-0</guid>
<pubDate>Mon, 13 Jan 2014 00:32:40 +0000</pubDate>
</item>
<item>
<title>Question's views counter not working?</title>
<link>https://www.question2answer.org/qa/29683/questions-views-counter-not-working</link>
<description>I am using the latest version of Q2A, but there is a problem, because I noticed that the number of views on the specific questions is not changing. So, how to fix this bug.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/29683/questions-views-counter-not-working</guid>
<pubDate>Fri, 06 Dec 2013 18:24:24 +0000</pubDate>
</item>
</channel>
</rss>