
Originally Posted by
chris parker
Hi Clyde,
I've just downloaded a new copy, and the problem remains the same. Perhaps you might check?
As you open up the zip file, new_installation>>>>admin>>>>includes>>>>extra_datafiles>>>>testimonials_manager .php
you will find the code above. Since correcting it the module works on my site.
And since you helped me upload the CSS file, it even looks nice too.
Thanks for providing what looks like it might be a really useful mod for my site. (I didn't realise you were the author of the mod until I checked just now).

Here's the contents of the file from a new download of the mod from the forum downloads section:
PHP Code:
<?php
/**
* Testimonials Manager - Filename Defines
*
* @package Pages
* @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.4.3.1 7-25-2007 Clyde Jones $
*/
define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
define('FILENAME_TESTIMONIALS_MANAGER_ALL', 'testimonials_manager_all_testimonials');
define('FILENAME_TESTIMONIALS_ADD', 'testimonials_add');
define('FILENAME_DEFINE_TESTIMONIALS_ADD', 'define_testimonials_add');
define('TABLE_TESTIMONIALS_MANAGER', DB_PREFIX . 'testimonials_manager');
?>
Bookmarks