- Adds an output filter that changes all the internal link in a page (the ones with resolveuid) to the absolute url of that plone object.
- Adds the ILeadImage behavior to the Link content type so you can add an image to a link object.
- If the link is internal to the site, the page template of the actual link (if you have the right permissions) shows the absolute url of the linked object.
- If the link points to a deleted or an unpublished resource, you get redirected to the home page and a warning message is displayed.
If you come from a 0.1.x version, make sure to upgrade to the 2.0 and run the upgrade step before upgrading further to avoid issues.
Install collective.smartlink by adding it to your buildout:
[buildout]
...
eggs =
collective.smartlink
and then running bin/buildout
- Issue Tracker: https://github.com/RedTurtle/collective.smartlink/issues
- Source Code: https://github.com/RedTurtle/collective.smartlink
If you are having issues, please let us know.
The project is licensed under the GPLv2.