Last Updated Date

Dimitris
Dimitris
Offline
0
Hi germi

I need to ad an extra field to artists/albums/songs tables. I will be a date field and will show the last modified date of the song/album/artist

The reason I need it is because I want to show, for example, the last added videos sorted by the date the videos were added (in which most of the cases will be the date the song was modified) and not sorted by the date the songs were added

I can make the new fields in the db but can you please tell me which .php files I have to modify?

Thanx
Dimitris
Responses (2)
  • Accepted Answer

    Tuesday, September 08 2009, 02:23 PM - #Permalink
    0
    for albums, you need to modify this:

    administrator/components/com_muscol/tables/album.php (you need to add the variable)

    the same for artists and songs:

    administrator/components/com_muscol/tables/artist.php

    administrator/components/com_muscol/tables/song.php
    The reply is currently minimized Show
  • Accepted Answer

    Dimitris
    Dimitris
    Offline
    Wednesday, September 09 2009, 01:59 AM - #Permalink
    0
    thanks :)
    The reply is currently minimized Show
Your Reply