Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    hi, i can't will my chinese code in the testimonials,, do u have any latest version to support UTF-8, i have code converter software but i dun know which files to effect this..

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

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by guitarmong View Post
    hi, i can't will my chinese code in the testimonials,, do u have any latest version to support UTF-8, i have code converter software but i dun know which files to effect this..
    All of the information for Testimonial Manager is stored in the database table so there are no files to edit.

  3. #3
    Join Date
    Aug 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    oh my god,, so will u issue a latest version to support UTF-8? i looking forward on this,, thanks!

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

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by guitarmong View Post
    oh my god,, so will u issue a latest version to support UTF-8? i looking forward on this,, thanks!
    run this sql patch using the Zen-Cart Sql Patches tool (admin -> tools -> install sql patches)

    copy and past this code into the text area and click the send button.

    Code:
    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`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ;

 

 

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