Export date datatype
You need to be logged in to post messages in the forums. New users may register here.
|
Jean-Luc Nguyen
Member since: 26 March 2007
Posts: 13
|
Tuesday 03 May 2011 4:12:53 pm
Hi,
There is a bug on exporting attribute with date datatype. On file extension/all2einfoexport/classes/all2einfoexportclass.php, I added on line 135:
case 'ezdate':
$content[$collection->attribute('id')][$key] = date( "d.m.Y", $attribute->attribute('data_int') );
break;
Hope this will help.
BR,
|
|
|
Albert Balagueró
Member since: 13 June 2009
Posts: 1
|
Tuesday 07 June 2011 8:49:49 pm
Nice, I included this line too.
Only one question, is it possible to add a case 'enhancedfile' to show the link to image uploaded with this datatype? I tryied to export collected information with some enhancedbinaryfile type but nothing is showing...
Thanks!
Albert Balagueró
Graphic Designer
|
|
You need to be logged in to post messages in the forums. New users may register here.