0
Hello. I'd like if music collection was integrated with AUP to give points to user when he do the follow actions: add song, create album. create artist, add video. If he delete them AUP rule to detract points.
Let me know please.
Thanks.
Best regards
Let me know please.
Thanks.
Best regards
Responses (16)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0XML RULES
Note un Album
Assigne des points aux membres qui notent un album
MusCol
plgaup_new_votes_albums
true
-----
WHERE ADD THIS? :
$api_AUP = JPATH_SITE.DS.'components'.DS.'com_alphauserpoints'.DS.'helper.php';
if ( file_exists($api_AUP))
{
require_once ($api_AUP);
AlphaUserPointsHelper::newpoints( 'plgaup_new_votes_albums' );
} -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0 -
Accepted Answer
-
Accepted Answer
0Hi. This AUP rule give points only when user create an album? What rule include exactly? I wish manage rule to earn points for the following actions:
1) create album,
2) create artist,
3) write review,
4) post rating,
5) upload song (or this has been included on create album rule?)
and to detract points for the following actions:
1) cancel album,
2) cancel artist,
3) cancel song,
4) cancel review, (if this possible)
5) cancel rating (if this possible)
Please let me know.
Thanks -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »