Page 115 of 151 FirstFirst ... 1565105113114115116117125 ... LastLast
Results 1,141 to 1,150 of 1501
  1. #1141
    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 paperbliss View Post
    sorry —##i didn't find any error log files. i checked my cache folder (located outside my admin folder), i also went to admin/config/testimonial manager in zencart, but (this may sound stupid but i'm new) there was no error log there...

    i'm completely lost, and have no idea what to do.
    Quote Originally Posted by paperbliss View Post
    i don't knwo if this helps, but clicking on an individual testimonial in the sidebar brings me to this url:

    http://www.paperbliss.ca/index.php?m...timonials_id=3

    which gives me the 404.... however clicking on "view all testimonials" brings me to this url:

    http://www.paperbliss.ca/index.php?m...l_testimonials

    which works fine...
    open includes/extra_datafiles/testimonials_manager_filenames.php

    Make sure the define statements match the ones listed below.

    define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
    define('FILENAME_TESTIMONIALS_MANAGER_ALL', 'display_all_testimonials');
    define('FILENAME_TESTIMONIALS_ADD', 'testimonials_add');

    define('FILENAME_DEFINE_TESTIMONIALS_ADD', 'define_testimonials_add');

    define('TABLE_TESTIMONIALS_MANAGER', DB_PREFIX . 'testimonials_manager');

  2. #1142
    Join Date
    Oct 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    yup, i even copied and pasted what you have there into the php file and replaced it via ftp, no change.

    tried rummaging through the support thread but couldn't find anyone else who had the same problem... anything else i can check?

  3. #1143
    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 paperbliss View Post
    yup, i even copied and pasted what you have there into the php file and replaced it via ftp, no change.

    tried rummaging through the support thread but couldn't find anyone else who had the same problem... anything else i can check?
    You could try uploading the entire includes folder again

    Remember to change the YOUR_TEMPLATE folder(s) to match the name of the template you are using.

  4. #1144
    Join Date
    Oct 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    same result.

  5. #1145
    Join Date
    Oct 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    is there a way i can just change the individual testimonial link & read more link to just go straight to the "view all" page? seems easier at this point.

  6. #1146
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Thanks for this great mod, so far, so good!

    Just one quick question, is there a way I would be able to integrate the star rating system that the product review script uses into this form? I would like customers to be able to leave overall service/product feedback rating. I've been able to create a custom form but this means I will have to add each feedback response manually...I don't know how to integrate it into zen cart the way you have.

    THank you!

  7. #1147
    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 paperbliss View Post
    same result.
    Quote Originally Posted by paperbliss View Post
    is there a way i can just change the individual testimonial link & read more link to just go straight to the "view all" page? seems easier at this point.
    I haven't been able to duplicate this issue.

    As I said your best bet would be to re-install ALL of the following files.

    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/display_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

  8. #1148
    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 joyjoy View Post
    Thanks for this great mod, so far, so good!

    Just one quick question, is there a way I would be able to integrate the star rating system that the product review script uses into this form? I would like customers to be able to leave overall service/product feedback rating. I've been able to create a custom form but this means I will have to add each feedback response manually...I don't know how to integrate it into zen cart the way you have.

    THank you!
    To be honest, I haven't looked at this as an option and it probably would require a substantial re-write to integrate.

  9. #1149
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Okay, thank you for your response. Looks like you offer some great support here for your mod. It's much appreciated!

  10. #1150
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/extra_datafiles/testimonials_manager_filenames.php

    Make sure the define statements match the ones listed below.

    define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
    define('FILENAME_TESTIMONIALS_MANAGER_ALL', 'display_all_testimonials');
    define('FILENAME_TESTIMONIALS_ADD', 'testimonials_add');

    define('FILENAME_DEFINE_TESTIMONIALS_ADD', 'define_testimonials_add');

    define('TABLE_TESTIMONIALS_MANAGER', DB_PREFIX . 'testimonials_manager');
    The problem is that the "Read More" link is this:
    http://www.paperbliss.ca/index.php?m...onials_manager.php&testimonials_id=3

    And it should be this:
    http://www.paperbliss.ca/index.php?m...timonials_id=3

    For some reason, ".php" is getting added to the end of "testimonials_manager".

    Any ideas on how to fix this?

    Thanks!
    Danielle

 

 

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