Not signed in (Sign In)

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

  1.  
    Hello friends,
    Can anyone help me adding buttons on the bottom of the image?

    If you see this link http://www.supertelugu.com/gallery/supertelugu_tollywood_gallery/current_wallpapers/current_wallpapers-3.jpg
    after seeing the image, visitor again has to scroll up to go to the next image...

    Is there any way i can have another buttons at the bottom of the image..
    kindly help
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 16th 2009
     
    supertelugu,

    If you are using the Plogger beta 3 version, the code would be as follows.

    Open 'picture.php' from the theme file you are using (I'm assuming the default theme) and look for the following code:
    print ' <table style="width: 100%;">
    <tr>
    <td id="prev-link-container">
    '.$prev_link.'
    </td>
    <td id="next-link-container">
    '.$next_link.'
    </td>
    </tr>
    </table>';

    just copy this code where you want the other previous / next links to be (below the image display).
    • CommentAuthorsupertelugu
    • CommentTimeJun 18th 2009 edited
     
    thanks a lot sid, it works