Teaser Image link as an option?
hbar - July 27, 2007 - 03:17
| Project: | Teaser Images |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
Would it be possible to have the Teaser Image link as an option? Ie, so it could be not clickable? I think I could edit these lines in your module:
<?php
$image_tag = ''
. '<a target="_blank" href="' . $image_regular . '" >'
. '<img src="' . $image_teaser . '" />'
. '</a>';
?>but I'd rather not start hacking outside my 'Sites' folder. And my PHP (beyond copy and paste) is non-existent! :(
Thanks for Teaser Images btw, it's really useful! :)
--
Jim

#1
Jim, taking out a href tag does not change links behavior. Because, in my case, links come added by img_assist module.
I second this feature request. I terribly need to disable links of teaser images on my site. I use img_assist, which can put images without
links, but the problem is that it is just impossible to control so that users would place linked image to node bodies and separately images without links to teasers. So I would like to have this done automatically.