Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorchencho
    • CommentTimeMar 5th 2009 edited
     
    Hi, I am trying to get rid of the thumbnails from the front page(just the front), i want my viewers to navigate by text links... how do i do this pls? I am using the Air theme.

    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
    •  
      CommentAuthorkimparsell
    • CommentTimeMar 5th 2009 edited
     
    You need to remove the call for the thumbnails from the theme, not the core files. Open collections.php in the Air theme and look for:

    <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.
    • CommentAuthorchencho
    • CommentTimeMar 6th 2009
     
    thank you so much... it worked perfectly.
  1.  
    I was just going to ask the same question. Worked Perfect for me.

    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