Page 72 of 151 FirstFirst ... 2262707172737482122 ... LastLast
Results 711 to 720 of 1501
  1. #711
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    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. Really appreciate your help.

    S

  2. #712
    Join Date
    Jun 2007
    Location
    SA
    Posts
    91
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    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

  3. #713
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by LloydR View Post
    It worked!!!!

    This is great, thanks for your time and help in fixing this

    Kind Regards
    Lloyd
    glad you got it sorted.

  4. #714
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    hi clydejones

    I think am a most member with problems

    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

  5. #715
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by soba View Post
    hi clydejones

    I think am a most member with problems

    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.

  6. #716
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    thanks alot

    it works fine

  7. #717
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default 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

  8. #718
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by nagelkruid View Post
    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

  9. #719
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by nagelkruid View Post
    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
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  10. #720
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    This fix should take care of this issue.
    Excellent Clyde, thank you very much.

    Great contribution

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 261
    Last Post: 13 Jan 2025, 11:14 PM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR