collective.folderlogo

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by Taito Horiuchi last modified Apr 21, 2011 07:09 PM

Easily add and change logos in different folders for Plone.

Project Description

Introduction

collective.folderlogo changes logo images and their background under plone site or folders easily through the web.

Currentry Tested With

  • Plone-4.1b2
  • Plone-3.3.5

How To

After the installation, add Image with ID logo under plone site or whatever folder you want to change logo.

  • Plone-3.3.5 gives image ID from the actual image file name to Image Content Type by default, so remember to change ID to logo.

Changing ID of images

  1. Go to Site Setup page

  2. Click Folder Logo

    Logo ID, background color and image ID can be changed here.

  3. Update

Installation

Use zc.buildout and the plone.recipe.zope2instance recipe to manage packages:

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

    [buildout]
    ...
    eggs =
        ...
        collective.folderlogo
    
  • Re-run buildout, e.g. with:

    $ ./bin/buildout
    

Changelog

0.4.1 (2011-04-21)

  • Browser layer added.

0.4.0 (2011-04-15)

  • Background image and color configuration is added.

0.3.1 (2011-03-29)

  • Initial release

Credits

  • Pekka Saari from the Finnish Association for Nature Conservation (Suomen Luonnonsuojeluliitto) who uses this package in their site: http://www.sll.fi

Self-Certification

[ ] Internationalized

[X] Unit tests

[X] End-user documentation

[X] Internal documentation (documentation, interfaces, etc.)

[ ] Existed and maintained for at least 6 months

[X] Installs and uninstalls cleanly

[X] Code structure follows best practice

Current Release
collective.folderlogo 0.4.1

Released Apr 21, 2011

Download file Get collective.folderlogo for all platforms
collective.folderlogo-0.4.1.zip
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
0.4.1 Apr 21, 2011 More about this release… GPL final
0.4.0 Apr 15, 2011 Background image and coloring. More about this release…
Plone 4
Plone 3
GPL final
0.3.1 More about this release… GPL pre-release

Comments (0)