Zen Cart Logo
Forums / All Other Contributions/Addons / Testimonial Manager Support Thread

Testimonial Manager Support Thread

Views: 278,022

Results 381 to 400 of 1,502
3 Nov 2007, 7:10 PM
#381
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Testimonial Manager Support Thread

clydejones:

I checked your site, so I know what you mean by the width size.

And as I said, you need to correct the errors I pointed out before anything else can be done.

I was follow your guide but it still can not fix.

I remove all of testimonial in HTML and just add text but it seem nothing change .

Can you help me to fix that issues?

KIMSON

Thanks you & best regards,

3 Nov 2007, 9:17 PM
#382
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

kimsonvu:

I was follow your guide but it still can not fix.

I remove all of testimonial in HTML and just add text but it seem nothing change .

Can you help me to fix that issues?

KIMSON

Thanks you & best regards,

Check your PM

6 Nov 2007, 5:49 PM
#383
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

@ Alex Clarke

Alex:

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

Hope it helps.

[Attachment no longer available]

7 Nov 2007, 12:27 AM
#384
thomasw98 avatar

thomasw98

Zen Follower

Join Date:
Aug 2007
Location:
Eugene, OR
Posts:
166
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

surf7.net:

Dear developer of this excellent mod,

Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0

The effected keys are

PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX

Deletion of above keys will effect the proper functionality of Zen Cart.

Good catch, surf7.net! I have been using it for a while and never bumped into any problems, but I will take your word for it (and Clyde's word and patch!).

Thanks for the good neighbor support!

Thomas

7 Nov 2007, 9:56 AM
#385
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Testimonial Manager Support Thread

clydejones:

@ Alex Clarke

Alex:

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

Hope it helps.

[Attachment no longer available]

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. :)

7 Nov 2007, 7:21 PM
#386
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

Alex Clarke:

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

<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

8 Nov 2007, 10:59 AM
#387
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Testimonial Manager Support Thread

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.

8 Nov 2007, 3:28 PM
#388
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

Alex Clarke:

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.

9 Nov 2007, 12:52 AM
#389
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

clydejones:

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 no longer available]

13 Nov 2007, 10:36 AM
#390
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Testimonial Manager Support Thread

That did the trick!

Thanks Clyde. :)

13 Nov 2007, 11:54 AM
#391
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Testimonial Manager Support Thread

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:  ) between Company Name, City, State/Country to be changed via the adminWhile 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. :)

13 Nov 2007, 7:01 PM
#392
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

Alex Clarke:

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)
  1. Enable the separator (currently:  ) between Company Name, City, State/Country to be changed via the adminWhile 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. :)

Not at all. Glad to help.

There were privacy concerns (just like publishing the email address) with adding the web URL but maybe I can come up with a way of "hiding" the actual URL and still have a way of clicking through to the customer's web site.

The separator is an easy fix and I'll add something for the next update.

16 Nov 2007, 5:28 AM
#393
mumzie avatar

mumzie

Inactive

Join Date:
Feb 2007
Posts:
211
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

I have searched on this topic, and can't find anything about my particular issue.
I've got testimonials manager running great. One of the BEST contributions I've ever seen.
But - images aren't working right for me. They come up fine in small form, but when I try to click on them inside the actual testimonial, the URL is http:///

Where and what do I fix?
Thanks!

https://www.Shirts4Bowling.com

16 Nov 2007, 6:10 AM
#394
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

mumzie:

I have searched on this topic, and can't find anything about my particular issue.
I've got testimonials manager running great. One of the BEST contributions I've ever seen.
But - images aren't working right for me. They come up fine in small form, but when I try to click on them inside the actual testimonial, the URL is http:///

Where and what do I fix?
Thanks!

https://www.Shirts4Bowling.com

Check your PM

17 Nov 2007, 12:42 AM
#395
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

clydejones:

Check your PM

Here's a fix that should help.

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

[Attachment no longer available]

24 Nov 2007, 7:46 PM
#396
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Testimonial Manager Support Thread

I didn't see this issue posted, so forgive me if it's somewhere.

When I make changes in the "Pages Editor" for Add Testimonial's page, I don't see the text/changes on the frontend. How can I do this?

I'm using 1.3.7, the html_includes file is writable and there's a copy on the template override.

24 Nov 2007, 11:02 PM
#397
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

ideasgirl:

I didn't see this issue posted, so forgive me if it's somewhere.

When I make changes in the "Pages Editor" for Add Testimonial's page, I don't see the text/changes on the frontend. How can I do this?

I'm using 1.3.7, the html_includes file is writable and there's a copy on the template override.

Copy the code and paste this sql statement from admin -> tools -> install sql patches then click the send button.

INSERT INTO `configuration` VALUES (NULL, 'Define Testimonial', 'DEFINE_TESTIMONIAL_STATUS', '1', 'Enable the Defined Testimonial Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 999, NULL, now(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
26 Nov 2007, 11:55 AM
#398
hitch avatar

hitch

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Has anyone found a way for a customer to upload a file from the testimonial form? or are there complications with this that make it not so wise?

thanks for any help:smile:

26 Nov 2007, 6:26 PM
#399
robbyn7 avatar

robbyn7

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Great job Clyde!
You and this Mod are the Best!!

Foxxy Fashions for Less!
Shop FoxxyDiva.com

26 Nov 2007, 7:21 PM
#400
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

hitch:

Has anyone found a way for a customer to upload a file from the testimonial form? or are there complications with this that make it not so wise?

thanks for any help:smile:

I'll look into implementing this in a future update.