Till i add new column "Date" to the Commedia table You have to put two parts of code into
plugins/content/commedia.php
After that code:
if((($showDownload == 1) || (($showDownload == 2) && ($DownAcc))) && ($yout===false))
$html.='<td style="width:'.$downloadColWidth.'px;">'.$downloadText.'</td>';
Add this code:
Before that code:
//If Param is set to show Album column.
if($showAlbum){$html.='<td class="commtdalbum">'.$album.'</td>';}
Put this code, for example:
$html.='<td>'.date("d/m/Y",$ftm).'</td>';