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
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
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!
open includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
find the following line of code:
and replace it with the following:PHP Code:
$title = BOX_HEADING_TESTIMONIALS_MANAGER;
PHP Code:
$title = zen_image(DIR_WS_TEMPLATE_IMAGES . BOX_HEADING_TESTIMONIALS_MANAGER);
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.
Bookmarks