Not signed in (Sign In)

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

  1.  
    I am new to Plogger and very interested in integrating it into our existing Web site. Our visitors are used to moving through pages of small thumbnails by clicking on "next" and "previous" buttons at the top of the page. Two questions:

    How can Plogger's [1] [2] >> indicators be moved from the bottom to the top of the page?

    Can the [1] [2] >> indicators be changed to a "next" "previous" type of interface? One of the posted galleries at http://camphaze.org/camp-photos/index.php does just that.

    Thanks,

    Brian
  2.  
    to move the pagination, you'll need to move line ~679 in gallery.php (probably without the table tags), something like:

    $output .= '.generate_pagination($p_url, $page, $num_items, $config["thumb_num"]).';

    to wherever you want to fit it in (sorry, I took a quick look but couldn't come up with a good place to put it)
    --------
    in the plog-functions.php file
    line ~282:
    the &laquo; generates the << , just change it to previous

    line ~295:
    the &raquo; generates the >>, just change it to next