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

Testimonial Manager Support Thread

Views: 278,030

Results 441 to 460 of 1,502
29 Jan 2008, 12:22 AM
#441
clydejones avatar

clydejones

Deceased

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

Testimonial Manager Support Thread

daneh:

Clyde,

Quick question on the mod...When I try to activate it thru admin, I get two different scenarios. ( there is a testimonial written )

  1. when enabling for the right sidebox, nothing.
  2. when enabling for the left sidebox, everything disappears except the information box, but that ends up in the center of the page.

If I knew how to post a screenshot, I would.
Here is a link though....http://hiddenhillsnursery.com/Shopping Cart

I have this mod working on two other sites, but for some reason, I cannot get this one to work on this site.

Zen 1.3.8
Mother Earth template
PHP 4.4.8
More Information sidebox mod
Testimonials manager mod
Information sidebox mod
editable sideboxes mod

Not that it has anything to do with this issue, but the ez pages won't show either, left or right....coincidence?????

what happens with other sideboxes?

29 Jan 2008, 12:31 AM
#442
daneh avatar

daneh

Zen Follower

Join Date:
Dec 2007
Location:
Southern Maine
Posts:
268
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

All sideboxes dissappear. I enabled the testimonial one so You can view the page. http://hiddenhillsnursery.com/ShoppingCart.

I will leave it that way until I hear back from you.

29 Jan 2008, 12:38 AM
#443
clydejones avatar

clydejones

Deceased

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

Re: Testimonial Manager Support Thread

daneh:

All sideboxes dissappear. I enabled the testimonial one so You can view the page. http://hiddenhillsnursery.com/ShoppingCart.

I will leave it that way until I hear back from you.

What happens if you turn off testimonial manager sidebox and enable other sideboxes?

29 Jan 2008, 12:51 AM
#444
daneh avatar

daneh

Zen Follower

Join Date:
Dec 2007
Location:
Southern Maine
Posts:
268
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

HMMM...interesting....some show up, some don't

29 Jan 2008, 1:00 AM
#445
daneh avatar

daneh

Zen Follower

Join Date:
Dec 2007
Location:
Southern Maine
Posts:
268
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

One more thing I forgot to mention...I have Write a review and Tell a Friend turned OFF, but it still shows up on certain pages...

I have all sideboxes turned on except the testimonials. I will see what it does when I turn that on...

29 Jan 2008, 1:03 AM
#446
daneh avatar

daneh

Zen Follower

Join Date:
Dec 2007
Location:
Southern Maine
Posts:
268
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Nothing when it is on the right....it doesn't even show up

When it is on the left, ALL sideboxes disappear. One thing has changed since I enabled all sideboxes...instead of the Information sidebox being the one that shows up in the center, it is now the New Products.

29 Jan 2008, 1:16 AM
#447
clydejones avatar

clydejones

Deceased

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

Re: Testimonial Manager Support Thread

daneh:

Nothing when it is on the right....it doesn't even show up

When it is on the left, ALL sideboxes disappear. One thing has changed since I enabled all sideboxes...instead of the Information sidebox being the one that shows up in the center, it is now the New Products.

What happens if you switch to the classic template?

29 Jan 2008, 1:19 AM
#448
daneh avatar

daneh

Zen Follower

Join Date:
Dec 2007
Location:
Southern Maine
Posts:
268
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

well, it looks to do the same thing...I noticed that now that all sideboxes are enabled, then I enable testimonial, all sideboxes and main box disappear.
It did that with the other template too.

29 Jan 2008, 1:24 AM
#449
daneh avatar

daneh

Zen Follower

Join Date:
Dec 2007
Location:
Southern Maine
Posts:
268
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

I just noticed that I have a few mods in my Mother Earth folders only...not in classic or default. When I switched to the classic template, Testimonial Manger was not an option on the sideboxes.

29 Jan 2008, 1:43 AM
#450
daneh avatar

daneh

Zen Follower

Join Date:
Dec 2007
Location:
Southern Maine
Posts:
268
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Clyde,
I got it. I missed a file when I uploaded. I missed the vssver.scc , whatever that does...LOL I knew the mod worked...it is on my other two sites, and works great.

Great job on the mod.

3 Feb 2008, 3:02 PM
#451
27gerd27 avatar

27gerd27

New Zenner

Join Date:
Nov 2006
Posts:
32
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Hi clydejones,

thank you for the quick answer.

  1. It is a new install (Vers. 1.4.4) on zc 1.3.7
  2. yes, i copy and paste the sql statement into admin -> install SQL patches and then run the statement from there.

can i give you more information?

Thank you for your help

Gerd

3 Feb 2008, 3:15 PM
#452
clydejones avatar

clydejones

Deceased

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

Re: Testimonial Manager Support Thread

27gerd27:

Hi clydejones,

thank you for the quick answer.

  1. It is a new install (Vers. 1.4.4) on zc 1.3.7
  2. yes, i copy and paste the sql statement into admin -> install SQL patches and then run the statement from there.

can i give you more information?

Thank you for your help

Gerd

Try running this statement: copy and paste into admin -> tools -> install SQL patches and click the send button.

SET @configuration_group_id=0;
SELECT @configuration_group_id:=configuration_group_id 
FROM configuration_group
WHERE configuration_group_title= 'Testimonials Manager'
LIMIT 1;

DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
DELETE FROM configuration WHERE configuration_key = 'DEFINE_TESTIMONIAL_STATUS';
DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;

INSERT INTO configuration_group VALUES (NULL, 'Testimonials Manager', 'Testimonials Manager Display Settings', '1', '1');
SET @configuration_group_id=last_insert_id();
UPDATE configuration_group SET sort_order = @configuration_group_id WHERE configuration_group_id = @configuration_group_id;

INSERT INTO configuration VALUES (NULL, 'Number Of Testimonials to display in Latest Testimonials box', 'MAX_DISPLAY_TESTIMONIALS_MANAGER_TITLES', '5', 'Set the number of testimonials to display in the Latest Testimonials box.', @configuration_group_id, 1, NULL, now(), NULL, NULL);

INSERT INTO configuration VALUES (NULL, 'Testimonial Title Minimum Length', 'ENTRY_TESTIMONIALS_TITLE_MIN_LENGTH', '2', 'Minimum length of link title.', @configuration_group_id, 2, NULL, now(), NULL, NULL), (NULL, 'Testimonial Text Minimum Length', 'ENTRY_TESTIMONIALS_TEXT_MIN_LENGTH', '10', 'Minimum length of link description.', @configuration_group_id, 3, NULL, now(), NULL, NULL), (NULL, 'Testimonial Contact Name Minimum Length', 'ENTRY_TESTIMONIALS_CONTACT_NAME_MIN_LENGTH', '2', 'Minimum length of link contact name.', @configuration_group_id, 4, NULL, now(), NULL, NULL);

INSERT INTO configuration VALUES (NULL, 'Display Truncated Testimonials in Sidebox', 'DISPLAY_TESTIMONIALS_MANAGER_TRUNCATED_TEXT', 'true', 'Display truncated text in sidebox', @configuration_group_id, 5, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');

INSERT INTO configuration VALUES (NULL, 'Length of truncated testimonials to display', 'TESTIMONIALS_MANAGER_DESCRIPTION_LENGTH', '150', 'If Display Truncated Testimonials in Sidebox is true - set the amount of characters to display from the Testimonials in the Testimonials Manager sidebox.', @configuration_group_id, 6, NULL, now(), NULL, NULL);

INSERT INTO configuration VALUES (NULL, 'Number Of Testimonials to display on all testimonials page', 'MAX_DISPLAY_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS', '5', 'Set the number of testimonials to display on the all testimonials page.', @configuration_group_id, 7, NULL, now(), NULL, NULL);

INSERT INTO configuration VALUES (NULL, 'Display Date Published on Testimonials page', 'DISPLAY_TESTIMONIALS_DATE_PUBLISHED', 'true', 'Display date published on testimonials page', @configuration_group_id, 8, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');

INSERT INTO configuration VALUES (NULL, 'Display View All Testimonials Link In Sidebox', 'DISPLAY_ALL_TESTIMONIALS_TESTIMONIALS_MANAGER_LINK', 'true', 'Display View All Testimonials Link In Sidebox', @configuration_group_id, 9, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');

INSERT INTO `configuration` VALUES (NULL, 'Display Add New Testimonial Link In Sidebox', 'DISPLAY_ADD_TESTIMONIAL_LINK', 'true', 'Display Add New Testimonial Link In Sidebox', @configuration_group_id, 10, NULL, NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');

INSERT INTO `configuration` VALUES (NULL, 'Testimonial Image Width', 'TESTIMONIAL_IMAGE_WIDTH', '80', 'Set the Width of the Testimonial Image', @configuration_group_id, 11, NULL, '2007-08-21 12:04:10', NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Testimonial Image Height', 'TESTIMONIAL_IMAGE_HEIGHT', '80', 'Set the Height of the Testimonial Image', @configuration_group_id, 12, NULL, '2007-08-21 12:04:10', NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Testimonial Image Directory', 'TESTIMONIAL_IMAGE_DIRECTORY', 'testimonials/', 'Set the Directory for the Testimonial Image', @configuration_group_id, 13, NULL, '2007-08-21 12:04:10', NULL, NULL);
 
INSERT INTO `configuration` VALUES (NULL, 'Display Company Name field', 'TESTIMONIALS_COMPANY', 'true', 'Display Company Name field', @configuration_group_id, 14, NULL, NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');

INSERT INTO `configuration` VALUES (NULL, 'Display City field', 'TESTIMONIALS_CITY', 'true', 'Display City field', @configuration_group_id, 15, NULL, NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');

INSERT INTO `configuration` VALUES (NULL, 'Display Country field', 'TESTIMONIALS_COUNTRY', 'true', 'Display Country field', @configuration_group_id, 16, NULL, NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');

INSERT INTO configuration VALUES (NULL, 'Only registered customers may submit a testimonial', 'REGISTERED_TESTIMONIAL', 'true', 'Only registered customers may submit a testimonial', @configuration_group_id, 17, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');

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''),');

INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, now(), NULL, 'zen_cfg_textarea_small(');

DROP TABLE IF EXISTS testimonials_manager;
CREATE TABLE testimonials_manager (
  `testimonials_id` int(11) NOT NULL auto_increment,
  `language_id` int(11) NOT NULL default '0',
  `testimonials_title` varchar(64) NOT NULL default '',
  `testimonials_url`  VARCHAR( 255 ) NULL DEFAULT NULL,
  `testimonials_name` text NOT NULL,
  `testimonials_image` varchar(254) NOT NULL default '',
  `testimonials_html_text` text,
  `testimonials_mail` text NOT NULL,
  `testimonials_company` VARCHAR( 255 ) NULL DEFAULT NULL,
  `testimonials_city` VARCHAR( 255 ) NULL DEFAULT NULL,
  `testimonials_country` VARCHAR( 255 ) NULL DEFAULT NULL,
  `testimonials_show_email` char(1) default '0',
  `status` int(1) NOT NULL default '0',
  `date_added` datetime NOT NULL default '0000-00-00 00:00:00',
  `last_update` datetime NULL default NULL,
  PRIMARY KEY  (`testimonials_id`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;

INSERT INTO `testimonials_manager` VALUES (1, 1, 'Great', '', 'Clyde\'s Test Site', '', 'This is just a test submission to show you how it looks, great, eh?', '[email protected]', NULL, NULL, NULL, 0, 1, now(), NULL);
3 Feb 2008, 9:58 PM
#453
27gerd27 avatar

27gerd27

New Zenner

Join Date:
Nov 2006
Posts:
32
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Hi clydejones,

many Thanks for your quick answer.

I did it but i got this return:

1136 Column count doesn't match value count at row 1
in:
[INSERT INTO TSconfiguration_group VALUES (NULL, 'Testimonials Manager', 'Testimonials Manager Display Settings', '1', '1');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Thanks for your try to help - can i give you more information?

Gerd

3 Feb 2008, 11:35 PM
#454
clydejones avatar

clydejones

Deceased

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

Re: Testimonial Manager Support Thread

27gerd27:

Hi clydejones,

many Thanks for your quick answer.

I did it but i got this return:

1136 Column count doesn't match value count at row 1
in:
[INSERT INTO TSconfiguration_group VALUES (NULL, 'Testimonials Manager', 'Testimonials Manager Display Settings', '1', '1');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Thanks for your try to help - can i give you more information?

Gerd

Do you have any mods installed that may have altered the configuration_group table?

3 Feb 2008, 11:54 PM
#455
27gerd27 avatar

27gerd27

New Zenner

Join Date:
Nov 2006
Posts:
32
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Hi,
installed and ok:
e-mail Archive Manager
Image Handler 2

i installed but the sw does not run:
Testimonials Manager 1.4.4
Ligth Box
User tracking

Light Box is deinstalled

i do not know how to deinstall user tracking.

Many Thanks for your quick answer.

Greetings
Gerd

4 Feb 2008, 12:18 AM
#456
clydejones avatar

clydejones

Deceased

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

Re: Testimonial Manager Support Thread

27gerd27:

Hi,
installed and ok:
e-mail Archive Manager
Image Handler 2

i installed but the sw does not run:
Testimonials Manager 1.4.4
Ligth Box
User tracking

Light Box is deinstalled

i do not know how to deinstall user tracking.

Many Thanks for your quick answer.

Greetings
Gerd

Check your PM

8 Feb 2008, 10:04 PM
#457
moonq avatar

moonq

New Zenner

Join Date:
Feb 2008
Posts:
3
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Hi i have an issue with my sidebox.
it simply doesnt want to show up - niether on the right side or the left side. I have defined all the paths correctly. Any idea what might be the issue?

im running ZC 1.3.8. and the latest version of Testimonial Manager.
My template name is iC_AthemeV1.3

In admin everything is fine. I didnt get any errors during the sql installation etc. I just cannot make the siebox to show up on my site
https://www.g2play.pl

Any tips are appriciated.

9 Feb 2008, 12:19 AM
#458
clydejones avatar

clydejones

Deceased

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

Re: Testimonial Manager Support Thread

Moonq:

Hi i have an issue with my sidebox.
it simply doesnt want to show up - niether on the right side or the left side. I have defined all the paths correctly. Any idea what might be the issue?

im running ZC 1.3.8. and the latest version of Testimonial Manager.
My template name is iC_AthemeV1.3

In admin everything is fine. I didnt get any errors during the sql installation etc. I just cannot make the siebox to show up on my site
https://www.g2play.pl

Any tips are appriciated.

The sidebox won't show up until you have at least one testimonial.

9 Feb 2008, 10:17 AM
#459
moonq avatar

moonq

New Zenner

Join Date:
Feb 2008
Posts:
3
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

i have 2 testimonials. any other ideas please?

9 Feb 2008, 11:50 AM
#460
clydejones avatar

clydejones

Deceased

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

Re: Testimonial Manager Support Thread

Moonq:

i have 2 testimonials. any other ideas please?

I just sent you a test submission, approve it and see if the sidebox shows up.

You might also want to update the two you have already.

admin -> tools -> testimonial manager.

What I think happened is that the default language for the mod is english and in order for your testimonials to show up they need to be updated to reflect the language you are using on your site.