Plogger Support Forum - Dont want thumbnails in the main page Fri, 29 Mar 2024 06:28:42 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Dont want thumbnails in the main page http://www.plogger.org/forum/comments.php?DiscussionID=2540&Focus=10045#Comment_10045 http://www.plogger.org/forum/comments.php?DiscussionID=2540&Focus=10045#Comment_10045 Thu, 05 Mar 2009 06:40:51 +0000 chencho
I think it is somewhere in the plog-functions.php file at the function plogger_init() function, i don't know what to disable.

Pls help.

Thanks]]>
Dont want thumbnails in the main page http://www.plogger.org/forum/comments.php?DiscussionID=2540&Focus=10047#Comment_10047 http://www.plogger.org/forum/comments.php?DiscussionID=2540&Focus=10047#Comment_10047 Thu, 05 Mar 2009 07:12:18 +0000 kimparsell
<a href="<?php echo plogger_get_collection_url(); ?>">

<?php // generate XHTML with thumbnail and link to album view ?>
<img class="photos" src="<?php echo plogger_get_collection_thumb(); ?>" title="<?php echo $name; ?>" alt="<?php echo $name; ?>" /></a>

Delete that, save the file and reupload it to your server.

If you are still having issues, let me know (along with a link to your gallery) and I'll take a look.]]>
Dont want thumbnails in the main page http://www.plogger.org/forum/comments.php?DiscussionID=2540&Focus=10054#Comment_10054 http://www.plogger.org/forum/comments.php?DiscussionID=2540&Focus=10054#Comment_10054 Fri, 06 Mar 2009 02:51:28 +0000 chencho Dont want thumbnails in the main page http://www.plogger.org/forum/comments.php?DiscussionID=2540&Focus=10058#Comment_10058 http://www.plogger.org/forum/comments.php?DiscussionID=2540&Focus=10058#Comment_10058 Fri, 06 Mar 2009 10:09:56 +0000 ckinteractivedesign
How would I go about getting rid of the next level of entering the album level in theme 'air'?
For example I want to completely skip the thumbnail images of the album and go directly to the Intermediate image with the thumbnails listed below.
I realize that I would be deleting the page that has the "view as slideshow" link.

CK]]>