Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Testimonial Manager Support Thread

    @ Brian
    you could use a blank sidebox available through the download section and set up a static page for your detailed testimonials. Putting a link in the sidebox to your page.

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by BillyBoyle View Post
    @ Brian
    you could use a blank sidebox available through the download section and set up a static page for your detailed testimonials. Putting a link in the sidebox to your page.
    The admin editable sidebox would probably be better.. BUT if we continue this line of discussion (alternatives to this add-on) we should move it off of this support thread..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Apr 2010
    Posts
    39
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I am currently busy with my site to convert to 139, but I am getting an error when installing this script.

    I am currently working in Xampp for my site to get right before I go live

    What am I doing wrong?

    I get also this error by installing a new version of the software.
    And the SQL version of Xampp is 5.5.20

    PHP Code:
    1064 You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
    in
    :
    [
    CREATE TABLE testimonials_manager testimonials_id int(11NOT NULL auto_incrementlanguage_id int(11NOT NULL default '1'testimonials_title varchar(64NOT NULL default ''testimonials_url VARCHAR255 NULL DEFAULT NULLtestimonials_name text NOT NULLtestimonials_image varchar(254NOT NULL default ''testimonials_html_text texttestimonials_mail text NOT NULLtestimonials_company VARCHAR255 NULL DEFAULT NULLtestimonials_city VARCHAR255 NULL DEFAULT NULLtestimonials_country VARCHAR255 NULL DEFAULT NULLtestimonials_show_email char(1) default '0'status int(1NOT NULL default '0'date_added datetime NOT NULL default '0000-00-00 00:00:00'last_update datetime NULL default NULLPRIMARY KEY (testimonials_id) ) TYPE=MyISAM ;]
    If 
    you were entering informationpress the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields
    Please help!!
    Last edited by mdo82; 2 Apr 2012 at 09:00 PM.

  4. #4
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by mdo82 View Post
    I am currently busy with my site to convert to 139, but I am getting an error when installing this script.

    I am currently working in Xampp for my site to get right before I go live

    What am I doing wrong?

    I get also this error by installing a new version of the software.
    And the SQL version of Xampp is 5.5.20

    PHP Code:
    1064 You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
    in
    :
    [
    CREATE TABLE testimonials_manager testimonials_id int(11NOT NULL auto_incrementlanguage_id int(11NOT NULL default '1'testimonials_title varchar(64NOT NULL default ''testimonials_url VARCHAR255 NULL DEFAULT NULLtestimonials_name text NOT NULLtestimonials_image varchar(254NOT NULL default ''testimonials_html_text texttestimonials_mail text NOT NULLtestimonials_company VARCHAR255 NULL DEFAULT NULLtestimonials_city VARCHAR255 NULL DEFAULT NULLtestimonials_country VARCHAR255 NULL DEFAULT NULLtestimonials_show_email char(1) default '0'status int(1NOT NULL default '0'date_added datetime NOT NULL default '0000-00-00 00:00:00'last_update datetime NULL default NULLPRIMARY KEY (testimonials_id) ) TYPE=MyISAM ;]
    If 
    you were entering informationpress the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields
    Please help!!
    I am currently busy with my site to convert to 139, but I am getting an error when installing this script.
    So you are installing testimonials manager on zen cart v1.3.9 correct?

    The problem you are having is the engine type, TYPE=MyISAM.
    in the install.sql. To correct this just remove the code
    ) TYPE=MyISAM ; to show );

    Just copy this install.sql

    PHP Code:
    SELECT @t4:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title
    'Testimonials Manager';

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

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

    SELECT @t4:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title
    'Testimonials Manager';

    INSERT INTO configuration VALUES (NULL'Number Of Testimonials to display in Testimonials Sidebox''MAX_DISPLAY_TESTIMONIALS_MANAGER_TITLES''5''Set the number of testimonials to display in the Latest Testimonials box.', @t41NULLnow(), NULLNULL);
    INSERT INTO configuration VALUES (NULL'Testimonial Title Minimum Length''ENTRY_TESTIMONIALS_TITLE_MIN_LENGTH''2''Minimum length of link title.', @t42NULLnow(), NULLNULL), (NULL'Testimonial Text Minimum Length''ENTRY_TESTIMONIALS_TEXT_MIN_LENGTH''10''Minimum length of Testimonial description.', @t43NULLnow(), NULLNULL), (NULL'Testimonial Text Maximum Length''ENTRY_TESTIMONIALS_TEXT_MAX_LENGTH''1000''Maximum length of Testimonial description.', @t43NULLnow(), NULLNULL), (NULL'Testimonial Contact Name Minimum Length''ENTRY_TESTIMONIALS_CONTACT_NAME_MIN_LENGTH''2''Minimum length of link contact name.', @t44NULLnow(), NULLNULL);
    INSERT INTO configuration VALUES (NULL'Display Truncated Testimonials in Sidebox''DISPLAY_TESTIMONIALS_MANAGER_TRUNCATED_TEXT''true''Display truncated text in sidebox', @t45NULLnow(), 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.', @t46NULLnow(), NULLNULL);
    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.', @t47NULLnow(), NULLNULL);
    INSERT INTO configuration VALUES (NULL'Display Date Published on Testimonials page''DISPLAY_TESTIMONIALS_DATE_PUBLISHED''true''Display date published on testimonials page', @t48NULLnow(), 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', @t49NULLnow(), 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', @t410NULLNOW(), 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', @t411NULL'2007-08-21 12:04:10'NULLNULL);
    INSERT INTO configuration VALUES (NULL'Testimonial Image Height''TESTIMONIAL_IMAGE_HEIGHT''80''Set the Height of the Testimonial Image', @t412NULL'2007-08-21 12:04:10'NULLNULL);
    INSERT INTO configuration VALUES (NULL'Testimonial Image Directory''TESTIMONIAL_IMAGE_DIRECTORY''testimonials/''Set the Directory for the Testimonial Image', @t413NULL'2007-08-21 12:04:10'NULLNULL);
     
    INSERT INTO configuration VALUES (NULL'Display Company Name field''TESTIMONIALS_COMPANY''true''Display Company Name field', @t414NULLNOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration VALUES (NULL'Display City field''TESTIMONIALS_CITY''true''Display City field', @t415NULLNOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration VALUES (NULL'Display Country field''TESTIMONIALS_COUNTRY''true''Display Country field', @t416NULLNOW(), 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', @t417NULLnow(), NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration VALUES (NULL'Display All Languages''TESTIMONIALS_DISPLAY_ALL_LANGUAGES''true''Display All Languages', @t418NULLNOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration VALUES (NULL'Testimonial - Show Store Name and Address''TESTIMONIAL_STORE_NAME_ADDRESS''true''Include Store Name and Address', @t419NULLnow(), NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration VALUES (NULL'Define Testimonial Status''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', @t420NULLnow(), NULL'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
    INSERT INTO configuration VALUES (NULL'Testimonial Manager Version''TM_VERSION''1.5.2''Testimonial Manager version', @t421NULLnow(), NULLNULL);

    DROP TABLE IF EXISTS testimonials_manager;
    CREATE TABLE testimonials_manager (
      
    testimonials_id int(11NOT NULL auto_increment,
      
    language_id int(11NOT NULL default '1',
      
    testimonials_title varchar(64NOT NULL default '',
      
    testimonials_url  VARCHAR255 NULL DEFAULT NULL,
      
    testimonials_name text NOT NULL,
      
    testimonials_image varchar(254NOT NULL default '',
      
    testimonials_html_text text,
      
    testimonials_mail text NOT NULL,
      
    testimonials_company VARCHAR255 NULL DEFAULT NULL,
      
    testimonials_city VARCHAR255 NULL DEFAULT NULL,
      
    testimonials_country VARCHAR255 NULL DEFAULT NULL,
      
    testimonials_show_email char(1) default '0',
      
    status int(1NOT 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)
    );

    INSERT INTO testimonials_manager VALUES (11'Great''''Clyde Designs''''This is just a test submission to show you how it looks, great, eh?''[email protected]'NULLNULLNULL01now(), NULL); 
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #5
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by mdo82 View Post
    I am currently busy with my site to convert to 139, but I am getting an error when installing this script.

    I am currently working in Xampp for my site to get right before I go live

    What am I doing wrong?

    I get also this error by installing a new version of the software.
    And the SQL version of Xampp is 5.5.20

    PHP Code:
    1064 You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
    in
    :
    [
    CREATE TABLE testimonials_manager testimonials_id int(11NOT NULL auto_incrementlanguage_id int(11NOT NULL default '1'testimonials_title varchar(64NOT NULL default ''testimonials_url VARCHAR255 NULL DEFAULT NULLtestimonials_name text NOT NULLtestimonials_image varchar(254NOT NULL default ''testimonials_html_text texttestimonials_mail text NOT NULLtestimonials_company VARCHAR255 NULL DEFAULT NULLtestimonials_city VARCHAR255 NULL DEFAULT NULLtestimonials_country VARCHAR255 NULL DEFAULT NULLtestimonials_show_email char(1) default '0'status int(1NOT NULL default '0'date_added datetime NOT NULL default '0000-00-00 00:00:00'last_update datetime NULL default NULLPRIMARY KEY (testimonials_id) ) TYPE=MyISAM ;]
    If 
    you were entering informationpress the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields
    Please help!!
    Code:
    TYPE=MyISAM
    TYPE is deprecated
    use ENGINE instead
    Code:
    ENGINE=MyISAM

  6. #6
    Join Date
    Apr 2010
    Posts
    39
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by gilby View Post
    Code:
    TYPE=MyISAM
    TYPE is deprecated
    use ENGINE instead
    Code:
    ENGINE=MyISAM
    Thank you that was the trick to solve it.
    But I'm against another problem.

    In my Live store, I have under tools a button for testimonial manager , I miss this in version 1.39 and I can see him even to activate the testmonial sitebox.

    Do I missing something?

    I have also try the code from countrycharm

  7. #7
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Could I ask .How difficult would it be to add the 5 star system to testimonials. As I find it so much easier than reviews

    thanks

  8. #8
    Join Date
    Nov 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by BillyBoyle View Post
    @ Brian
    you could use a blank sidebox available through the download section and set up a static page for your detailed testimonials. Putting a link in the sidebox to your page.
    The blank sidebox worked great! Thank you!

  9. #9
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by stoneroses6300 View Post
    The blank sidebox worked great! Thank you!
    your welcome.

 

 

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