Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
ZenPhoto album thumbnails
Old 03-15-2010, 07:40 PM ZenPhoto album thumbnails
Novice Talker

Posts: 7
Trades: 0
Does anyone know their way around ZenPhoto? I want to change the way albums are displayed but cannot figure it out.

ATM, ZP shows 1 thumbnail image per album. I want it to show 3 unique images per album. How is it done? Thank you for your help.

PHP Code:
            <div id="albums">
            <?php while (next_album()): ?>
            <div class="album">

                        <div class="thumb">
                    <a href="<?php echo htmlspecialchars(getAlbumLinkURL());?>" title="<?php echo gettext('View album:'); ?> <?php echo getAnnotatedAlbumTitle();?>"><?php printAlbumThumbImage(getAnnotatedAlbumTitle()); ?></a>
                        </div>
                <div class="albumdesc">
                    <h3><a href="<?php echo htmlspecialchars(getAlbumLinkURL());?>" title="<?php echo gettext('View album:'); ?> <?php echo getAnnotatedAlbumTitle();?>"><?php printAlbumTitle(); ?></a></h3>
                                <small><?php printAlbumDate(""); ?></small>
                    <p><?php printAlbumDesc(); ?></p>
                </div>
                <p style="clear: both; "></p>
            </div>
            <?php endwhile; ?>
        </div>
danger_mouse494 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to ZenPhoto album thumbnails
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.07815 seconds with 12 queries