Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
For the first issue try this:
Just unzip the file - rename the YOUR_TEMPLATE folder to match the name of your custom template (includes/templates/YOUR_TEMPLATE)
Attachment 4623
The second problem seem to be that the image is not resizing to the size of the image setting(s) in admin -> configuration -> testimonial manager.
The default for the image size is 80 x 80 so you could try resizing the image to those dimensions.
Other than that I can't speak to how you would work this out using a TM template.
Thank you so much (again) clydejones for your speedy solution! Both worked wonderfully - I ended up manually resizing the image - all good. :hug: Really appreciate your help.
S
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
Try this:
Unzip the file, change the YOUR_TEMPLATE folder (includes/templates/YOUR_TEMPLATE) to match the name of your custom template[in this case classic]
upload the entire includes folder to your server.
Attachment 4624
It worked!!!!
This is great, thanks for your time and help in fixing this
Kind Regards
Lloyd
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
LloydR
It worked!!!!
This is great, thanks for your time and help in fixing this
Kind Regards
Lloyd
glad you got it sorted.
Re: Testimonial Manager Support Thread
hi clydejones
I think am a most member with problems:blush:
but the language is a problem
I have download the contribution and install it correctly with upgrade.
before ... my site only in arabic language. and the contib... work fine.
but when I enable ENGLISH the side box dissapear .
when adding a testomential there is one box to write in ( must be
2 boxes) for languages installed like catagories or products ...
I had translate acopy of english files and upload both languages
folders.
is the problem with SQL
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
soba
hi clydejones
I think am a most member with problems:blush:
but the language is a problem
I have download the contribution and install it correctly with upgrade.
before ... my site only in arabic language. and the contib... work fine.
but when I enable ENGLISH the side box dissapear .
when adding a testomential there is one box to write in ( must be
2 boxes) for languages installed like catagories or products ...
I had translate acopy of english files and upload both languages
folders.
is the problem with SQL
If you want to have the (for languages installed like catagories or products ...) then download the zip file in this thread
However, I must point out that I won't be able to provide support for this "multi-language" version.
Re: Testimonial Manager Support Thread
thanks alot
it works fine
Re: Testimonial Manager Support Thread
Hello Clyde,
Sorry if my question is allready in here somewhere, i did try reading some of the posts, but digging through 70 pages of comments is not gonna work for me so i'll just shoot.
First off: thanks for the contribution, great stuff.
1. I have a concern abouth the maximum input, is there any maximum to what a user (or script) can input in the text field?
There is probably a maximum to what php can intake but i don't know about that. Is there a way to limit the allowed input to say 1000 chars?
2. Is it possible to do some sanitation on the input and if not matched just drop the message. (just to rule out james ######## and his friends) I would think off a setting that could be enabled in the admin that if the number of words including www or http:// exceeds the amount of 5 it would either silently discard the message and not even enter it in the database, or produce an error message that there are too many links in it.
I would take it no well meaning testimonials person would put that many external links in there.
Thanks,
Jeroen
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
nagelkruid
Hello Clyde,
Sorry if my question is allready in here somewhere, i did try reading some of the posts, but digging through 70 pages of comments is not gonna work for me so i'll just shoot.
First off: thanks for the contribution, great stuff.
1. I have a concern abouth the maximum input, is there any maximum to what a user (or script) can input in the text field?
There is probably a maximum to what php can intake but i don't know about that. Is there a way to limit the allowed input to say 1000 chars?
2. Is it possible to do some sanitation on the input and if not matched just drop the message. (just to rule out james ######## and his friends) I would think off a setting that could be enabled in the admin that if the number of words including www or http:// exceeds the amount of 5 it would either silently discard the message and not even enter it in the database, or produce an error message that there are too many links in it.
I would take it no well meaning testimonials person would put that many external links in there.
Thanks,
Jeroen
I'll work on putting something together
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
nagelkruid
Hello Clyde,
1. I have a concern abouth the maximum input, is there any maximum to what a user (or script) can input in the text field?
There is probably a maximum to what php can intake but i don't know about that. Is there a way to limit the allowed input to say 1000 chars?
Thanks,
Jeroen
This fix should take care of this issue.
Unzip the file, run the SQL statement: (admin -> tools -> install sql patches)
Copy-and-paste the code into the query field and press 'Send.
Rename the YOUR_TEMPLATE folder to match the name of your custom template.
Upload the entire includes folder to your server.
The fix adds an option in admin -> configuration -> testimonial manager so that you can specify the max length of the testimonial text. by default it is set at 1000.
It also adds error handling to warn the user if the testimonial text exceeds this limit.
Attachment 4683
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
This fix should take care of this issue.
Excellent Clyde, thank you very much.
Great contribution :clap: