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
Go to Site Setup page.
Click Folder Logo
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
File details
Details for the file collective.folderlogo-0.3.1.tar.gz
.
File metadata
- Download URL: collective.folderlogo-0.3.1.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e28c276224f2e54bfb92bb06606999830f78afd73646ece977a4cada2f4e4207 |
|
MD5 | 2abd058f77d77f2005219d180a39a729 |
|
BLAKE2b-256 | a0465ff5c17beb5d3988c5a429bb0f3b7cd4d4f335e4fc3eef59d04a98ec331d |