Album Liquid Drop

This drop represents an image album. Albums consistent of images. Albums can be accessed from any template or page by calling the albums collection or album from the album.liquid template.

An album drop has the following properties.

album.name

Returns the name for this album.

album.description

Returns the description for this album.

album.date

Returns the date this event is happening.

album.thumbnail

Returns the thumbnail image for this album.

album.images

Returns the collection of image drops for this album.

album.path

Returns the absolute path to this album.

Image Liquid Drop

This drop represents an image. Images can be accessed from any template or page by calling the albums collection or album from the album.liquid template and accessing an album's images.

An image drop has the following properties.

image.width

Returns the width for this image.

image.height

Returns the height for this image.

image.path

Returns the absolute path to this image.

image.page_path

Returns the absolute path to this image's album page.

image.comments

Returns the collection of comment drops for this image.

image.album

Returns the album this image is in as a drop.

image.next_image

Returns the next album image as a drop.

image.prev_image

Returns the previous album image as a drop.

Comments Drop

This drop represents an image comment. Comments can be accessed from any template or page by calling the albums collection or album from the album.liquid template, accessing an image, and calling the image's comments collection.

A comment drop has the following properties.

comment.created_at

Returns the date and time this comment was created.

comment.body

Returns the body of this comment.

comment.author

Returns the author name for this comment. If this comment has a non-blank author_url property set, it returns the name wrapped in a hyperlink to the author URL. Otherwise it returns the name in plain text.

comment.author_without_url

Returns the author name for this comment in plain text.

 
album_drop.txt · Last modified: 2008/12/09 21:33 by ianlotinsky