Pixelpost

Authentic Photoblog Flavour

ArrowKeys v1.0

 
Download (2.2 KB)

Developer Description

Features

ArrowKeys is a Pixelpost Addon I threw together that allows visitors to navigate to the previous or next photo using the left or right keys on their keyboard.

This Pixelpost Addon will work out of the box with your blog as long as the output of <IMAGE_NEXT_LINK> and <IMAGE_PREVIOUS_LINK> tags are not modified. Otherwise, modifications in the PHP code must be made.

Installation

  • Upload arrowkeys.php to your Pixelpost 'addons' directory
  • Sign into Pixelpost admin
  • Turn ArrowKeys ON
  • Continue with setup by following instructions under the ArrowKeys section in the Pixelpost Admin.

Review Feedback

  • @arpatoz | RE: Google Chrome and flashing white screen | March 3, 2010 -- ArrowKeys simply comes down to JavaScript calling a URL, no different than a user clicking the previous or next link on your photo blog. This flashing white is not related to ArrowKeys and I was able to replicate the behaviour by clicking your previous/next links using my computer mouse.

Read All 5 Reviews » Write A Review

  1. Perfect 5
    lemonchicken 6 Months Ago Report as Spam

    with..

    window.onload = function() { document.onkeyup = function(event) { var e = (!event) ? window.event : event; switch(e.keyCode) { case 37: window.location.href = document.getElementById('prev').href; break; case 39: window.location.href = document.getElementById('next').href; break; }}; };

  2. Average 3
    jordiguerrero 11 Months Ago Report as Spam

    Not work in 1.7.3...

    Please help, thank you!

  3. Good 4
    arpatoz 2 Years Ago Report as Spam

    In Chrome, during transition between most (but not all) of the photos, the screen flushes white after installing this add-on. You can check it here: http://arpat.net/randfx