Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default 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

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by pwoens View Post
    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

  3. #3
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    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!

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by pwoens View Post
    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/

  5. #5
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    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

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by pwoens View Post
    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); 

  7. #7
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    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!!

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 262
    Last Post: 26 Jun 2025, 10:42 AM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg