This is the support thread for Testimonial Manager for Zen Cart v1.5.x. (see quote below from first page of this support thread)
You should post your final solution in the v1.3.x support thread.. It will help others with the same issue..
This is the support thread for Testimonial Manager for Zen Cart v1.5.x. (see quote below from first page of this support thread)
You should post your final solution in the v1.3.x support thread.. It will help others with the same issue..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Hi Everyone...I have installed the TM on a site and we were hoping to use it as a project gallery but I cannot remove the words "Testimonial By" with it crashing the entire site. Can the testimonials_manager_defines.php not be edited at all?
Thanks.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I am trying to change the area that read: Testimonial By to read Project Submitted By and when i tried to change ANYTHING in that particular file I lose my entire store. I end up with a white page...but it's only on that file. I managed to change everything else except that one spot.
Thanks...
Hello
Just installed this module today and all appears to be working. I have manually added 5 testimonials I received via email, is there any way of limiting how many testimonials are displayed? As my list of testimonials is now longer than the rest of my content on some pages, and leaves a big white space at the bottom of the page ( I am using the testimonials in the right hand column). Could I for example limit the number displayed to 3 testimonials, that randomly change each time the page is loaded.
ok let me try this again because you're not giving us the information we need to help you. We cannot see what you did to you have to help us.. When you say you are making changes, you need to tell us exactly what changes you are trying to make and to what file. Telling us you made a change to file but not telling us what that change is isn't exactly going to help us help you. Show us the code changes you made.
Secondly blank pages means you've got an error of some kind which means that an error log record was probably generated.. tell us what the error log says.
If you cannot provide this information we're going to be spending our time guessing at what your issue might be. if you can give us some specifics we can get down to the heart of your issue. I'm not going to spend time guessing at what you did.. help us help you.. give the specifics of what you have done and we can help.
Last edited by DivaVocals; 27 Oct 2013 at 04:41 PM.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I have now found the testimonial settings in the admin panel, thanks. If others need it they are under Admin > Configuration > Testimonials Manager.
Okay...I am trying to change the testimonials_manager_defines.php in the extra definitions folder. This is what it looks like:
<?php
/**
* Testimonials Manager
*
* @package Template System
* @copyright 2007 Clyde Jones
* @copyright Portions Copyright 2003-2007 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: Testimonials_Manager.php v1.5.2 4-16-2010 Clyde Jones $
*/
define('BOX_HEADING_TESTIMONIALS_MANAGER', 'Testimonials');
define('TESTIMONIALS_MANAGER_DISPLAY_ALL_TESTIMONIALS', 'View All Testimonials');
define('TESTIMONIALS_BY', 'Testimonial By: '); --> I am trying to change this to read: Project Submitted By
define('TESTIMONIALS_MANAGER_ADD_TESTIMONIALS', 'Add A Testimonial');
//Button Defines
define('BUTTON_IMAGE_TESTIMONIALS', 'button_testimonials.gif');
define('BUTTON_TESTIMONIALS_ADD_ALT', 'Add My Testimonial');
define('BUTTON_IMAGE_SUBMIT_TESTIMONIALS', 'button_submit_testimonials.gif');
define('BUTTON_TESTIMONIALS_SUBMIT_ALT', 'Submit My Testimonial');
define('BUTTON_IMAGE_VIEW_TESTIMONIALS', 'button_view_testimonials.gif');
define('BUTTON_VIEW_TESTIMONIALS_ALT', 'View All Testimonials');
define('CITY_STATE_SEPARATOR', ', ');
define('NAME_SEPARATOR', ' — ');
define('TESTIMONIALS_MANAGER_READ_MORE', 'Read More ->');
define('TESTIMONIALS_SUBMIT_THANKS', '<h3>Thank you for submitting a testimonial!</h3>');
define('TESTIMONIALS_SUBMIT_MESSAGE', '<p>Your testimonial will be actived as soon as our store manager reviews it.## If you have any questions regarding your testimonial, please contact us.</p><br /><h4>Thanks Again, we look forward to serving you in the future.</h4>');
//EOF
Please see "red" area up top. When I change that (and leave the quotes in tact) the entire site goes to a blank white page. If I reload the original file, the site is restored. There is something about this file that is not letting my customize the text. I hope this clarifies the issue I'm having a bit better. Thanks for your help.
Bookmarks