Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    Your going to need to figure out how to combine the code from:

    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php

    AND

    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
    that's what I needed to know ... thank you!

  2. #2
    Join Date
    Jul 2011
    Location
    Arizona
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Version 1.3.8a.
    I've installed your add-on. Everything went smoothly and works except for the "Add a Testimonial" link. Only a blank white screen appears whether I click on the link from the sidebox or from a page while viewing another testimonial.
    I've double-checked that I've uploaded all the files to the appropriate locations on my server.
    Which files would affect this issue? Any suggestions would be greatly appreciated!

  3. #3
    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 HighCastleCrafts View Post
    Version 1.3.8a.
    I've installed your add-on. Everything went smoothly and works except for the "Add a Testimonial" link. Only a blank white screen appears whether I click on the link from the sidebox or from a page while viewing another testimonial.
    I've double-checked that I've uploaded all the files to the appropriate locations on my server.
    Which files would affect this issue? Any suggestions would be greatly appreciated!
    double check and make sure ALL the following have been uploaded to your server:

    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

  4. #4
    Join Date
    Jul 2011
    Location
    Arizona
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    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
    There are two differences between the names of the files I downloaded and what you listed above. The download included:
    includes/templates/YOUR_TEMPLATE/templates/tpl_display_all_testimonials_default
    instead ofincludes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    (The other two files are the same in that folder.)
    AND
    includes/templates/YOUR_TEMPLATE/css/display_all_testimonials
    instead ofincludes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css

    I also noticed when the cursors hovers over the "Add A Testimonial" link that the following appears at the bottom of the window:
    /index.php?main_page=testimonials_add&zenid951779c1ebbfbb
    What's the "&zenid951779c1ebbfbb"?
    Thanks.

  5. #5
    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 HighCastleCrafts View Post
    There are two differences between the names of the files I downloaded and what you listed above. The download included:
    includes/templates/YOUR_TEMPLATE/templates/tpl_display_all_testimonials_default
    instead ofincludes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    (The other two files are the same in that folder.)
    AND
    includes/templates/YOUR_TEMPLATE/css/display_all_testimonials
    instead ofincludes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css

    I also noticed when the cursors hovers over the "Add A Testimonial" link that the following appears at the bottom of the window:
    /index.php?main_page=testimonials_add&zenid951779c1ebbfbb
    What's the "&zenid951779c1ebbfbb"?
    Thanks.

    You can delete these.
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php

    includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css
    ----------

    zenid is your session id and will display the first time you go to that page but will not display afterwards.

  6. #6
    Join Date
    Jul 2011
    Location
    Arizona
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    The trouble is I don't have the two files you listed; they weren't in the downloads folder. The other two I named were there instead.

    Where can I find those two files?

    Thanks.

  7. #7
    Join Date
    Jul 2011
    Location
    Arizona
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Oops, I didn't read your post closely enough. Never mind about those two files.

    However, I still can't get the "Add a Testimonial" page to open. Do I need to make an adjusment to the Sessions? Thanks.

  8. #8
    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 HighCastleCrafts View Post
    Oops, I didn't read your post closely enough. Never mind about those two files.

    However, I still can't get the "Add a Testimonial" page to open. Do I need to make an adjusment to the Sessions? Thanks.
    From where did you download the mod?

  9. #9
    Join Date
    Jul 2011
    Location
    Arizona
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I downloaded it from
    http://www.zen-cart.com/index.php?ma...roducts_id=446

    I'm beginning to think it has something to do with my SSL. Is it possible to turn off the SSL setting for "Add a Testimonial"?
    Thanks.

 

 

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