<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged user-points</title>
<link>https://www.question2answer.org/qa/tag/user-points</link>
<description>Powered by Question2Answer</description>
<item>
<title>Is it possible to add some points for login activity to a user account?.</title>
<link>https://www.question2answer.org/qa/117055/is-possible-add-some-points-for-login-activity-user-account</link>
<description>

&lt;p&gt;&lt;span style=&quot;text-decoration: line-through;&quot;&gt;We want to do a poll on our site: &lt;a href=&quot;https://gateoverflow.in/&quot; rel=&quot;nofollow&quot;&gt;https://gateoverflow.in/&lt;/a&gt; , in which we want our active users to take part. We thought of allowing those users to participate in the poll who have 'x' number of minimum points (for example, 500)&lt;/span&gt; &lt;span style=&quot;text-decoration: line-through;&quot;&gt;and there are many ways to accumulate these points such as by asking a question, giving answers, by performing editing tasks.&lt;/span&gt;&amp;nbsp;For users who&amp;nbsp;are active in content viewing on the&amp;nbsp;site, Is it possible to give some points to such&amp;nbsp;users based on their login activity/ visits on the site? or if i can say like this can we have an option to give some points to users for visits every&amp;nbsp;day?.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/117055/is-possible-add-some-points-for-login-activity-user-account</guid>
<pubDate>Tue, 29 Apr 2025 18:11:13 +0000</pubDate>
</item>
<item>
<title>Point system..Help me!</title>
<link>https://www.question2answer.org/qa/75571/point-system-help-me</link>
<description>I want to make a function like below:&lt;br /&gt;
&lt;br /&gt;
When a user will ask a question, 1 point will be cut from his all points and when a user post a answer, 3 points will be added to his all points.&lt;br /&gt;
&lt;br /&gt;
How can I make this system??Help me please.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/75571/point-system-help-me</guid>
<pubDate>Tue, 04 Jun 2019 07:11:51 +0000</pubDate>
</item>
<item>
<title>How does the point system work?</title>
<link>https://www.question2answer.org/qa/65157/how-does-the-point-system-work</link>
<description>Is there any documentation on how the point system works?&lt;br /&gt;
&lt;br /&gt;
I've poked around the q2a site and can't find it anywhere.&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/65157/how-does-the-point-system-work</guid>
<pubDate>Mon, 09 Jul 2018 22:25:23 +0000</pubDate>
</item>
<item>
<title>Building a better, trackable Point System for q2a</title>
<link>https://www.question2answer.org/qa/64803/building-a-better-trackable-point-system-for-q2a</link>
<description>

&lt;p&gt;To understand how Stackoverflow can calculate points so accurately, I asked them:&amp;nbsp;&lt;a href=&quot;https://meta.stackoverflow.com/q/370194/1066234&quot; rel=&quot;nofollow&quot;&gt;https://meta.stackoverflow.com/q/370194/1066234&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;They store votes and other point events &lt;strong&gt;per day.&amp;nbsp;&lt;/strong&gt;And they&amp;nbsp;&lt;strong&gt;cannot be changed&lt;/strong&gt;&amp;nbsp;in the future!!&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;That means, the &quot;points recalculation&quot; of q2a is messing up all user points as soon as something has been changed (changed points, deleted posts, new upvotes etc.).&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;If we could track all point events per day, then I could improve the best-user-per-month plugin a lot, so &lt;strong&gt;intervals could be self-defined, i. e. weekly and daily!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is how Stackoverflow stores/tracks the reputation points:&lt;/p&gt;

&lt;pre&gt;total votes: 787
 2   9605154 (5)
-- 2012-03-07 rep +5    = 6         
 2  10531683 (5)
-- 2012-05-10 rep +5    = 11        
 1  11085525 (2)
-- 2012-06-18 rep +2    = 13        
 1  11178723 (2)
 2  11178599 (5)
-- 2012-06-24 rep +7    = 20        
 2  11178599 (5)
-- 2012-07-21 rep +5    = 25        
-- 2012-08-22 rep 0     = 25        
-- 2012-08-26 rep 0     = 25        
-- 2012-09-07 rep 0     = 25        
 1  12415046 (2)
 1  12420385 (2)
-- 2012-09-14 rep +4    = 29        
 2  12412388 (5)
-- 2012-09-15 rep +5    = 34      
...&lt;/pre&gt;

&lt;p&gt;Check your own (if you are member there):&amp;nbsp;https://stackoverflow.com/reputation&lt;/p&gt;

&lt;p&gt;I also see that with Q2A you can get points for posting, but not at &lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/help/whats-reputation&quot;&gt;Stackoverflow&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For Q2A we need to get those basic&amp;nbsp;&lt;strong&gt;point events&lt;/strong&gt; with the &lt;strong&gt;specific day&lt;/strong&gt; they happened:&lt;/p&gt;

&lt;p&gt;- Q/A posted (in table qa_posts, field created)
&lt;br&gt;- Upvote/Downvote for Q/A (in table qa_uservotes, field votecreated or voteupdated)
&lt;br&gt;- Select Best answer (in ? &lt;span style=&quot;color:#FF0000&quot;&gt;qa_eventlog&lt;/span&gt; ?)
&lt;br&gt;- Answer as best selected&amp;nbsp;(in ?&amp;nbsp;&lt;span style=&quot;color:rgb(255, 0, 0)&quot;&gt;qa_eventlog&lt;/span&gt;&amp;nbsp;?)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Problem:&lt;/strong&gt; The select events are to be found in /db/points.php with function&amp;nbsp;qa_db_points_update_ifuser($userid, $columns) which does not save the single data but only updates the count in qa_userpoints.&lt;/p&gt;

&lt;p&gt;Anyone?&lt;/p&gt;

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

&lt;p&gt;I now understand how Stackoverflow is doing it:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;&quot;Any deductions aren't made retrospectively&quot; – ... if posts from the past are deleted, they are not changed in the past, but instead will trigger minuspoints for the current day!&lt;/p&gt;&lt;/blockquote&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/64803/building-a-better-trackable-point-system-for-q2a</guid>
<pubDate>Wed, 27 Jun 2018 13:22:54 +0000</pubDate>
</item>
<item>
<title>Neutralize points when question is closed</title>
<link>https://www.question2answer.org/qa/62076/neutralize-points-when-question-is-closed</link>
<description>Is it possible for the reputation points associated with a question to be neutralized when a question is closed?&lt;br /&gt;
&lt;br /&gt;
Is also it possible to neutralize only points the person asking the question obtained through that question (and not points people answering the question obtained through that questions)?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/62076/neutralize-points-when-question-is-closed</guid>
<pubDate>Thu, 25 Jan 2018 15:26:27 +0000</pubDate>
</item>
<item>
<title>How to add new points option through a plugin?</title>
<link>https://www.question2answer.org/qa/55345/how-to-add-new-points-option-through-a-plugin</link>
<description>I would like to add new options in 'Points' tab using a plugin. e.g. if user visit the site or add a comment, user could earn a point.&lt;br /&gt;
&lt;br /&gt;
how could I do? any existing code I could follow?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/55345/how-to-add-new-points-option-through-a-plugin</guid>
<pubDate>Fri, 16 Dec 2016 09:00:08 +0000</pubDate>
</item>
<item>
<title>How can I see the amount of point for each action?</title>
<link>https://www.question2answer.org/qa/49252/how-can-i-see-the-amount-of-point-for-each-action</link>
<description></description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/49252/how-can-i-see-the-amount-of-point-for-each-action</guid>
<pubDate>Tue, 08 Dec 2015 18:18:02 +0000</pubDate>
</item>
<item>
<title>Calculating points</title>
<link>https://www.question2answer.org/qa/46395/calculating-points</link>
<description>Is there an easy way to calculate points earned in a specific category?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46395/calculating-points</guid>
<pubDate>Fri, 10 Jul 2015 10:44:25 +0000</pubDate>
</item>
<item>
<title>What is Use Of POINTS in Q2A based site ?</title>
<link>https://www.question2answer.org/qa/42736/what-is-use-of-points-in-q2a-based-site</link>
<description>

&lt;p&gt;
	I've created site on base of Q2A script.but i don't &lt;img alt=&quot;indecision&quot; height=&quot;20&quot; src=&quot;http://www.question2answer.org/qa/qa-plugin/wysiwyg-editor/plugins/smiley/images/whatchutalkingabout_smile.gif&quot; title=&quot;indecision&quot; width=&quot;20&quot;&gt;know what is&lt;span style=&quot;background-color:#ffff00;&quot;&gt; &lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;use of POINTS!!&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/42736/what-is-use-of-points-in-q2a-based-site</guid>
<pubDate>Wed, 07 Jan 2015 13:48:19 +0000</pubDate>
</item>
<item>
<title>Can a see what I got my point for?</title>
<link>https://www.question2answer.org/qa/41510/can-a-see-what-i-got-my-point-for</link>
<description>Is there a view where I can see what I got my point for?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/41510/can-a-see-what-i-got-my-point-for</guid>
<pubDate>Sun, 23 Nov 2014 04:06:46 +0000</pubDate>
</item>
<item>
<title>How to be successful with Q&amp;A system?</title>
<link>https://www.question2answer.org/qa/39932/how-to-be-successful-with-q%26a-system</link>
<description>

&lt;div&gt;
	Hi,&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	I'm Jose from Sweden and I would like to use you product it looks really nice. But I have couple of questions:&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	1- How can I keep a Q&amp;amp;A community really active?&lt;/div&gt;


&lt;div&gt;
	2- How can I incentive to our moderates in to keep my community clean? I mean, without needless questions.&lt;/div&gt;


&lt;div&gt;
	3- Do you have any tutorial about basic tips when you want to create this kind of communities?&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	Best regards,&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	Jose Sinisterra&lt;/div&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/39932/how-to-be-successful-with-q%26a-system</guid>
<pubDate>Mon, 20 Oct 2014 07:32:14 +0000</pubDate>
</item>
<item>
<title>Q2A points integration with cubepoints anyone?</title>
<link>https://www.question2answer.org/qa/29727/q2a-points-integration-with-cubepoints-anyone</link>
<description>I have a wordpress integrated q2a with SSO. I would like to add q2a points to the member's cubepoints in the main wordpress site. How do I do this? I know cubepoints provides integration API. Not sure how to take q2a points and add it to the cubepoints. Anyone can assist?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/29727/q2a-points-integration-with-cubepoints-anyone</guid>
<pubDate>Sun, 08 Dec 2013 00:22:25 +0000</pubDate>
</item>
<item>
<title>Easy way to replace commas by dots?</title>
<link>https://www.question2answer.org/qa/27257/easy-way-to-replace-commas-by-dots</link>
<description>In some languages the number separator is a dot instead of a comma, which means 17,000 is actually written as 17.000.&lt;br /&gt;
&lt;br /&gt;
Is there an easy way to replace all commas by dots in counters such as views and user points?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27257/easy-way-to-replace-commas-by-dots</guid>
<pubDate>Mon, 02 Sep 2013 18:22:56 +0000</pubDate>
</item>
<item>
<title>Calculating points not working?</title>
<link>https://www.question2answer.org/qa/25206/calculating-points-not-working</link>
<description>

&lt;div&gt;
	I am running a Q2A installation on my site (&lt;a href=&quot;http://studygermanyanswers.com/&quot; rel=&quot;nofollow&quot;&gt;http://studygermanyanswers.com/&lt;/a&gt;).&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	I have changed the way the points are awarded but now the are not being updated!&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	What can I do to fix the problem?&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	thank you!&lt;/div&gt;


&lt;div&gt;
	Fisi&lt;/div&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/25206/calculating-points-not-working</guid>
<pubDate>Sat, 06 Jul 2013 01:54:46 +0000</pubDate>
</item>
<item>
<title>how to get only user points in question list</title>
<link>https://www.question2answer.org/qa/21159/how-to-get-only-user-points-in-question-list</link>
<description>

&lt;p&gt;
	I want to show only user points, how can i get points of user in question lists. I tried this but it wont work&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		$q_item['who']['points']&lt;/p&gt;
&lt;/blockquote&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/21159/how-to-get-only-user-points-in-question-list</guid>
<pubDate>Mon, 04 Feb 2013 03:53:36 +0000</pubDate>
</item>
<item>
<title>show user point at user bar in Classic theme?</title>
<link>https://www.question2answer.org/qa/21080/show-user-point-at-user-bar-in-classic-theme</link>
<description>I use Q2A version 1.5.4 when i use Snow them user point shown at user bar when i change theme to Classic it did not show at user bar why?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/21080/show-user-point-at-user-bar-in-classic-theme</guid>
<pubDate>Fri, 01 Feb 2013 17:46:05 +0000</pubDate>
</item>
<item>
<title>Plugin development: qa-usermeta-points-ajax</title>
<link>https://www.question2answer.org/qa/20866/plugin-development-qa-usermeta-points-ajax</link>
<description>

&lt;p&gt;
	Currently I am developing a new plugin to give more transparence to userpoints and answers / best answers / acceptance rate.&lt;/p&gt;


&lt;p&gt;
	It is in early alpha, &lt;a href=&quot;http://www.gute-mathe-fragen.de/12461/infoball-schnellanzeige-punkten-antworten-besten-antworten&quot; rel=&quot;nofollow&quot;&gt;released today&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;
	The plugin &lt;em&gt;ajax-&lt;/em&gt;loads all this data and displays it in a tipsy tooltip:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;qa-usermeta-points-ajax-page&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=1772811570573922774&quot; style=&quot;width: 509px; height: 156px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
	If you are interested, let me know by your &lt;strong&gt;comment&lt;/strong&gt;. Thus you will be informed when I post a relase here.&lt;/p&gt;


&lt;p&gt;
	Kai&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20866/plugin-development-qa-usermeta-points-ajax</guid>
<pubDate>Fri, 25 Jan 2013 11:28:29 +0000</pubDate>
</item>
<item>
<title>How to add point for user logged everyday?</title>
<link>https://www.question2answer.org/qa/20211/how-to-add-point-for-user-logged-everyday</link>
<description>

&lt;p&gt;
	Thanks for all ideas! That is good for &lt;span class=&quot;short_text&quot; id=&quot;result_box&quot; lang=&quot;en&quot;&gt;&lt;span&gt;encourage &lt;/span&gt;&lt;/span&gt;users view and login everyday.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20211/how-to-add-point-for-user-logged-everyday</guid>
<pubDate>Fri, 28 Dec 2012 23:46:20 +0000</pubDate>
</item>
<item>
<title>Points setting wrong?</title>
<link>https://www.question2answer.org/qa/19256/points-setting-wrong</link>
<description>

&lt;p&gt;
	Hi all! How to fix this bug on my website? I'm setting points on admin, but it not true like setting. Example : set ask an answer +2 points, but on site + 20 points. Thanks for help!&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; height=&quot;325&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=13100603713441848111&quot; width=&quot;591&quot;&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/19256/points-setting-wrong</guid>
<pubDate>Tue, 20 Nov 2012 09:56:12 +0000</pubDate>
</item>
<item>
<title>how to give points to user for login.</title>
<link>https://www.question2answer.org/qa/18517/how-to-give-points-to-user-for-login</link>
<description>is there any possibility to give points to users just for logging in , and some extra points for logging in continuously to the n days.&lt;br /&gt;
&lt;br /&gt;
thank you</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/18517/how-to-give-points-to-user-for-login</guid>
<pubDate>Sun, 21 Oct 2012 08:01:51 +0000</pubDate>
</item>
</channel>
</rss>