Javascript

This plugin has a light javascript implementation that is optional but enabled by default.

The scripts do two things:

  1. Convert the timestamp to a human readable date like "two minutes ago" if the moment is not older than 3 days.
  2. Add a lightbox with keyboard controls. You can use the Arrow keys to navigate back and forth and the Esc key to go back to the grid.

Disable Javascript#

You can remove the Javascript by setting 'moinframe.moments.lightbox' => false in your config.php. See the configuration for more information.