Member
Member
MarB   2010-05-12, 13:06
#1
Hi,
I'm trying to display album with few sample images on album.php. I thought that this should do the job:

`
<?php while (next_album()): ?>
<?php getBareAlbumTitle();?>">
<?php echo getBareAlbumTitle();?>
<p class="grid_4"><?php echo truncate_string(getBareAlbumDesc(),235);?>



<?php while (next_image()): ?>
<?php printCustomSizedImageMaxSpace('Image',270,180);?>
<?php endwhile; ?>
<?php endwhile; ?>
`
This kind of works. But it ignores first album (displays Album title but no thumbs. Is it bug or is there a problem between monitor and keyboard? Thanks for any suggestions.
Member
Member
MarB   2010-05-13, 14:37
#2
Don't know what I did, but it just started to work like a charm.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.