Recent Topics

1 Aug 18, 2013 18:07    

v5.0.5

Can you guys update the function to include the image title in the image "a" link?

at the moment it only have the "href", "id", "rel"... if the user clicks on the image and it opens the image in the lightbox for "teaser" or "after teaser" it displays the image title (if any), but it does not do so for inline image rendering...

2 Aug 18, 2013 18:16

item.class.php LINE:6424

from:

$params['after_image'], $params['image_size'], $link_to, '', $link_rel, '', '', '', $current_link_caption );

to:

$params['after_image'], $params['image_size'], $link_to, $link_title = $this->title, $link_rel, '', '', '', $current_link_caption );


Form is loading...