Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Installing Testimonial module

    I was folwoign the install.txt file below:

    File Modifications:

    Add the following declarations to your stylesheet.css.

    .testimonial {
    color: #000;
    padding: 0 5px 5px 5px;
    text-align:left;
    }
    .testimonial p {
    margin: 0; padding: 5px 0;
    }
    .testimonial span {
    float:right;
    }

    ========================================================

    Database Modifications:

    A new database table needs to be created to store your testimonial items.
    New configuration options are added to the zen_configuration table.

    ========================================================

    NEW INSTALLATION:

    Unzip the contribution.

    Open the New_installation folder

    run the included install_testimonials_manager.sql using the Zen-Cart Sql Patches tool
    (admin -> tools -> install sql patches)
    For best results, cut-and-paste the code into the query field and press 'Send'.

    Before uploading change the YOUR_TEMPLATE directories to match the name of your custom directory.
    includes/languages/english/extra_definitions/YOUR_TEMPLATE
    includes/languages/english/YOUR_TEMPLATE
    includes/languages/english/html_includes/YOUR_TEMPLATE
    includes/modules/sideboxes/YOUR_TEMPLATE
    includes/templates/YOUR_TEMPLATE

    The files are arranged in the same structure as Zen Cart so you can FTP the admin and includes directories to your server.

    Login in to your admin panel admin -> tools -> layout boxes contoller and activate the new sidebox.


    So, instead I add the code you just gave me into the box:
    Enter the query
    to be executed:

    The I was entering into the upload file at the same time:
    install_testimonials_manager.sql

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

    Default Re: Installing Testimonial module

    Quote Originally Posted by kevinmc3 View Post
    I was folwoign the install.txt file below:

    File Modifications:

    Add the following declarations to your stylesheet.css.

    .testimonial {
    color: #000;
    padding: 0 5px 5px 5px;
    text-align:left;
    }
    .testimonial p {
    margin: 0; padding: 5px 0;
    }
    .testimonial span {
    float:right;
    }

    ========================================================

    Database Modifications:

    A new database table needs to be created to store your testimonial items.
    New configuration options are added to the zen_configuration table.

    ========================================================

    NEW INSTALLATION:

    Unzip the contribution.

    Open the New_installation folder

    run the included install_testimonials_manager.sql using the Zen-Cart Sql Patches tool
    (admin -> tools -> install sql patches)
    For best results, cut-and-paste the code into the query field and press 'Send'.

    Before uploading change the YOUR_TEMPLATE directories to match the name of your custom directory.
    includes/languages/english/extra_definitions/YOUR_TEMPLATE
    includes/languages/english/YOUR_TEMPLATE
    includes/languages/english/html_includes/YOUR_TEMPLATE
    includes/modules/sideboxes/YOUR_TEMPLATE
    includes/templates/YOUR_TEMPLATE

    The files are arranged in the same structure as Zen Cart so you can FTP the admin and includes directories to your server.

    Login in to your admin panel admin -> tools -> layout boxes contoller and activate the new sidebox.


    So, instead I add the code you just gave me into the box:
    Enter the query
    to be executed:

    The I was entering into the upload file at the same time:
    install_testimonials_manager.sql
    Before uploading change the YOUR_TEMPLATE directories to match the name of your custom directory.
    includes/languages/english/extra_definitions/YOUR_TEMPLATE
    includes/languages/english/YOUR_TEMPLATE
    includes/languages/english/html_includes/YOUR_TEMPLATE
    includes/modules/sideboxes/YOUR_TEMPLATE
    includes/templates/YOUR_TEMPLATE

    The files are arranged in the same structure as Zen Cart so you can FTP the admin and includes directories to your server.

    You would change the YOUR_TEMPLATE directories to magic.

    includes/languages/english/classic/extra_definitions/magic
    includes/languages/english/classic/magic
    includes/languages/english/classic/html_includes/magic
    includes/modules/sideboxes/classic/magic
    includes/templates/classic/magic

    Now you upload/FTP the admin and includes directories to your server.

    These DO NOT get included in the sql.

    admin -> tools -> install sql patches
    does not upload files to your server it only runs sql statements in order to change the database.

  3. #3
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Installing Testimonial module

    What is this?:
    You would change the YOUR_TEMPLATE directories to magic.

    includes/languages/english/classic/extra_definitions/magic
    includes/languages/english/classic/magic
    includes/languages/english/classic/html_includes/magic
    includes/modules/sideboxes/classic/magic
    includes/templates/classic/magic


    I thought you said in previous NOT to include the classic subfolder? Am I making two sets of magic over-ride folders?

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

    Default Re: Installing Testimonial module

    Quote Originally Posted by kevinmc3 View Post
    What is this?:
    You would change the YOUR_TEMPLATE directories to magic.

    includes/languages/english/classic/extra_definitions/magic
    includes/languages/english/classic/magic
    includes/languages/english/classic/html_includes/magic
    includes/modules/sideboxes/classic/magic
    includes/templates/classic/magic


    I thought you said in previous NOT to include the classic subfolder? Am I making two sets of magic over-ride folders?
    Sorry, copied the wrong section.

    includes/languages/english/extra_definitions/magic
    includes/languages/english/magic
    includes/languages/english/html_includes/magic
    includes/modules/sideboxes/magic
    includes/templates/magic

    But in any case the folders and files do not get included with the sql

  5. #5
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Installing Testimonial module

    Sorry ofr being a pain. I copied the exact code. Got this error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; DELETE FROM configuration WHERE configuration_key = 'DEFINE_TESTIMONIAL_STATUS' at line 1
    in:
    [DELETE FROM zen1_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;]
    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.

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

    Default Re: Installing Testimonial module

    Quote Originally Posted by kevinmc3 View Post
    Sorry ofr being a pain. I copied the exact code. Got this error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; DELETE FROM configuration WHERE configuration_key = 'DEFINE_TESTIMONIAL_STATUS' at line 1
    in:
    [DELETE FROM zen1_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;]
    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.
    Check your PM

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

    Default Re: Installing Testimonial module

    Quote Originally Posted by clydejones View Post
    Check your PM
    Its 1:00 am so if you'd like me to check as per the PM It'll have to be tomorrow.

 

 

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