export icon indicating copy to clipboard operation
export copied to clipboard

DEPRECATED - Export plugin for Craft CMS

Results 16 export issues
Sort by recently updated
recently updated
newest added

Remove objects from the field data before converting the data to a string.

When creating an export of content with a link field an error is thrown. > mb_strlen() expects parameter 1 to be string, object given ` /vagrant/craft/app/helpers/ArrayHelper.php(236) 224 // Private Methods...

The title pretty much says it all Clicking export works, showing the spinner, downloading the CSV, but nothing happens after that, it just stays there forever. Craft CMS 2.6.2989 Export...

postDate and expiryDate only seem to bring out the date. Is it possible to bring out the time as well?

Able to select options on whether or not you want to export and email it later or download the response – This solved the issue with the export crashing prior...

I'm exporting values for multiple fields, some plain text (which works fine), and some table fields. In the CSV, for any table fields, the values of each row are added...

Hello there, Thank you for this great tool. Is there a way of exporting single entries? Maybe I'm missing something. Thank you for your time.

enhancement

The EntryType dropdown isn't repopulating based on user's selection when you go back in the browser. Steps to reproduce: 1. Fill out step 1 and click Next 2. Click back...

This isn't actually an issue but more of a comment. I modified ExportService.php to get the URL of images. I'll leave it here and perhaps it will help someone else....