0
[hide]Assign points to user for rate an album!
Open file: JOOMLA_ROOT/components/com_muscol/controller.php
Find "RATE" function (line 407), After that add:
Download and upload this Rules with AUP installation:
[file name=plgaup_new_votes_albums.zip size=357]http://www.joomlamusicsolutions.com/images/fbfiles/files/plgaup_new_votes_albums.zip[/file][/hide]
Open file: JOOMLA_ROOT/components/com_muscol/controller.php
Find "RATE" function (line 407), After that add:
/////ALphaUserPoints Integration/////
$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' );
}
/////END ALphaUserPoints Integration/////
Download and upload this Rules with AUP installation:
[file name=plgaup_new_votes_albums.zip size=357]http://www.joomlamusicsolutions.com/images/fbfiles/files/plgaup_new_votes_albums.zip[/file][/hide]
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 »