Skip to main content

Collage view to display tagged images (collective.imagetags)

Project description

Introduction

Adds a “Image tags” layout view in Collage to display object images tagged with collective.imagetags.

Layouts are registered only for objects providing the following interfaces:

  • Products.ATContentTypes.interfaces.IATImage

  • Products.ATContentTypes.interfaces.IATNewsItem

A special “Settings” viewlet is added in the Collage viewlet manager to set the scale to use to show the tagged image.

Extending

To provide this layout to your custom content types just copy the code below (as stated in browser/configure.zcml):

<browser:page
    name="tags"
    for="<your_interface_here>"
    permission="zope.Public"
    class="collective.collage.imagetags.browser.views.ImageTagsView"
    layer="Products.Collage.interfaces.ICollageBrowserLayer"
    />

If you want to use a special template, add a template attribute. If not, a default template will be used from browser.views.ImageTagsView.

Features

  • i18n support (English and Spanish translations)

  • Tested in Plone 4.0b5 with Collage 1.3.0_b4

  • Settings viewlet displays an inline z3c.form to set preferences for the layout (available image scales for current object)

  • Depends on Product.Collage and collective.imagetags. They will automatically fetched during buildout and installed during installation of this product.

Installation

  • Add collective.collage.imagetags to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        collective.collage.imagetags
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        collective.collage.imagetags
  • Re-run buildout, e.g. with:

    $ ./bin/buildout

You can skip the ZCML slug if you are using Plone 3.3 or if you are going to explicitly include the package from another package’s configure.zcml file.

Authors and Contributors

  • Marcos F. Romero <marcos.romero {at} inter-cultura {dot} com> (developer)

  • Juan Pablo Gimenez <jpg {at} rcom {dot} com {dot} ar> (advisor)

Changelog

1.0.1 (2010-07-28)

  • Image tags settings form has now just one field with combined image_scale options

Warning: If you have version 1.0 installed, you’ll see a “Selected object has no image field” legend after installing this update. You’ll have to manually edit the layout settings with a new scale.

1.0 (2010-07-23)

  • Initial release

  • Configurable ‘tags’ layout for Collage

  • i18n support

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.collage.imagetags-1.0.1.tar.gz (22.2 kB view details)

Uploaded Source

File details

Details for the file collective.collage.imagetags-1.0.1.tar.gz.

File metadata

File hashes

Hashes for collective.collage.imagetags-1.0.1.tar.gz
Algorithm Hash digest
SHA256 c3e80646f13b9305252f83f183028578904985ffd85c45ce767bfe8784bad1ea
MD5 629088493604b58b75126ffae53c8d87
BLAKE2b-256 1edd82743d5c795ecb53619cb1425b83cba6e7707107d6039d7e8de65e7f2fb9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page