Results 1 to 3 of 3

Thread: Add link image instead of zoom

  1. #1
    New user
    Join Date
    10-14-12.
    Posts
    2

    Default Add link image instead of zoom

    Hello. I want to add link to image in news list. Link should forwarding to full news. I know where to delete link in news_latest.tpl but I dont know how to link image dynamically to full news. Please help!

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Add link image instead of zoom

    The default behaviour of the image is to zoom (if you checked fullscreen). You will have to wrap the image in an A link tag yourself in template using the $this->href which contains the URL to the story.

  3. #3
    New user
    Join Date
    10-14-12.
    Posts
    2

    Default Re: Add link image instead of zoom

    Hi, dont work in news_latest.tpl

    <a href="<?php echo $this->href; ?>">
    [img]<?php echo $this->src; ?>[/img]imgSize; ?> alt="<?php echo $this->alt; ?>" />
    </a>

    It links to image, I wanted link to full news just like "title" or "read more".

    I

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
  •