24 | 04 | 2024
Main menu
Login/Logout
 
Contacts
Реклама
Our button

Блог Ecolora

Код:

<a href="http://www.ecolora.com" target="_blank" rel="nothing" title="Ecolora.com"><img alt="Ecolora.com" height="31" src="http://www.ecolora.com/images/ecoloracom.gif" width="88" /></a>
Who's online

We have 43 guests and no members online

Лента новостей

Newsletter
Welcome, Guest
Username: Password: Remember me
Component and plugin for musical sites / Компонент для музыкальных сайтов и улучшенная версия плагина MP3 Browser

TOPIC: How to show date column

How to show date column 9 years 4 weeks ago #7154

  • admin
  • admin's Avatar
  • Offline
  • Администратор
  • Posts: 465
  • Thank you received: 40
  • Karma: 19
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:
$html.='<td>Date</td>';

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>';
Last Edit: 9 years 1 week ago by admin.
The administrator has disabled public write access.
Time to create page: 0.385 seconds
for children older than 12 years