AlphaUserPoints

  • David M
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 6 months ago #5329 by David M
AlphaUserPoints was created by David M
Is there a AlphaUserPoints plugin? When someone donates they earn points? Points can be assigned based on donation levels.

In addition a coupon code can be used when making a donation to add a certain amount of points. Use code 11234 and receive 25 points for your donation.

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #5412 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: AlphaUserPoints
Hi

In the current version, Joom Donation has not integrated with AUP yet .

Thanks,

Tuan

Please Log in or Create an account to join the conversation.

  • David M
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 6 months ago #5422 by David M
Replied by David M on topic Re: AlphaUserPoints
It would be great to have this integration.

Please Log in or Create an account to join the conversation.

More
13 years 5 months ago #5734 by tfontana1
Replied by tfontana1 on topic Re: AlphaUserPoints
Such integration would be a great benefit to me as well.

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #7167 by jmvieira
Replied by jmvieira on topic Re: AlphaUserPoints
I introduced a hack in the component that lets you assign alpha user points made by donation. Points are awarded in
function of the amount donated (x points for each €)...

In file view.html.php at com_jdonation/views/complete I add new lines after line 65:

$txttovalor = 'Donativo no valor de €';
$numvalor= number_format($row->amount, 2) ;
$valor= $txttovalor.$numvalor ;
$api_AUP = JPATH_SITE.DS.'components'.DS.'com_alphauserpoints'.DS.'helper.php';
if ( file_exists($api_AUP)) {
require_once ($api_AUP);
AlphaUserPointsHelper::newpoints( 'sysplgaup_buypointswithpaypal', '', '', $valor, $row->amount*75);
}

Its work for me.

The AUP plugin is the core sysplgaup_buypointswithpaypal

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #18015 by fastcar
Replied by fastcar on topic Re: AlphaUserPoints
Hi Joomdonation,

AUP is very good component. Will be integrate your componentns (EventBooking, Seller, ....) to this component?

EveryBooking looks as good component, but registrered users cant assign any points for their participation.

Or yes? Thanks

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #18083 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: AlphaUserPoints
Hi fastcar

It is possible to write AUP plugin for Joom Donation, Events Booking or Documents Seller...However, to be honest, we won't develop these plugins soon. There are still other features which have higher priority and we will have to focus on them first .

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #18090 by fastcar
Replied by fastcar on topic Re: AlphaUserPoints

Administrator wrote: Hi fastcar

It is possible to write AUP plugin for Joom Donation, Events Booking or Documents Seller...However, to be honest, we won't develop these plugins soon. There are still other features which have higher priority and we will have to focus on them first .

Regards,

Tuan


To Tuan: Thank you. Definetly understand.

But...

There is no need to use the AUP. Maybe just a slight change in EB, which assigns the user a point (by setting the event) after registering for the event. Or delete the point, when will cancel the registration. It is certainly easier for you than create a plugin.

What you thing?

Nice a day.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #26012 by showpres
Replied by showpres on topic Re: AlphaUserPoints
Does anyone want to contribute with me to the development of this plugin? They will do the development for $100, and I would love to split that with one or two others. I know I am not the only person who wants this!

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDũng Nguyễn Việt