Re: Testimonial Manager 1.3.7
By the way, I did find an issue in the admin after the upgrade that was easy to solve. In the upgrade SQL script you did not include adding the update field, which did not exist in the 1.37 table - so I ran the following script and it corrected the error -
PHP Code:
ALTER TABLE `zen_testimonials_manager` ADD `last_update` datetime NULL DEFAULT NULL AFTER `date_added` ;
Just thought you might want to add that to the script for those upgrading from v1.37
Ruth
Re: Testimonial Manager 1.3.7
I have a modified version of your tesimonial system on my wifes site, using it as a guestbook, without lots of the features for display, it works fine, however we are now starting to see spam entries, which on the one hand we can live with since they do not display on the site unless my wife approves them, which she obviousley does not, however would a captcha addition be something that would be easy to implement for this system.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
spottedhaggis
I have a modified version of your tesimonial system on my wifes site, using it as a guestbook, without lots of the features for display, it works fine, however we are now starting to see spam entries, which on the one hand we can live with since they do not display on the site unless my wife approves them, which she obviousley does not, however would a captcha addition be something that would be easy to implement for this system.
You'd have to install one of the captcha mods and then modify a couple of files in template manager so that it would work with the captcha mod you install.
Re: Testimonial Manager Support Thread
:blink: Im so sorry! I got to page 20 something and saw somone asked about scrolling this and then page 30 something and my will gave in to read any more.
Can anyone please tell me what file to alter to stick a marquee down tag so the testimonials on my side box scroll through a 150 px high view rather than having a whole bunch of testies taking up most of my side panel.
I presume it is the tpl_testimonails_manager.php in TEMPLATE/sideboxes but where ever I slap the Marquee comand it boogers up my whole store.
Any pointers would be cool.
Thanx! :D
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
greatness_183
:blink: Im so sorry! I got to page 20 something and saw somone asked about scrolling this and then page 30 something and my will gave in to read any more.
Can anyone please tell me what file to alter to stick a marquee down tag so the testimonials on my side box scroll through a 150 px high view rather than having a whole bunch of testies taking up most of my side panel.
I presume it is the tpl_testimonails_manager.php in TEMPLATE/sideboxes but where ever I slap the Marquee comand it boogers up my whole store.
Any pointers would be cool.
Thanx! :D
You can limit the number of random testimonials that appear in the sidebox:
admin -> configuration -> Testimonials Manager ->
Number Of Testimonials to display in Testimonials Sidebox
If you wish to have scrolling, then look at any of the scrolling sidebox mods available in the downloads section to see how the code is implemented.
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
look at any of the scrolling sidebox mods available in the downloads section to see how the code is implemented.
See, if I had my brain in I would have thought of that! :laugh:
Thank you, I shall do just that.
Re: Testimonial Manager Support Thread
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. :smile:
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
bonheddwr
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. :smile:
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.
Re: Testimonial Manager Support Thread
Thank you very much for this. Is there a way of including a field to edit the date in 'Admin>Tools>Testimonials Manager' where it is possible to change details such as Author's Name, Email, City, Testimonial Title, Testimonial, Image etc?
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
bonheddwr
Thank you very much for this. Is there a way of including a field to edit the date in 'Admin>Tools>Testimonials Manager' where it is possible to change details such as Author's Name, Email, City, Testimonial Title, Testimonial, Image etc?
I'm looking into that right now.
It will require some recoding of that particular section and may take a while to complete.
If you'd like some help on doing the "bulk" sql statement, you can always PM me. I'd be glad to help.