Results 1 to 10 of 156

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Image Titles Support Thread

    I think the subscribe_header.php you posted was irrelevant to the sidebox problem.

  2. #2
    Join Date
    Oct 2009
    Posts
    29
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    okay, sorry.

    Any idea on how to use a image for the newsletter - I don't want it to look different, and I don't want to scrap the whole design...help please

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Image Titles Support Thread

    It looks like you could edit /includes/languages/english/extra_definitions/your_template/newsletter_subscribe_definitions.php:
    PHP Code:
      define('BOX_HEADING_SUBSCRIBE''Newsletter'); // sidebox title 
    insert the image code here:
    PHP Code:
      define('BOX_HEADING_SUBSCRIBE''<img src="yourimagesource"/>'); // sidebox title 
    You could also use the zen_image() function in place of the hard-coded <img etc.

  4. #4
    Join Date
    Oct 2009
    Posts
    29
    Plugin Contributions
    0

    Default Re: Image Titles Support Thread

    Quote Originally Posted by gjh42 View Post
    It looks like you could edit /includes/languages/english/extra_definitions/your_template/newsletter_subscribe_definitions.php:
    PHP Code:
      define('BOX_HEADING_SUBSCRIBE''Newsletter'); // sidebox title 
    insert the image code here:
    PHP Code:
      define('BOX_HEADING_SUBSCRIBE''<img src="yourimagesource"/>'); // sidebox title 
    You could also use the zen_image() function in place of the hard-coded <img etc.
    thanks as always Glenn, it worked perfectly!

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. Rotating Image Slider [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 8 Jun 2018, 02:16 AM
  3. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  4. AJAX IMAGE Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 785
    Last Post: 13 Jan 2016, 11:48 PM
  5. Additional Image Titles [support]
    By gjh42 in forum All Other Contributions/Addons
    Replies: 67
    Last Post: 16 Sep 2011, 04:28 AM

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