0
Hi there guys
As much as I love MC is there anyway we can integrate a date added column to the songs? Some of my members are getting very frustrated that they are duplicating downloads because there is now info when new songs have been added? I think this is a very much needed feature to have in MC.
Also is there a way we can integrate that when a member as logged in and downloaded an mp3 can music collection put a tick on that mp3 to notify the member they have already downloaded that mp3?
I think these features would be very neat or if anyone can supply code to integrate into the system that would be great.
Many thanks
Joe
As much as I love MC is there anyway we can integrate a date added column to the songs? Some of my members are getting very frustrated that they are duplicating downloads because there is now info when new songs have been added? I think this is a very much needed feature to have in MC.
Also is there a way we can integrate that when a member as logged in and downloaded an mp3 can music collection put a tick on that mp3 to notify the member they have already downloaded that mp3?
I think these features would be very neat or if anyone can supply code to integrate into the system that would be great.
Many thanks
Joe
Responses (14)
-
Accepted Answer
0Hello Joe,
as a matter of fact, this information (when the song is added) is stored on the system, it's just not displayed.
tell me, in which page specifically you want to display this?
about the "notify member with a tick", that's a bit more tricky, it requires to keep track of the songs download and mark them if necessary. for this, some code work would be necessary... -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hi Germinal
I am still having problems with the add date column, It also displays the time which is not needed, I tried copying the code that does not display the time yet when I place it in the default.songs.php folder it still displays the time the song was added.
Also when integrating the date feature it makes all the layout look messy and out of place.
Please help as my members are getting very frustrated now
Regards
Joe -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hi Germinal
Im still having problems getting a date column to display in the frontend so that members can see when a song was added to the database.
Ive managed to input the title (DATE) without any problems but when I try to input the following code
echo JHTML::_('date', $this->songs[$i]->added, JText::_('DATE_FORMAT_LC3'));
So that the date is displayed it makes all the pages go offline with a php line warning.
Im simply just trying to display a date next to the artist column so as users can see when a track was uploaded to the website.
Regards
Joe -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hi Germinal
Thanks for the above tip, I did try the way you explained above and it did not show within the muscol section of the my site.
However it did give me alot of broken code text on the site.
I have now managed to integrate the date function into music collection but for some reason its still not showing only the date added.
In the column it shows the date which is what I Need then it also displays the time and F D Y???
Please find 2 screen shots attached - 1 of my site and how the date is displaying (2 The coding I have inputted into joomla
Im hoping this is a simple thing I have done wrong or an easy fix within joomla.
Regards
Joe-
Germinal Campsmore than a month agohave you changed the date format? DATE_FORTMAT_LC3
-
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 »