<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged count</title>
<link>https://www.question2answer.org/qa/tag/count</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to hide the count of users in donut theme in q2a ?</title>
<link>https://www.question2answer.org/qa/90544/how-to-hide-the-count-of-users-in-donut-theme-in-q2a</link>
<description></description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/90544/how-to-hide-the-count-of-users-in-donut-theme-in-q2a</guid>
<pubDate>Sat, 23 Jan 2021 08:06:26 +0000</pubDate>
</item>
<item>
<title>How to hide category count in sidebar?</title>
<link>https://www.question2answer.org/qa/89644/how-to-hide-category-count-in-sidebar</link>
<description>

&lt;p&gt;I want to hide category question count from html not by &lt;strong&gt;display:none. &lt;/strong&gt;please tell me how i do it.&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/89644/how-to-hide-category-count-in-sidebar</guid>
<pubDate>Thu, 10 Dec 2020 14:25:36 +0000</pubDate>
</item>
<item>
<title>How to exclude spaces from minimum character count calculation?</title>
<link>https://www.question2answer.org/qa/67418/how-exclude-spaces-from-minimum-character-count-calculation</link>
<description>Now minimum character count is calculated including spaces. How to count only real characters in minimum character count calculation?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/67418/how-exclude-spaces-from-minimum-character-count-calculation</guid>
<pubDate>Thu, 20 Sep 2018 10:20:49 +0000</pubDate>
</item>
<item>
<title>Can anybody develop word count for Question2Answer?</title>
<link>https://www.question2answer.org/qa/67318/can-anybody-develop-word-count-for-question2answer</link>
<description>

&lt;p&gt;Counting words will very helpful for the administrator to ensure SEO optimization of content. Please help me out to build such plugin which can count the words written -&lt;/p&gt;

&lt;p&gt;My Q2A site - &lt;a rel=&quot;nofollow&quot; href=&quot;https://infofuge.com&quot;&gt;infofuge.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I found this on the web -&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/questions/45784097/ajax-update-every-input-on-textfield-word-counter&quot;&gt;Ajax Word Count on StackOverflow&amp;nbsp;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Can we create a plugin with PHP and Ajax with the help of the link above? Your answer will be highly appreciated.&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/67318/can-anybody-develop-word-count-for-question2answer</guid>
<pubDate>Mon, 17 Sep 2018 21:15:04 +0000</pubDate>
</item>
<item>
<title>How can I make an answer view count and also show most viewed users</title>
<link>https://www.question2answer.org/qa/66386/how-can-make-answer-view-count-and-also-show-most-viewed-users</link>
<description>I need help to show the number of times an answer has been viewed and show it near the answer. And also show most viewed writers and show number of times an user have been viewed. Am not so fluent in PHP. So please give a detailed answer. Please give the answer quickly.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/66386/how-can-make-answer-view-count-and-also-show-most-viewed-users</guid>
<pubDate>Fri, 17 Aug 2018 16:29:49 +0000</pubDate>
</item>
<item>
<title>How to show character count while typing on SCeditor?</title>
<link>https://www.question2answer.org/qa/66212/how-to-show-character-count-while-typing-on-sceditor</link>
<description></description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/66212/how-to-show-character-count-while-typing-on-sceditor</guid>
<pubDate>Mon, 13 Aug 2018 08:10:02 +0000</pubDate>
</item>
<item>
<title>Is there any way to change the view count on the lists to comment count?</title>
<link>https://www.question2answer.org/qa/66157/is-there-any-way-change-the-view-count-the-lists-comment-count</link>
<description></description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/66157/is-there-any-way-change-the-view-count-the-lists-comment-count</guid>
<pubDate>Sat, 11 Aug 2018 18:06:37 +0000</pubDate>
</item>
<item>
<title>How to show comment counts in activity list like answer counts?</title>
<link>https://www.question2answer.org/qa/66143/how-to-show-comment-counts-activity-list-like-answer-counts</link>
<description>I know there is an old plugin to show comment counts inside that answer count square box. But it is not working well on mobiles. I am using the snow flat theme. Any way to clone that answer count box and make it comment counts?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/66143/how-to-show-comment-counts-activity-list-like-answer-counts</guid>
<pubDate>Sat, 11 Aug 2018 11:32:25 +0000</pubDate>
</item>
<item>
<title>Help for counting favorite questions per user.</title>
<link>https://www.question2answer.org/qa/51992/help-for-counting-favorite-questions-per-user</link>
<description>I am trying the last 4 hours !!!! to display the number of favorite questions of each user in my advanced theme. i am using the code below:&lt;br /&gt;
&lt;br /&gt;
$userfaved = qa_db_select_with_pending(qa_db_user_points_selectspec($handle));&lt;br /&gt;
&lt;br /&gt;
$this-&amp;gt;output(''.$userfaved['favorites'].' '.qa_lang_html('main/my_favorites').'');&lt;br /&gt;
&lt;br /&gt;
but it doesnt work as it returns Undefined &amp;quot;favorites&amp;quot;... What i am doing wrong here ???? I am using similar code to get the number of questions a user asked and it works pretty fine !</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/51992/help-for-counting-favorite-questions-per-user</guid>
<pubDate>Fri, 03 Jun 2016 16:05:10 +0000</pubDate>
</item>
<item>
<title>Favorite questions count - How to ???</title>
<link>https://www.question2answer.org/qa/51908/favorite-questions-count-how-to</link>
<description>Hi. I am using q2a 1.6. and i want to display at the top bar the number of questions a user has favorited. For example when a user login at the site i want him to be able to see next his username how much questions has already favorited&lt;br /&gt;
Something like this:: &amp;nbsp;&amp;nbsp;Johndoe | 14 Favorited Questions&lt;br /&gt;
&lt;br /&gt;
And when clicks at the number to redirect him to his favorited questions page. Is it hard to add this function to qa-theme.php file? Is there any plugin to do this?&lt;br /&gt;
&lt;br /&gt;
I would appreciate any instructions. Thanks</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/51908/favorite-questions-count-how-to</guid>
<pubDate>Thu, 26 May 2016 07:18:35 +0000</pubDate>
</item>
<item>
<title>install q2a in nginx successful BUT Count the number of question views donot working</title>
<link>https://www.question2answer.org/qa/51397/install-nginx-successful-count-number-question-views-working</link>
<description>I change host and install q2a to nginx serve &lt;br /&gt;
&lt;br /&gt;
but now Count the number of question views donot working&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
thanks for send me solution</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/51397/install-nginx-successful-count-number-question-views-working</guid>
<pubDate>Sun, 17 Apr 2016 00:43:45 +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>View Count -- Is Correct or Not</title>
<link>https://www.question2answer.org/qa/49370/view-count-is-correct-or-not</link>
<description>

&lt;p&gt;One of my pages is showing a high view count, relative to the other pages. This view count keeps increasing, without visitors actually coming to the site (I&amp;nbsp;have histats on each page).&amp;nbsp;&lt;/p&gt;

&lt;p&gt;This is the page:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://2outof10wouldnotbang.com/34/would-not-bang-in-a-cupboard&quot; rel=&quot;nofollow&quot;&gt;http://2outof10wouldnotbang.com/34/would-not-bang-in-a-cupboard&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have prevented hotlinking via .htaccess.&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;#Rewrite Rule for Hotlinking
&lt;br&gt;RewriteCond %{HTTP_REFERER} !^http://(.+\.)?2outof10wouldnotbang\.com/ [NC]
&lt;br&gt;RewriteCond %{HTTP_REFERER} !google\. [NC]
&lt;br&gt;RewriteCond %{HTTP_REFERER} !yahoo\. [NC]
&lt;br&gt;RewriteCond %{HTTP_REFERER} !bing\. [NC]
&lt;br&gt;RewriteCond %{HTTP_REFERER} !^$
&lt;br&gt;RewriteRule \.(gif|jpeg|jpg|png|ti?ff|bmp)$ &lt;a href=&quot;http://2outof10wouldnotbang.com/qa-media/stop_sign.jpg&quot; rel=&quot;nofollow&quot;&gt;http://2outof10wouldnotbang.com/qa-media/stop_sign.jpg&lt;/a&gt; [R,L]&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;What would be causing these 'views' to be continually increasing without actual visitors coming to the page? Could it be the image blob (&lt;span style=&quot;color:rgb(34, 34, 34); font-family:menlo,monospace; font-size:11px&quot;&gt;&lt;a href=&quot;http://2outof10wouldnotbang.com/?qa=blob&amp;amp;qa_blobid=15199514007654777792&quot; rel=&quot;nofollow&quot;&gt;http://2outof10wouldnotbang.com/?qa=blob&amp;amp;qa_blobid=15199514007654777792&lt;/a&gt;&lt;/span&gt;) being shown within&amp;nbsp;google image search? How can I figure out what is going on?&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/49370/view-count-is-correct-or-not</guid>
<pubDate>Sat, 12 Dec 2015 18:53:04 +0000</pubDate>
</item>
<item>
<title>Show number of tags on tag page</title>
<link>https://www.question2answer.org/qa/47891/show-number-of-tags-on-tag-page</link>
<description>Just wanted to suggest to add the count of the tag to the tag page:&lt;br /&gt;
&lt;br /&gt;
E.g. I click on &amp;quot;bug&amp;quot; &lt;a href=&quot;http://www.question2answer.org/qa/tag/bug&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/tag/bug&lt;/a&gt; and it shows me how many questions there are with the tag bug.&lt;br /&gt;
&lt;br /&gt;
That would be quite helpful :)</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/47891/show-number-of-tags-on-tag-page</guid>
<pubDate>Sun, 13 Sep 2015 15:09:06 +0000</pubDate>
</item>
<item>
<title>Feature: Number of email / newsletter recipients</title>
<link>https://www.question2answer.org/qa/46613/feature-number-of-email-newsletter-recipients</link>
<description>It would be great if the statistics would show the number of email / newsletter recipients, I mean all users that are subscribed.&lt;br /&gt;
&lt;br /&gt;
This has just to be calculated, in my opinion, when the admin opens the statistics page.&lt;br /&gt;
&lt;br /&gt;
Defined is: define('QA_USER_FLAGS_NO_MAILINGS', 32);&lt;br /&gt;
&lt;br /&gt;
For now, the query to get the count of subscribed users should be:&lt;br /&gt;
&lt;br /&gt;
SELECT COUNT(userid)&lt;br /&gt;
FROM `qa_users`&lt;br /&gt;
WHERE BINARY flags != BINARY 32;&lt;br /&gt;
&lt;br /&gt;
However, I am not sure if this is the correct bit flag comparision. Any comment appreciated.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46613/feature-number-of-email-newsletter-recipients</guid>
<pubDate>Sun, 19 Jul 2015 01:43:35 +0000</pubDate>
</item>
<item>
<title>What about a plugin that lists all users that visited a question page?</title>
<link>https://www.question2answer.org/qa/46528/what-about-plugin-that-lists-users-that-visited-question-page</link>
<description>Just wondering: What about a plugin that lists all users that visited a question page?&lt;br /&gt;
&lt;br /&gt;
So you see these &amp;quot;1213 views&amp;quot;, you can click on that and then you get a list of all visitors.&lt;br /&gt;
&lt;br /&gt;
This actually needs just one more table. But I think it could become massive...&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
So that's why I'd like to ask if it makes sense actually.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46528/what-about-plugin-that-lists-users-that-visited-question-page</guid>
<pubDate>Wed, 15 Jul 2015 08:48:58 +0000</pubDate>
</item>
<item>
<title>Code for output the total numbers of answers in theme</title>
<link>https://www.question2answer.org/qa/46222/code-for-output-the-total-numbers-of-answers-in-theme</link>
<description>

&lt;p&gt;Hi,
&lt;br&gt;
&lt;br&gt;I'm absolutely a beginner and need help.
&lt;br&gt;
&lt;br&gt;&lt;strong&gt;Which PHP code snippet need I to show/display in numerical digit the sum of the current/individual answers for the &quot;qa-theme.php&quot;?&lt;/strong&gt;
&lt;br&gt;
&lt;br&gt;best regards&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46222/code-for-output-the-total-numbers-of-answers-in-theme</guid>
<pubDate>Thu, 02 Jul 2015 01:56:36 +0000</pubDate>
</item>
<item>
<title>view count is not counting with nginx</title>
<link>https://www.question2answer.org/qa/45200/view-count-is-not-counting-with-nginx</link>
<description>

&lt;p&gt;&lt;span style=&quot;font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;there are many visitors &amp;nbsp;from different ip but view count always showing 1 ,,, it's never changed for 3 months, how can I fix it?&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/45200/view-count-is-not-counting-with-nginx</guid>
<pubDate>Sat, 09 May 2015 07:38:52 +0000</pubDate>
</item>
<item>
<title>Show if post count &gt; n</title>
<link>https://www.question2answer.org/qa/45175/show-if-post-count-n</link>
<description>

&lt;p&gt;hy all . i move favorite button to question . but show to on answer.&lt;/p&gt;

&lt;p&gt;how make favorite button show only on question.&lt;/p&gt;

&lt;p&gt;maybe like this,&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;if (post_count) {&lt;/p&gt;

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

&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/45175/show-if-post-count-n</guid>
<pubDate>Thu, 07 May 2015 20:31:46 +0000</pubDate>
</item>
<item>
<title>view count is not counting</title>
<link>https://www.question2answer.org/qa/44614/view-count-is-not-counting</link>
<description>there are many visitors but view count always showing 1 ,,,</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/44614/view-count-is-not-counting</guid>
<pubDate>Mon, 06 Apr 2015 16:55:04 +0000</pubDate>
</item>
</channel>
</rss>