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>