Re: Testimonial Manager Support Thread
I would like to replace the "sidebox header text" with an image like I have on all my other sideboxes. For my other sideboxes I edited the english.php file and put it in there. How can I do that for this module?
Excellent mod by the way!!
Thanks
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
pwoens
I would like to replace the "sidebox header text" with an image like I have on all my other sideboxes. For my other sideboxes I edited the english.php file and put it in there. How can I do that for this module?
Excellent mod by the way!!
Thanks
includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
Thanks Clyde....which folder would I place the image in? After I modify the above code to read "define('BOX_HEADING_TESTIMONIALS_MANAGER', 'bg_testimonies.gif');" I just see bg_testimonies.gif instead of the image. I even tried to path it out fully and it didnt work?
Thanks again!
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
pwoens
Thanks Clyde....which folder would I place the image in? After I modify the above code to read "define('BOX_HEADING_TESTIMONIALS_MANAGER', 'bg_testimonies.gif');" I just see bg_testimonies.gif instead of the image. I even tried to path it out fully and it didnt work?
Thanks again!
I'd suggest includes/templates/YOUR_TEMPLATE/images/
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
I'd suggest includes/templates/YOUR_TEMPLATE/images/
I did place it there and it doesnt like it for some reason? any other ideas? thanks
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
pwoens
I did place it there and it doesnt like it for some reason? any other ideas? thanks
open includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
find the following line of code:
PHP Code:
$title = BOX_HEADING_TESTIMONIALS_MANAGER;
and replace it with the following:
PHP Code:
$title = zen_image(DIR_WS_TEMPLATE_IMAGES . BOX_HEADING_TESTIMONIALS_MANAGER);
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
open includes/modules/sideboxes/YOUR_TEMPLATE/
testimonials_manager.php
find the following line of code:
PHP Code:
$title = BOX_HEADING_TESTIMONIALS_MANAGER;
and replace it with the following:
PHP Code:
$title = zen_image(DIR_WS_TEMPLATE_IMAGES . BOX_HEADING_TESTIMONIALS_MANAGER);
That was it!! This has been the best experience I have ever had on the Zen support forum, hands down!! Thanks a ton for your time and help!!
Re: Testimonial Manager Support Thread
Hi Clyde,
I have your mod working on another site without a hitch (1.3.8a), but my latest install on a 1.3.7 site will not send the site owner notification nor the activation email The first one (notification of posting) is received OK.
I have checked and rechecked the install and everything looks good. I even reinstalled it with the same results. Any pointers as to what may be the problem would be appreciated.
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
awhfy99
Hi Clyde,
I have your mod working on another site without a hitch (1.3.8a), but my latest install on a 1.3.7 site will not send the site owner notification nor the activation email The first one (notification of posting) is received OK.
I have checked and rechecked the install and everything looks good. I even reinstalled it with the same results. Any pointers as to what may be the problem would be appreciated.
Which version of Testimonial Manager are you using on your ZC 1.3.7 site?
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
awhfy99
:yes: Never mind, it wasn't in templates/
I found it in
modules/pages/display_all_testimonials/header_php.php
I reversed it like I did in the above attempt and it now sorts the way I need. Guess I was looking in the wrong place! Thanks!
UPDATE
This ceased to work after a year or so, don't know if it was a php upgrade or a db change.