Jan 18th, 2009, 8:48 PM
Hey Maxx,
Thanks for the post!
The first problem is actually a bug with the Export Manager. I'll include a fix for this in the next release (later tonight or tomorrow). But that will only affect people doing fresh installations. To fix it, do the following:
The problem was that that line incorrectly referenced the wrong variable for the last modified date field. If you don't have any luck with it, wait until I release the updated Beta version of the Export Manager (soon!), uninstall the module from within Form Tools, then upload the new version to your server and do a fresh install. That'll fix it!
Concerning your second problem, this is a job for the API! This page explains exactly how to do it:
http://docs.formtools.org/api/?page=ft_a...ubmissions
That's a function that was written for this very purpose.
As with most things around here (!) it's very new and I've only tested it with earlier versions of the code. So be sure to post back if you run into
any trouble or my documentation isn't clear.
- Ben
Thanks for the post!
The first problem is actually a bug with the Export Manager. I'll include a fix for this in the next release (later tonight or tomorrow). But that will only affect people doing fresh installations. To fix it, do the following:
- Go to your Export Manager (Modules -> Export Manager)
- Edit the "HTML / Printer-friendly" export type group.
- Click the second tab ("Export Types")
- Edit the "Table format" option.
- In the Smarty Template field, find the following line (it's near the end):
{elseif $col_name == "last_modified_date"}
Then, change the line AFTERWARDS to this: {$submission.last_modified_date|custom_format_date:$timezone_offset:$date_format}
The problem was that that line incorrectly referenced the wrong variable for the last modified date field. If you don't have any luck with it, wait until I release the updated Beta version of the Export Manager (soon!), uninstall the module from within Form Tools, then upload the new version to your server and do a fresh install. That'll fix it!
Concerning your second problem, this is a job for the API! This page explains exactly how to do it:
http://docs.formtools.org/api/?page=ft_a...ubmissions
That's a function that was written for this very purpose.
As with most things around here (!) it's very new and I've only tested it with earlier versions of the code. So be sure to post back if you run into
any trouble or my documentation isn't clear.
- Ben