The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Labyrinth::Plugin::Images - Plugin Images handler for Labyrinth

DESCRIPTION

Contains all the image handling functionality for the Labyrinth framework.

PUBLIC INTERFACE METHODS

The following are convience methods to provide the appropriate functionality to list the require number of random images for the page.

These are to be deprecated in the future, in favour of using configuration settings and/or parameter values.

Random()

Stores a random image in template variable 'irandX', where X is 1.

Random4()

Stores 4 random images in template variable 'irandX', where X is 1 to 4.

Random6()

Stores 6 random images in template variable 'irandX', where X is 1 to 6.

Random8()

Stores 8 random images in template variable 'irandX', where X is 1 to 8.

LOCAL INTERFACE METHODS

RandomN()

Provide 'n' random images, prefixed in a template variable with 'irand'.

ADMIN INTERFACE METHODS

Note that in all cases the images referred to do not include photos uploaded via the Album plugin, for photo albums.

List

List all uploaded images.

Add

Create a template variable hash for a new image.

Edit

Edit the attributes of a given image.

EditAmendments

Additional drop downs and fields for editing.

Save

Save a given image.

Delete

Delete a given image.

Provide a set of images as a gallery for selection.

SEE ALSO

Labyrinth

AUTHOR

Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/

COPYRIGHT & LICENSE

  Copyright (C) 2002-2015 Barbie for Miss Barbell Productions
  All Rights Reserved.

  This module is free software; you can redistribute it and/or
  modify it under the Artistic License 2.0.