CombiNews: Mode

LDF Member
Hi everybody,

I was wondering if there is a simple way to modify the gallery.php (based on the Zenpage-Default theme) to have a customized thumbnail.
I see in the code this function:

" title="<?php echo gettext('View album:'); ?> <?php echo getBareAlbumTitle();?>"><?php printCustomAlbumThumbImage(getBareAlbumTitle(), NULL, 260, 100, 260, 100); ?>

And it works if the "News on index page" is disabled.

If I have the "News on index page" enabled would be great to have a customized cropped image from the album.

I hope this request is clear enough.

Thanks in advance for your help.
Regards,
Luca

Comments

  • acrylian Administrator, Developer
    Please use backticks for code examples otherwise they break.

    No, that is not possible as the CombiNews is in news context while the normal image functions like those work in image context and there is no direct call to image functions within the news loop. They are generated in another place and printed by the newscontent functions.

    You could open a feature request ticket for this, then I might be able to add backend options for custom crops. Direct image function calling would be quite too complicated.
Sign In or Register to comment.