<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged viewcount</title>
<link>https://www.question2answer.org/qa/tag/viewcount</link>
<description>Powered by Question2Answer</description>
<item>
<title>How increment View count every time when anyone or same person views it ?</title>
<link>https://www.question2answer.org/qa/93759/increment-view-count-every-time-when-anyone-same-person-views</link>
<description>

&lt;p&gt;I already tried this solutions:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Look at the bottom of pages/question.php. There's a big if statement with various checks. You can remove the two IP checks (the ones with &quot;different IP&quot; comments).&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Also I remove the below line of codes from that function.&lt;/strong&gt;&lt;/p&gt;

&lt;pre&gt;if (qa_opt('do_count_q_views') &amp;amp;&amp;amp; !$formrequested &amp;amp;&amp;amp; !qa_is_http_post() &amp;amp;&amp;amp; qa_is_human_probably() &amp;amp;&amp;amp;
    (!$question['views'] || (
        // if it has more than zero views, then it must be different IP &amp;amp; user &amp;amp; cookieid from the creator
        (@inet_ntop($question['createip']) != qa_remote_ip_address() || !isset($question['createip'])) &amp;amp;&amp;amp;
        ($question['userid'] != $userid || !isset($question['userid'])) &amp;amp;&amp;amp;
        ($question['cookieid'] != $cookieid || !isset($question['cookieid']))
    ))
)
And just put the below code instead 

$qa_content['inc_views_postid'] = $questionid;
&lt;/pre&gt;

&lt;p&gt;But it didn't work properly for me or I actually didn't understand what should will do.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/93759/increment-view-count-every-time-when-anyone-same-person-views</guid>
<pubDate>Thu, 03 Jun 2021 08:46:24 +0000</pubDate>
</item>
<item>
<title>How to change view count 1k to 1000 ?</title>
<link>https://www.question2answer.org/qa/65433/how-to-change-view-count-1k-to-1000</link>
<description>

&lt;p&gt;I have updated q2a version - 1.8.0&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Now&amp;nbsp;question view,&amp;nbsp;Activity all Count (users,comment,answers,questioons)&amp;nbsp;view count short&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Example: 1000 to &lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;1k&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;But, i want to&amp;nbsp;make view count&amp;nbsp;1k&amp;nbsp;to 1000 ......&lt;/p&gt;

&lt;p&gt;How to do it???&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/65433/how-to-change-view-count-1k-to-1000</guid>
<pubDate>Fri, 20 Jul 2018 20:32:45 +0000</pubDate>
</item>
<item>
<title>is there way to &quot;view&quot; count one time? do not want to increase with every refreshing page?</title>
<link>https://www.question2answer.org/qa/62744/there-view-count-time-want-increase-with-every-refreshing-page</link>
<description>hello, as you know many bots is coming to sites. and it is increasing &amp;quot;view&amp;quot; counter. and also when we are refreshin or re open the question page, it is increasing. how we can solve this. do you have any idea or options in q2a ?&lt;br /&gt;
&lt;br /&gt;
note: when i am trying to refresh in this page. counter is not increasing. &amp;nbsp;do i need to make settings in my site with options?&lt;br /&gt;
&lt;br /&gt;
regards,</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/62744/there-view-count-time-want-increase-with-every-refreshing-page</guid>
<pubDate>Wed, 07 Mar 2018 03:04:24 +0000</pubDate>
</item>
<item>
<title>Viewing of questions by anonymous is not counted?</title>
<link>https://www.question2answer.org/qa/13493/viewing-of-questions-by-anonymous-is-not-counted</link>
<description>It seems that the views by the non-registered is not counted towards the questions.&lt;br /&gt;
&lt;br /&gt;
Why is this so?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/13493/viewing-of-questions-by-anonymous-is-not-counted</guid>
<pubDate>Tue, 13 Mar 2012 11:28:55 +0000</pubDate>
</item>
</channel>
</rss>