Quote Originally Posted by baja123 View Post
Thanks for creating and sharing this really useful module. It installed fine, first time.

One thing I can't figure out though ...

How would a person substitute an image for the heading in the Testimonial Manager sidebox ? (TM 1.4.5 on ZC 1.3.8).

I've experimented along the lines of this tutorial ...
http://www.www.zen-cart.com/tutorial...hp?article=135
... to no avail ... and I have visited many of the testimonial_manager phps ... ... just can't figure out what to do and where ...

Thanks if anyone can help.
Follow the instructions in the tutorial but look first in:

includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php

find:

define('BOX_HEADING_TESTIMONIALS_MANAGER', 'Testimonials');
and follow the instrucitons for changing this to your image.

Now open
includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php

follow the instructions for changing the

$title = BOX_HEADING_TESTIMONIALS_MANAGER;

If you prefer the last option in the tutorial then

You would follow the instructions for creating an image and then adding the following to your stylesheet.css

#testimonials-managerHeading {
margin: 0em;
background: url(../images/your_background_image.jpg) #ff6699;
padding: 0.5em 0.2em;
}

Hope this helps