Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Help with PHP syntax on sidebox

    I'm trying to create a clickable image on the blank sidebox. So far I have this code on the tpl_blank_sidebox.php

    $content .= '<center>
    <a target="_blank" href="'.MODULE_PINKBUTTERFLY_URL . '">' .
    zen_image(DIR_WS_TEMPLATE_IMAGES . MODULE_PINKBUTTERFLY_IMAGE_FILENAME, MODULE_MEMBER_ALT_TEXT ) .
    '</a>
    </center>';

    I have defined MODULE_PINKBUTTERFLY_IMAGE_FILENAME on the same file on the topmost portion along with the url. Here is how I defined it:
    define('MODULE_PINKFLOWER_IMAGE_FILENAME', 'pinkflower.jpg');

    However when the sidebox goes live, all I see is the alt text but the clickable link works. How do I get the image to show up?

    Thanks!

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Help with PHP syntax on sidebox

    What directory is the image in?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Re: Help with PHP syntax on sidebox

    Its in the root images directory.

  4. #4
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Re: Help with PHP syntax on sidebox

    On I got it! by the way it is written it should be in the template images directory! So I went back and transfered it to the images template. Great now it works!! Thanks for pointing me to the right directrion!

    For my education if I want the images to be in the main root image directory, how should I write the code?

 

 

Similar Threads

  1. Crafty Syntax Live Help Sidebox support zc 1.3.7x?
    By marksu in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 1 Aug 2009, 08:04 AM
  2. Help on Crafty Syntax Live Help Sidebox
    By pzgoozi in forum General Questions
    Replies: 0
    Last Post: 29 Jun 2008, 07:13 PM
  3. Help with PHP syntax please?
    By sunflowertami in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Jun 2008, 11:48 AM
  4. PHP syntax help
    By KTNaturals in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 28 Feb 2007, 01:48 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