alpha user points supported?

Francesco
Francesco
Offline
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
Responses (16)
  • Accepted Answer

    Thursday, March 24 2011, 04:53 PM - #Permalink
    0
    This would be a great feature.
    The reply is currently minimized Show
  • Accepted Answer

    scarface
    scarface
    Offline
    Tuesday, April 19 2011, 01:56 PM - #Permalink
    0
    Hi, i would like integrate AUP with MusCol but i need some help...

    ADD xx POINTS WHEN AN USER RATE THIS ALBUM (just this rule > Rate an album)

    I created all the codes but I do not know where to put them?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 19 2011, 03:28 PM - #Permalink
    0
    to create this we would need to make some custom coding for you...

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    scarface
    scarface
    Offline
    Tuesday, April 19 2011, 03:41 PM - #Permalink
    0
    XML 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' );
    }
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 19 2011, 03:44 PM - #Permalink
    0
    in the controller.php file I guess it would be good.

    search for the funcion RATE....
    The reply is currently minimized Show
  • Accepted Answer

    scarface
    scarface
    Offline
    Tuesday, April 19 2011, 04:07 PM - #Permalink
    0
    :( Don't work ...

    MusCol

    Is it good?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 19 2011, 04:08 PM - #Permalink
    0
    yes muscol, of course.
    The reply is currently minimized Show
  • Accepted Answer

    scarface
    scarface
    Offline
    Tuesday, April 19 2011, 04:09 PM - #Permalink
    0
    Ok I'll look how to do it
    The reply is currently minimized Show
  • Accepted Answer

    scarface
    scarface
    Offline
    Sunday, April 24 2011, 12:43 AM - #Permalink
    0
    I made ​​it with success !
    Thx ;)
    The reply is currently minimized Show
  • Accepted Answer

    Francesco
    Francesco
    Offline
    Sunday, April 24 2011, 08:19 PM - #Permalink
    0
    Hello. Kindly can you explain me step by step how can i create this rule AUP plugin to allow earn x points setting on backend?
    Thanks
    The reply is currently minimized Show
  • Accepted Answer

    scarface
    scarface
    Offline
    Sunday, April 24 2011, 08:21 PM - #Permalink
    0
    T'es francais?
    The reply is currently minimized Show
  • Accepted Answer

    Francesco
    Francesco
    Offline
    Sunday, April 24 2011, 10:43 PM - #Permalink
    0
    No i am not.
    The reply is currently minimized Show
  • Accepted Answer

    scarface
    scarface
    Offline
    Monday, April 25 2011, 10:29 AM - #Permalink
    0
    The reply is currently minimized Show
  • Accepted Answer

    Francesco
    Francesco
    Offline
    Monday, April 25 2011, 07:35 PM - #Permalink
    0
    I hope this solution will work even when Music collection will be updated. However, I wish this feature was added to the final component.
    Thanks a lot.
    The reply is currently minimized Show
  • Accepted Answer

    Francesco
    Francesco
    Offline
    Friday, April 29 2011, 10:19 AM - #Permalink
    0
    Hi. 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
    The reply is currently minimized Show
  • Accepted Answer

    Francesco
    Francesco
    Offline
    Thursday, June 09 2011, 01:15 PM - #Permalink
    0
    Please when you'll add this feature, realize it to use also jomsocial user points system. So admin can choose what use.
    Thanks
    The reply is currently minimized Show
Your Reply