Results 1 to 10 of 7098

Threaded View

  1. #11

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Ryk View Post
    BRILLIANT!!



    Thank you - that's superb.
    Cheers!

    Quote Originally Posted by Ryk View Post
    One possibility for improvement that you may be able to rattle off the top of your head, but which would take me hours of trial and error

    Could it be made obvious that the attribute image is now a link? The mouse pointer doesn't change when rolled over.
    /includes/templates/YOUR_TEMPLATES/css/stylesheet.css

    attribImg { cursor: pointer; cursor: hand; }

    ...or...

    attribImg img { cursor: pointer; cursor: hand; }

    ...ought to do it.

    Alternatively:

    $image = '<a href="javascript: popupWindow(\'http://YOUR_DOMAIN/index.php?main_page=popup_image&src='.zen_output_s tring($src).'\')"><img src="thumb.php?src=' . zen_output_string($src) . '&x=100&y=41&f=0" alt="' . zen_output_string($alt) . '"';

    if (zen_not_null($alt)) {
    $image .= ' title=" ' . zen_output_string($alt) . ' "';
    }

    if (zen_not_null($parameters)) $image .= ' ' . $parameters;

    $image .= ' /></a>';


    ColinR
    Last edited by colinr; 16 Nov 2006 at 12:51 AM.

 

 

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. 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
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR