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.
Responses (11)
  • Accepted Answer

    Sunday, January 13 2013, 01:18 PM - #Permalink
    0
    that behavior is not normal.. every song should have it's own count! have you modified something?
    your subscription has expired I think...
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 22 2013, 08:22 PM - #Permalink
    0
    Subscription has expired, but we are using the latest vesion we piad for.

    We have updated the view pages for album and Songs, but nothing that should affect the Song Download per user.

    Where in component does ti track the download per user or create the download per song? We can start there?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 22 2013, 08:33 PM - #Permalink
    0
    you mean a graphic chart? or just a number?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 25 2013, 05:09 PM - #Permalink
    0
    No 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; ?>
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 25 2013, 05:13 PM - #Permalink
    0
    can you send me access to your site? at joomlamusicsolutions@gmail.com
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 25 2013, 05:20 PM - #Permalink
    0
    Access has been sent form Administrator for site to you.

    Please advise......
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 25 2013, 06:46 PM - #Permalink
    0
    Check your email we sent back-end credentials.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 25 2013, 06:52 PM - #Permalink
    0
    I didn't received it.
    joomlamusicsolutions@gmail.com?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, January 28 2013, 02:44 PM - #Permalink
    0
    Resent Login credentials again this morning.
    Can you login to Admin, take alook.

    We are still gettnig this issues, where a set Song Download is triggering same download count for all songs.

    That does not make sense.
    Is there something in code that we may tweek to stop this,.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, January 28 2013, 06:59 PM - #Permalink
    0
    Sent the Attachment email with Album Default.php file, we have customized..

    also, the user set download page. Take a look and see if there is something off on our default.php Album view page.

    Something we added or removed as custom settings?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 05 2013, 07:34 PM - #Permalink
    0
    This 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!!!
    The reply is currently minimized Show
Your Reply