Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
sports guy
Hi Clyde,
Awesome module with the perfect functionality. :D
I am having only one issue: When I upload an image to a testimonial the image does not show (I do not get an error or flag). When I go back to: Tools>Testimonial Manger> I can see in the testimonial review area: IMAGE DOES NOT EXIST
So the program is woking perfectly except for uploading an image. Any ideas?
You should be able to go to
admin -> tools -> testimonial manager
select the testimonial you wish to edit (click the edit button)
browse for your image
Then click the update button
The image should be uploaded to the following location
images/testimonials
You also might want to check
admin -> configuration -> testimonial manager -> Testimonial Image Directory (this should have the following default entry testimonials/ )
Re: Testimonial Manager Support Thread
Hmmmm. I got it. All was set at your recommendations and I tried multiple times. Left it alone for a half an hour, tried to upload an image and whallaaa. It's working perfectly. (yeah I know it's always someone elses or the programs fault :blush:)
Thank you for your time Clyde!
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
sports guy
Hmmmm. I got it. All was set at your recommendations and I tried multiple times. Left it alone for a half an hour, tried to upload an image and whallaaa. It's working perfectly. (yeah I know it's always someone elses or the programs fault :blush:)
Thank you for your time Clyde!
glad you got it sorted
Re: Testimonial Manager Support Thread
Clyde. Is it possible to require city and state during submission. As of now it looks like those fields are not required and we want to require: Name, City, and State.
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
sports guy
Clyde. Is it possible to require city and state during submission. As of now it looks like those fields are not required and we want to require: Name, City, and State.
I'd have to re-write some of the code in order for this to work.
Re: Testimonial Manager Support Thread
Hi Clyde,
Love the Testimonials Manager. I have been running it on one of my sites for a while and it works great.
I am getting ready to launch a new site and had a question for you regarding the Testimonials Manager...
On my new site, I'm not using any side boxes. I was wondering what it would take to make Testimonials Manager work (display) inside a table cell in my footer?
Thanks again for your excellent contribution.
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
JGraphics
Hi Clyde,
Love the Testimonials Manager. I have been running it on one of my sites for a while and it works great.
I am getting ready to launch a new site and had a question for you regarding the Testimonials Manager...
On my new site, I'm not using any side boxes. I was wondering what it would take to make Testimonials Manager work (display) inside a table cell in my footer?
Thanks again for your excellent contribution.
Are you wanting the information from the sidebox to be displayed in the footer?
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
Are you wanting the information from the sidebox to be displayed in the footer?
Yes, that's exactly what I'm looking for. Thanks.
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
JGraphics
Yes, that's exactly what I'm looking for. Thanks.
You'd need to re-write the code for the sidebox so that the information can be displayed in the footer.
includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
You'd need to re-write the code for the sidebox so that the information can be displayed in the footer.
includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
I'll have a look at the code. I'm not much of a coder, but I'll see if I can figure it out.