Member
Member
egrigson   2012-06-29, 14:42
#1
I'm trying to create an index page which lists all the albums in my entire gallery, which I'd like to display on a Zenpage. I'm using the following code in a codeblock;
<?php while (Next_Album($true)): ?>
<h3><?php echo getAlbumTitle(); ?></h3>
<?php endwhile; ?>

This works in that a list of album names is generated, but it only includes the first page of albums as shown on my index.php page. How can I get a list of all albums without pagination?
Administrator
Administrator
acrylian   2012-06-29, 14:46
#2
The print_album_menu plugin is the easiest.
Member
Member
egrigson   2012-06-29, 15:47
#3
That looks like a great starting point, thanks for the swift response!
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.