Page 91 of 151 FirstFirst ... 41818990919293101141 ... LastLast
Results 901 to 910 of 1501
  1. #901
    Join Date
    Jul 2009
    Location
    india
    Posts
    27
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    its Done!

    thanks All!

  2. #902
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi there.. This MOD is just what I have been looking for..

    I have followed all the instructions and cut & paste the sql code but when I press the "send" button this is what I get..

    33 statements processed.
    Error ERROR: Cannot insert configuration_key "PRODUCTS_OPTIONS_TYPE_SELECT" because it already exists
    Error ERROR: Cannot insert configuration_key "UPLOAD_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "TEXT_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Warning Note: 4 statements ignored. See "upgrade_exceptions" table for additional details.

    I have change the "your template" files to the name of my template and have uploaded all the files and added the code to my stylesheet.css file.

    Now when I try and get the sidebox to show there is nothing? Weird?

    Any suggestions would be most gratefully received.

    Andy

  3. #903
    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 Forthpalm View Post
    Hi there.. This MOD is just what I have been looking for..

    I have followed all the instructions and cut & paste the sql code but when I press the "send" button this is what I get..

    33 statements processed.
    Error ERROR: Cannot insert configuration_key "PRODUCTS_OPTIONS_TYPE_SELECT" because it already exists
    Error ERROR: Cannot insert configuration_key "UPLOAD_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "TEXT_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Warning Note: 4 statements ignored. See "upgrade_exceptions" table for additional details.

    I have change the "your template" files to the name of my template and have uploaded all the files and added the code to my stylesheet.css file.

    Now when I try and get the sidebox to show there is nothing? Weird?

    Any suggestions would be most gratefully received.

    Andy
    make sure you've activated the sidebox admin -> tools -> layout boxes controller.

  4. #904
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi Clyde, thanks for the very quick reply.

    Yes I had activated it and tried to vary where the sidebox should be - no testimonials box is showing at all - and where it should be showing, there are then no other boxes showing after it??

    Ideas?

    Andy

  5. #905
    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 Forthpalm View Post
    Hi Clyde, thanks for the very quick reply.

    Yes I had activated it and tried to vary where the sidebox should be - no testimonials box is showing at all - and where it should be showing, there are then no other boxes showing after it??

    Ideas?

    Andy
    Make sure you have at least one testimonial approved admin -> tools -> testimonial manager.

    make sure you have all the following files installed:

    includes/extra_datafiles/testimonials_manager_filenames.php
    includes/functions/testimonials.php
    includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php
    includes/languages/english/html_includes/define_testimonials_add.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_testimonials_add.php
    includes/modules/pages/testimonials_add
    includes/modules/pages/testimonials_manager
    includes/modules/pages/testimonials_manager_all_testimonials
    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php

    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
    includes/templates/YOUR_TEMPLATE/css/testimonials_add.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css
    includes/templates/YOUR_TEMPLATE/buttons/english/button_submit_testimonials.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_testimonials.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_view_testimonials.gif

  6. #906
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi again Clyde

    Removed the sql code and then downloaded the MOD from your site - installed it and now it is working fine? How odd.

    Thanks once again for both the MOD and the help.

    Andy

  7. #907
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    New Font Color --
    Hi - I changed my stylesheet on our site (createadesign.net/store) to get a pinkish color for the testimonials using the code I got from the program "Absolute Color Picker".

    testimonial {
    color: #FF6058;
    padding: 0 5px 5px 5px;
    text-align:left;

    but the font is still black.
    Please tell me where I have gone wrong in life with this;
    also how can I change to Italics; or different font
    also how can I change the background color?
    Thanx in advance
    Rufus

  8. #908
    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 rufusclc View Post
    New Font Color --
    Hi - I changed my stylesheet on our site (createadesign.net/store) to get a pinkish color for the testimonials using the code I got from the program "Absolute Color Picker".

    testimonial {
    color: #FF6058;
    padding: 0 5px 5px 5px;
    text-align:left;

    but the font is still black.
    Please tell me where I have gone wrong in life with this;
    also how can I change to Italics; or different font
    also how can I change the background color?
    Thanx in advance
    Rufus
    the following should do the job for you:

    .testimonial {
    color: #FF6058;
    padding: 0 5px 5px 5px;
    text-align:left;
    font-style: italic;
    background:#333;
    }

  9. #909
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Thanx a bunch
    Rufusclc

  10. #910
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi - TM working like charm;
    2 quieckie questions:
    to get text in bold would "font-style:bold;" work?
    also, added on several Testimonials going back couple years anmd now realize all dated today!! any quick way to change to correct date?
    Rufus

 

 

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