Quote Originally Posted by bonheddwr View Post
Thank you very much for this, it works great.

One thing. I already have a page containg many testimonials that have been emailed to uour company over the years. I don't want to lose these, so I have been adding these to Testimonial Manager through 'Admin>Tools>Testimonials Manager'.

The only thing, there is no way of changing the date for these entries to correspond with the correct dates that they were sent to us.

I have changed the options in 'Admin>Configuration>Testimonials Manager' so that the date doesn't show any more, but I'd really like it if I could change the setting back to show the dates, but before doing this I will need to edit the entries that I have submitted to include the correct dates.

I would appreciate any advice.
A couple of things come to mind.

First would be to use phpmyadmin and edit the individual entries in the testimonials table with the original dates of submission.

Second would be to write a specialized sql script for these testimonials (using the original date of submission) and then run that script . (this would be the equivalent of running a "bulk" upload of the testimonials.) Depending on the number of testimonials you have, this would probably be the eaisest way to go.