Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post
    @ Alex Clarke

    Alex:

    Just unzip the attachment and upload the entire includes folder to your server.

    Hope it helps.

    Attachment 2865
    Hi Clyde,

    This fix doesn't seem to have worked. I noticed that when using the new tpl_testimonials_add_default.php file the customer details (email address and name) were not automatically completed (if the customer was logged in).

    I tried to submit a testimonial and the same thing happened (it just refreshed the form when I clicked on the submit button).

    I'll be looking into this problem today and let you know if I find the solution.

    In the meantime, thanks for the help. :)

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by Alex Clarke View Post
    Hi Clyde,

    This fix doesn't seem to have worked. I noticed that when using the new tpl_testimonials_add_default.php file the customer details (email address and name) were not automatically completed (if the customer was logged in).
    This should help with this issue:
    open tpl_testimonials_add_default.php find the following lines of code and add the highlighted portions

    Code:
    <label class="inputLabel" for="testimonials_name"><?php echo TEXT_TESTIMONIALS_NAME; ?></label>
    <?php echo zen_draw_input_field('testimonials_name', $name, 'size="18" id="testimonials_name"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />
    
    <label class="inputLabel" for="testimonials_mail"><?php echo TEXT_TESTIMONIALS_MAIL; ?></label>
    
    <?php echo zen_draw_input_field('testimonials_mail', $email, 'size="18" id="testimonials_mail"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />

    I tried to submit a testimonial and the same thing happened (it just refreshed the form when I clicked on the submit button).

    I'll be looking into this problem today and let you know if I find the solution.

    In the meantime, thanks for the help. :)
    I checked several more sites that are using testimonial manager and still can't reproduce this problem

  3. #3
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Testimonial Manager 1.3.7

    Hi Clyde,

    I've just tested Testimonial Manager 1.4.4 on a fresh install of Zen Cart 1.3.7.1 and ran into the same issues.

    Both machines I've tested this on are running IIS version 5.

    Do you, or does anyone else, know how I could troubleshoot this problem? Maybe there's a way to trace the events that are happening when I click on the submit button?

    In the meantime, I'll continue to look into this.

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by Alex Clarke View Post
    Hi Clyde,

    I've just tested Testimonial Manager 1.4.4 on a fresh install of Zen Cart 1.3.7.1 and ran into the same issues.

    Both machines I've tested this on are running IIS version 5.

    Do you, or does anyone else, know how I could troubleshoot this problem? Maybe there's a way to trace the events that are happening when I click on the submit button?

    In the meantime, I'll continue to look into this.
    I've only every worked on installs running apache.

    Sounds like it may be something with handling the "redirect" back to the "success" portion after clicking the submit button.

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post
    I've only every worked on installs running apache.

    Sounds like it may be something with handling the "redirect" back to the "success" portion after clicking the submit button.
    Alex

    Here's another updated fix that may help.

    I made a couple of code changes so check it out and let me know.

    Attachment 2881
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

  6. #6
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Testimonial Manager 1.3.7

    That did the trick!

    Thanks Clyde. :)

  7. #7
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Testimonial Manager 1.3.7

    Just a couple of suggestions for the next release.

    1. Display the customers website URL next to their testimonial (maybe a switch in the admin could toggle this)
    2. Enable the separator (currently: &nbsp;) between Company Name, City, State/Country to be changed via the admin
    While these are only small changes/features, I believe they will come in handy for most users of the contribution.

    Anyway... thanks again for your time and help. :)

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 262
    Last Post: 26 Jun 2025, 10:42 AM
  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

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