AlphaUserPoints 



Version
1.5.3 (last update on Oct 12, 2009)
Rating
Compatibility
Votes
62
Favoured
114
License
GPL
Non-Commercial
Type
Views
40768
Date Added
13 September 2008
With AlphaUserPoints component, you can distribute, assign or remove points to registered users according to some of its actions and activities on your website. AlphaUserPoints acts as an incentive promoting participation of users. Users often strive for more recognition, as well as competition. It's also usefull for contest, challenge, participation, game or online store!
AlphaUserPoints include a complete system of ranks and medals. Both can be combined. Ranks and medals can be assigned automatically with points or awarded manualy in backend component.
This component has its own component for invite which can also be used by non-registered users (based on AlphaRecommend). Possibility to integrate in Community Builder.
Building easily communities using AlphaUserPoints!
Features list:
Easy to use Administration interface like Joomla!
- 30 pre-existing rules
- Raffle system
- Possibility expire date for rules (usefull for campaigns)
- Auto-approve system
- Max Daily Points
- Invite/recommend system integrated
- Buy points with Paypal
- Change user level by system points
- System ranks and medals included
- Statistics per user
- Details actions per user
- Sync. users
- Recalculate function
- Reset all points function
- Max points for winners
- Coupon codes points
- Purge expires points
- Exclude users (usefull for admins)
- Export active users (CSV)
- Export e-mails (CSV)
- 8 menus available on frontend
- Support third plugins
- Provide API for third components
- Possibility to integrate in Community Builder and CBE
- Integration Uddeim
- Language support
- Support Joomla! 1.5 core SEF
- Easy install by one step
- MVC development
You can see some examples of integration (CB, Kunena, VirtueMart, Joomunity, JomSocial, etc...) on alphaplug.com forum.
COUPON CODE: JED2009
If you registered on www.alphaplug.com, you can enter this coupon code to earn 50 points!
Just enter this code in registered form on registration step.
byTheSlyest on November 18, 2009
I use it and it works very well ! It fits all my needs.
byAlexng on November 10, 2009
I think it's a very good component and now with the integration of the Community Builder it's even better. There's just one thing that makes me not to use it : the fact that in the user's list appears the administrator , and anyone can find out what the administrator username is. It's like using "admin" as the administrator username.
bymgracia on October 17, 2009
This is one of the most creative Joomla components I have come to use and I LOVE IT!. Not only is it well developed but it also adds a valuable service to any website and the website members will love. I highly recommend it to anyone.
byimwarrior on October 3, 2009
This is my first review and i had to this ..this is the best extension for joomla and without this i wolud have not even thought of creating a Joomla Website. Now lot of Rules are Developed for this (check there forum).
Thanx a Lot to Developer But only words of Aprreciation are not enough one must contribute to them for there great work and i am sure gonna do this when i will get my first pay check from google
Thanx a Lot to Developer But only words of Aprreciation are not enough one must contribute to them for there great work and i am sure gonna do this when i will get my first pay check from google
bybraqets on September 19, 2009
This is a nice feature for communities, but it works mainly whit their own system and Joomla, the only integration with Community Builder is the login sistem and nothing else. This extension would be really cool and interesting y it could work with CB fields. I'll rate better when they universalize the component. Sorry for my English.
byharvest on September 16, 2009
This is so easy to use - I downloaded it about a month ago and am using it on a site with SOBI directory and alpha userpoints for a restaurants directory.
I am a novice - the only problem I have that I haven't yet figured out is why the invite friends won't recognise any emails - it did work for a few days and then it stopped.
In all fairness - this is probably something I can resolved If I TRIED - I would recommend that you use this without hesitation for any community project
I am a novice - the only problem I have that I haven't yet figured out is why the invite friends won't recognise any emails - it did work for a few days and then it stopped.
In all fairness - this is probably something I can resolved If I TRIED - I would recommend that you use this without hesitation for any community project
byessexgunner2003 on July 21, 2009
This is one of the best things I've seen for Joomla 1.5
Its easy to set up and use and the support on the forums is really good. Its amazing how many things you can use this with just by putting some code here and there.
If you have a website that is community driven then you NEED this.
Its easy to set up and use and the support on the forums is really good. Its amazing how many things you can use this with just by putting some code here and there.
If you have a website that is community driven then you NEED this.
byElvar on July 15, 2009
I track this points system since I started Joomla sites and recently I decided to integrate it.
I made a good choice!
System is so easy with powerful options from start. If you need any modifications and integration with other components it is so easy to implement (you just use standard AUP code where you want to put it and that's it).
Now I can play with my community as long as I want to - and it brings me back to the old times of fun and gaming :)
I made a good choice!
System is so easy with powerful options from start. If you need any modifications and integration with other components it is so easy to implement (you just use standard AUP code where you want to put it and that's it).
Now I can play with my community as long as I want to - and it brings me back to the old times of fun and gaming :)
byMortti on July 5, 2009
This extension is so huge and there is possibility so many things. Developer is expert what he do (all thanks for he this great extension and guidelines what is direct in component), but mayby couple debugging users or SVN would be great. I love this =D
byknucks on June 11, 2009
This is a very useful addon for any Joomla site. It gives your users a reason to be a member or affiliate. I can think of a number of useful reasons to install this. Cheers to the developer.
byfroggymorning on April 15, 2009
This is a must-have extension for a community site. Your members earn points for their participation, they can award another member some of their points, they can get promotional codes for more points through contests and activities. Your members will be ecstatic at being able to earn points! The component provides a fantastic way to build participation.
However, there is a single huge drawback; there are limited means for your website mmembers to spend or redeem the points they earn.
Automatic points 'spending' through additional components, is what this component is designed to do. There are no premade spending rules, so 'Spending' must be accomplished by your site admin through some coding. For your members to 'spend' their points, you must code new spending rules into your API and Virtuemart, first by coding into your API component then creating a new .xml rule for the AlphaUserPoints extension.
------------------------------------------------
This is from the developer instructions to develop a 'spending' rule.
"Just insert the following API in the component code where needed. The best is to make it follow
a user action that could give the users some points or take some. For exemple in a comment system component
or in a forum, just add the API after the comment or topic INSERT query in the database.
a) Use - Basic API
///////////////////////////////////////////
$api_AUP = JPATH_SITE.DS.'components'.DS.'com_alphauserpoints'.DS.'helper.php';
if ( file_exists($api_AUP))
{
require_once ($api_AUP);
AlphaUserPointsHelper::newpoints( 'function_name' );
}
///////////////////////////////////
-------------------------------------------------
Be prepared to understand the above, for volunteer developer support in writing a spending rule refers you to the above instruction.
Manual subtraction or addition of points is not immediately possible. There is one back-end work around. An existing bonus points rule can be edited to carry a single positive or negative value. This 'bonus' rule is an additional means of adding points to a single user, but is the only means of subtracting a single value of points from any user. It can only be done with one value for a single user at one time. For a different value of negative points, you must edit the rule.
Wish list: Capability to setup spending points that is as easy as setting up earning them. Perhaps to create a link to 'buy this item with your user points' function into your FB or CB components or a Joomla system article, some pre-coded spending rules, or even additional 'bonus' rules that can be set to different values or mass-applied.
Rating: A good component that is 'out-of-the-box' easy to use for one objective (earning points) earns an excellent for its ease in set up, ability to increase member participation, and excitement brewed among your membership as they earn points. But, as it is difficult to use for its complimentary objective (redeeming the points earned) earns only a 'fair' for that important aspect. Hopefully, we'll see this promising extension become more uniform in its userability and become 'Excellent' all around.
However, there is a single huge drawback; there are limited means for your website mmembers to spend or redeem the points they earn.
Automatic points 'spending' through additional components, is what this component is designed to do. There are no premade spending rules, so 'Spending' must be accomplished by your site admin through some coding. For your members to 'spend' their points, you must code new spending rules into your API and Virtuemart, first by coding into your API component then creating a new .xml rule for the AlphaUserPoints extension.
------------------------------------------------
This is from the developer instructions to develop a 'spending' rule.
"Just insert the following API in the component code where needed. The best is to make it follow
a user action that could give the users some points or take some. For exemple in a comment system component
or in a forum, just add the API after the comment or topic INSERT query in the database.
a) Use - Basic API
///////////////////////////////////////////
$api_AUP = JPATH_SITE.DS.'components'.DS.'com_alphauserpoints'.DS.'helper.php';
if ( file_exists($api_AUP))
{
require_once ($api_AUP);
AlphaUserPointsHelper::newpoints( 'function_name' );
}
///////////////////////////////////
-------------------------------------------------
Be prepared to understand the above, for volunteer developer support in writing a spending rule refers you to the above instruction.
Manual subtraction or addition of points is not immediately possible. There is one back-end work around. An existing bonus points rule can be edited to carry a single positive or negative value. This 'bonus' rule is an additional means of adding points to a single user, but is the only means of subtracting a single value of points from any user. It can only be done with one value for a single user at one time. For a different value of negative points, you must edit the rule.
Wish list: Capability to setup spending points that is as easy as setting up earning them. Perhaps to create a link to 'buy this item with your user points' function into your FB or CB components or a Joomla system article, some pre-coded spending rules, or even additional 'bonus' rules that can be set to different values or mass-applied.
Rating: A good component that is 'out-of-the-box' easy to use for one objective (earning points) earns an excellent for its ease in set up, ability to increase member participation, and excitement brewed among your membership as they earn points. But, as it is difficult to use for its complimentary objective (redeeming the points earned) earns only a 'fair' for that important aspect. Hopefully, we'll see this promising extension become more uniform in its userability and become 'Excellent' all around.
bypinta on January 18, 2009
This is a good component that some of my clients were expecting!
All rules inside the component are very usefull.. now my visitors are maniacs getting a lot of points.
All rules inside the component are very usefull.. now my visitors are maniacs getting a lot of points.
bymeirhaeghefilip on January 6, 2009
it is super , only thing i don't lik is there are people earning on his back. Also thermus be more public rules , like if you hit any page also language files are not yet to find. So maybe we can help him to get it bigger
bybarthle on December 26, 2008
For a long time I though AUP is a component for rating other users like in Ebay. But actually it is for evaluating the individual user's contribution to a community site. It is good for motivating the user.
I wish its modules could display CB avatar.
I wish its modules could display CB avatar.
byloopssender on December 21, 2008
This component is equipped with all important features as a point system. Easy to use. Great work! Look forward to seeing more useful addons from alphaplug. Well done!!
bydalekurt on December 14, 2008
This is a pretty simple and well designed component. Really want to see other components doing integrations *hint hint*
bySuperSam on December 5, 2008
Being new to Joomla and all, I came across this component and it immediately sparked multiple ideas about what could be done with this add-on. The value that this has added to my site can not be measured. My site is basically built around this. Not to mention it is free although I do recommend that you support the developer. The support forum is great as well, not common being that it's free.
byProva on December 3, 2008
This program is great for tracking affiliate referrals or rewarding your customers for interacting with your website. It sets up quick & easy, but can be customized however you want with its unique rule system. There are also several third party plugins to extend it's functionality such as my favorite: turning user's points into a coupon in VirtueMart.
This is the sort of extension that you think would be really cool, but doubt anyone will ever develop. And yet, here it is. AlphaUserPoints has sprung as a reasonably mature, richly functional, and very flexible add-on from the heads of its development team. AND it can be integrated with Community Builder. Great little motivational extension for community-based sites.
Page 1 of 2








