Skip to main content

Easily add and change logos in different folders for Plone.

Project description

Introduction

collective.folderlogo changes logo images under plone site or folders easily through plone site.

Tested for Plone-4.x and Plone-3.3.x

How To

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

This is it!!

For those who wants to use different id for logo images

  1. Go to Site Setup page.

  2. Click Folder Logo

  3. Update Logo ID

Changelog

0.3.1 (2011-03-29)

  • Initial release

collective.folderlogo Installation

To install collective.folderlogo into the global Python environment (or a workingenv), using a traditional Zope 2 instance, you can do this:

  • When you’re reading this you have probably already run easy_install collective.folderlogo. Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall

  • If you are using Zope 2.9 (not 2.10), get pythonproducts and install it via:

    python setup.py install --home /path/to/instance

into your Zope instance.

  • Create a file called collective.folderlogo-configure.zcml in the /path/to/instance/etc/package-includes directory. The file should only contain this:

    <include package="collective.folderlogo" />

Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:

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

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

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

    $ ./bin/buildout

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

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.folderlogo-0.3.1.tar.gz (15.7 kB view hashes)

Uploaded Source

Supported by

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