0
I setup to allow song downloads on back-end.
But when you click on song download in the front-end.
In the Database all the songs have the same #number of downloads.
Is there a way to fix this, some only the songs setup to down download show the exact number of times they have been downloaded in the Database.
I can't seem to find the code that controls this.
I want each song to produce it correct Downloaded # count, NOT all songs having same number of Downloads, defeats the purpose.
But when you click on song download in the front-end.
In the Database all the songs have the same #number of downloads.
Is there a way to fix this, some only the songs setup to down download show the exact number of times they have been downloaded in the Database.
I can't seem to find the code that controls this.
I want each song to produce it correct Downloaded # count, NOT all songs having same number of Downloads, defeats the purpose.
Responses (11)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0No matter what, every songs shows the same number of Downloads in the DB.
Why is the script doing that, we have download set for just that one song. We wrote this code in place so only specific song can be downloaded.
We turned the 'Allow songs Download Register users Only' on Back-end, then added this script code to specify which song by song_id:
CODE:
if($song->id == 339 || $song->id == 342 || $song->id == 343)
.tr_song_link.tr_song_link339, .tr_song_link.tr_song_link342, .tr_song_link.tr_song_link343 {display: none !important;}
album->name; ?> -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0This only Shows up in Database in Songs Table > Downloaded field.
I am not outputting the Download count on the php, no print out.
But when I access the DB, I see that all songs listed under column "Downloaded" has same count.
Can you please help me understand this, where in the Controller or Model does it perform the Download feature.
Where in the component library does that code function take place. Everything else seems to work perfectly except downloads.
I would like to get this sorted out before re-signing up to get later version of (com_muscol)
PLEASE HELP!!!
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 »