Not signed in (Sign In)

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

    • CommentAuthordaggz
    • CommentTimeMar 15th 2009
     
    I was just wondering that insead of clicking the "next" button to navigate to the next image weather or not it would be possible to click the image that is currently being displayed to navigate to the next image instead. I have found the code used to do this <code>'.$next_link.'</code>but am not sure where to place it in order for ths to happen. It would be the same as facebook is at the moment.

    Many thanks
    • CommentAuthordime
    • CommentTimeMar 19th 2009
     
    I think that you should change plogger_get_source_picture_url(); with plogger_get_next_picture_link(); in picture.php file of your theme.
    • CommentAuthordaggz
    • CommentTimeMar 19th 2009
     
    Doesn't work im afraid. It just adds a small underlined "next" link at the bottom left of the picture. when you click that it goes nowhere. Is there nothing in the main php structure which specifies what clicking the image does. when you log into the admin section of plogger there is an option to open full image on click or diable so that it does nothing. this means there must be a way of adding maybe a 3rd option to go to next image instead of open full size image or do nothing.
    • CommentAuthordime
    • CommentTimeMar 19th 2009
     
    Yeah, my mistake. You should tried plogger_get_next_picture_url(); and not plogger_get_next_picture_link();. I tested it and it is working on my installation.
    • CommentAuthordaggz
    • CommentTimeMar 20th 2009
     
    Job done m8. I actually ended up fixing it yesterday by accident. Thanks for your help.