Page 136 of 151 FirstFirst ... 3686126134135136137138146 ... LastLast
Results 1,351 to 1,360 of 1501
  1. #1351
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by countrycharm View Post
    Hi Diva I basically redid sql statement like you said in the first place. The only thing I didn't do was take out the engine part. Thank You for pointing that out. I did some reserch on MyISAM vs InnoDB and found out With the release of MySQL 5.5, InnoDB has become the default storage engine so thank you again. This will maybe cause others not to have the error when installing this module.
    And thanks for the other 2 links for the sql errors.



    Yes you did, but I we decided to remove them just in case others might not have understood what that was for.
    Has been updated and submitted to the downloads. Thanks again Diva, lat9 for the help you provided.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #1352
    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 countrycharm View Post
    I did some reserch on MyISAM vs InnoDB and found out With the release of MySQL 5.5, InnoDB has become the default storage engine so thank you again. This will maybe cause others not to have the error when installing this module.
    You didn't specify InnoDB in your SQL did you?? It would be better to take out the engine altogether than to include one that may not be supported by the shopowner's host.. Not including an engine won't harm anything as the default will be used. Unless there is a reason why a specific DB engine is needed, not including it in the create table statement won't affect the add-on.. (You can take a look at other add-ons and see that it's not always included in create table statements)

    Quote Originally Posted by countrycharm View Post
    Has been updated and submitted to the downloads. Thanks again Diva, lat9 for the help you provided.
    You're welcome..
    Last edited by DivaVocals; 16 Mar 2012 at 05:02 PM.
    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. #1353
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by DivaVocals View Post
    You didn't specify InnoDB in your SQL did you?? It would be better to take out the engine altogether than to include one that may not be supported by the shopowner's host.. Not including an engine won't harm anything as the default will be used. Unless there is a reason why a specific DB engine is needed, not including it in the create table statement won't affect the add-on.. (You can take a look at other add-ons and see that it's not always included in create table statements)

    You're welcome..
    Na I didn't include and engine at all.
    I was just letting you know what I read and learned.....
    Last edited by countrycharm; 16 Mar 2012 at 05:59 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #1354
    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 countrycharm View Post
    Na I didn't include and engine at all.
    I was just letting you know what I read and learned.....
    Cool!!
    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.

  5. #1355
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,384
    Plugin Contributions
    94

    Default Re: Testimonial Manager Support Thread

    I've got a multilingual site and enabled the "Display All Languages" in the Testimonial Manager admin section (TESTIMONIALS_DISPLAY_ALL_LANGUAGES is the database key). I had a couple of test testimonials in English and switched to a Spanish display ... and none were displayed. Turns out that the database key (above) isn't used at all.

    Here's an updated version of /includes/modules/pages/display_all_testimonials/header_php.php that corrects the problem:

    Code:
    <?php
    /**
     * Testimonials Manager
     *
     * @package Template System
     * @copyright 2007 Clyde Jones
      * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: Testimonials_Manager.php v1.5.2 4-16-2010 Clyde Jones $
     */
     
      require(DIR_WS_MODULES . 'require_languages.php');
      $breadcrumb->add(NAVBAR_TITLE);
      
      $which_languages = (TESTIMONIALS_DISPLAY_ALL_LANGUAGES == 'true') ? '' : (" and language_id = '" . (int)$_SESSION['languages_id'] . "'");
      
      $testimonials_query_raw = "select * from " . TABLE_TESTIMONIALS_MANAGER . " where status = 1" . $which_languages . " order by date_added DESC, testimonials_title";
    
      $testimonials_split = new splitPageResults($testimonials_query_raw, MAX_DISPLAY_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS);
    //EOF

  6. #1356
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,384
    Plugin Contributions
    94

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by 100asa View Post
    testimonial don't send email to customer when them add testimonial. Why?
    The reason that the customer email is not being sent is this line in /includes/languages/english/YOUR_TEMPLATE/testimonials_add.php:

    Code:
    define('EMAIL_SUBJECT', 'Your Testimonial Submission At ' . STORE_NAME . '.' . "\n\n");
    The trailing "\n\n" causes the zen_mail function to abort the send because there are new-line characters in the email subject. Simply removing those characters as below enables the customer emails to be sent.

    Code:
    define('EMAIL_SUBJECT', 'Your Testimonial Submission At ' . STORE_NAME . '.');

  7. #1357
    Join Date
    Nov 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I would like to manually put all the testimonials in myself.
    I would like to get rid of the "Author's name", "Author's email", and "Testimonial's Title" requirements.

    I basically want it setup where I format the whole testimonial in the Testimonial box. I would want to put the name, and company of the testimonial here without their email address.

    Also, how would I get rid of "view all testimonials" and "add a testimonial"?

    I'm basically looking to use this sidebox to input my own text through the testimonials manager.

    Thank you!

    -Brian

  8. #1358
    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.

  9. #1359
    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.

  10. #1360
    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.

 

 

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