Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
keylesslocks
I know this, but I am confused. I am using 1.3.8a standard... but there are 2 folders in the one u specify, classic or template_default and I am not sure which one...
What is the name of the template you are using for your site?
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
clydejones
What is the name of the template you are using for your site?
midwestapplianceparts. com
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
clydejones
What is the name of the template you are using for your site?
Since you seem to be using the "classic" template, the YOUR_TEMPLATE folders should be renamed classic
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
clydejones
Since you seem to be using the "classic" template, the YOUR_TEMPLATE folders should be renamed classic
Ok replaced all files and did it right in the classic and the VIEW ALL TESTIMONIALS page is now all formated correctly, still having a problem in testimonial side box on IE, it doesn't show anything unless I scroll over or click and scroll over text in box....
EDITED:
Nope, it looks alright!!! YEA!!! THANK YOU!
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
keylesslocks
Ok replaced all files and did it right in the classic and the VIEW ALL TESTIMONIALS page is now all formated correctly, still having a problem in testimonial side box on IE, it doesn't show anything unless I scroll over or click and scroll over text in box....
EDITED:
Nope, it looks alright!!! YEA!!! THANK YOU!
Glad its all sorted.
Re: Testimonial Manager 1.3.7
Clyde,
Thanks for a great mod. Two quick (related questions).
Where would I go to set the e-mail field as optional (on the client side) and the country field as required (again, on the client side)?
Thanks :-)
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
Brian Flanagan
Clyde,
Thanks for a great mod. Two quick (related questions).
Where would I go to set the e-mail field as optional (on the client side) and the country field as required (again, on the client side)?
Thanks :-)
You'll have to change the error handling code in includes/modules/pages/testimonials_add/header_php.php
And
You'll have to change the code in the submission form
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
Re: Testimonial Manager 1.3.7
Brilliant - that worked! All changed. The only other minor thing that I'd like to do is change the order of the fields (i.e. have country and e-mail swapped around now that country is required and e-mail is optional). Had a quick play but couldn't seem to get it. Can you point me in the direction of the section of code that needs to be changed? Thanks!
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
Brian Flanagan
Brilliant - that worked! All changed. The only other minor thing that I'd like to do is change the order of the fields (i.e. have country and e-mail swapped around now that country is required and e-mail is optional). Had a quick play but couldn't seem to get it. Can you point me in the direction of the section of code that needs to be changed? Thanks!
All the form fields are located in:
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
Just move them where you want them
Re: Testimonial Manager 1.3.7
Thanks again! I now have this setup just how I want it! Thanks heaps :-)