This package provides an Dexterity content type for Venue with geolocation support for use with events or any other location specific content.
Event Venue Settings Control panel.
Event location behavior called collective.venue.default_venue.
Event organizer behavior called collective.venue.default_organizer.
Dexterity content type called Venue with geolocation support.
Venue Display Tile for Plone Classic UI.
This product has been translated into:
- German
- Italian
- Spanish
If you installed Plone with Cookieplone, you can install collective.venue add-on
from a source control system such as GitHub.
Add a line with collective.venue in the backend/requirements.txt file.
collective.venue
Next add the add-on to zcml_package_includes in the file backend/instance.yaml so
that its configuration will load.
default_context:
zcml_package_includes: project_title, collective.venue
Finally, add the package's source to the mx.ini file.
[collective.venue] url = https://github.com/collective/collective.venue.git pushurl = git@github.com:collective/collective.venue.git branch = master
To actually download and install the new add-on, run the following command.
make backend-build
Now restart the backend.
If you installed Plone with buildout, you can install collective.venue add-on
by adding it to your buildout eggs list like so:
[buildout]
...
eggs =
collective.venue
and then running bin/buildout
Now restart the instance.
- Issue Tracker: https://github.com/collective/collective.venue/issues
- Source Code: https://github.com/collective/collective.venue
If you are having issues, please let us know at our issue tracker.
The project is licensed under the GPLv2.





