Page 1 of 2 12 LastLast
Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    ok problem is that the cart is an active shop and would lose sales if i left it with no right boxes!! what about if i switched TM on then done a view source then do a copt paste of the code for the page?? could post it on here??

    cheers

  2. #2
    Join Date
    Feb 2011
    Location
    Orange, CA
    Posts
    4
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Love your add-on. Works great.

    Just curious though, is there a way to disable customers add testimonials?

    I have looked through all files and cannot seem to locate the code to remove the "Add My Testimonial" link.

    Worried about spammers.

  3. #3
    Join Date
    Feb 2011
    Location
    Orange, CA
    Posts
    4
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by wsterling View Post
    Love your add-on. Works great.

    Just curious though, is there a way to disable customers add testimonials?

    I have looked through all files and cannot seem to locate the code to remove the "Add My Testimonial" link.

    Worried about spammers.
    Maybe I'm not making myself clear or not using the right protocol, if so my appologies.

    I like your module and would like to use it in my clients online store to add testimonials.
    I like the fact that it displays a preview in the sidebox.

    What i would like not to have is the customer adding their own testimonial.

    The store is a part time venture and the owner is not computer savvy and does not want to login to approve testimonials.

    Is there a way to disable the "add my testimonial" link/button?

    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 wsterling View Post
    Love your add-on. Works great.

    Just curious though, is there a way to disable customers add testimonials?

    I have looked through all files and cannot seem to locate the code to remove the "Add My Testimonial" link.

    Worried about spammers.
    admin -> configuration -> testimonial manager -> Only registered customers may submit a testimonial Set this to true.

    Doing this will allow only customers who are logged in to submit a testimonial.

    If that is not exactly what you want to do, then:

    You can edit the following 2 files

    includes/templates/YOUR_TEMPLATE/templates/tpl_display_all_testimonials_default.php


    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php


    Find and delete the following section of code:
    PHP Code:
    <div class="buttonRow forward"><a href="<?php echo zen_href_link(FILENAME_TESTIMONIALS_ADD'''SSL'); ?>"><?php echo zen_image_button(BUTTON_IMAGE_TESTIMONIALSBUTTON_TESTIMONIALS_ADD_ALT); ?></a></div>

  5. #5
    Join Date
    Feb 2011
    Location
    Orange, CA
    Posts
    4
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    That works! Thank you so much!

  6. #6
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    help question Re: Testimonial Manager Support Thread

    Thanks for the nice addon! I am creating a Feedback addon based on your code...I noticed in your v1.5.2 uninstall sql, you have the below insert lines adding congif keys unrelated to your addon???

    Code:
    INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, NULL, now(), NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, NULL, now(), NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, NULL, now(), NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, now(), NULL, 'zen_cfg_textarea_small(');
    Should this be there? Or can it be deleted?

    Thanks
    Experience is what you get when you don’t get what you want…

  7. #7
    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 kwright View Post
    Thanks for the nice addon! I am creating a Feedback addon based on your code...I noticed in your v1.5.2 uninstall sql, you have the below insert lines adding congif keys unrelated to your addon???

    Code:
    INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, NULL, now(), NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, NULL, now(), NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, NULL, now(), NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, now(), NULL, 'zen_cfg_textarea_small(');
    Should this be there? Or can it be deleted?

    Thanks
    can be deleted

  8. #8
    Join Date
    Jan 2011
    Location
    Netherlands
    Posts
    4
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hello,

    I have a problem with the side box.
    Its activated in the admin but it doesnt show on the website.
    I reinstalled TD without success.

    Does someone knows in what direction I might take a look?

    Thanks!

  9. #9
    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 edd-2 View Post
    Hello,

    I have a problem with the side box.
    Its activated in the admin but it doesnt show on the website.
    I reinstalled TD without success.

    Does someone knows in what direction I might take a look?

    Thanks!
    link to your site?

  10. #10
    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 whiteknight1 View Post
    ok problem is that the cart is an active shop and would lose sales if i left it with no right boxes!! what about if i switched TM on then done a view source then do a copt paste of the code for the page?? could post it on here??

    cheers
    This is the standard code for Zen Cart sideboxes:
    PHP Code:
    $content '';
      
    $content .= '<div id="' str_replace('_''-'$box_id 'Content') . '" class="sideBoxContent">';
      
    $content .= "\n" '<ul style="margin: 0; padding: 0; list-style-type: none;">' "\n";
      for (
    $i=0$i<sizeof($information); $i++) {
        
    $content .= '<li>' $information[$i] . '</li>' "\n";
      }
      
    $content .= '</ul>' .  "\n";
      
    $content .= '</div>'
    I looked at a view source of your site and you or someone has obviously edited this standard zen cart code to suite your own needs.

    You can modify the TM sidebox to fit with the code for your sideboxes and see if that would solve the problem.

 

 
Page 1 of 2 12 LastLast

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