Hello,
I'm actually working on Plone 3.1.2.
I wanted to add the "Add to favorite" link in the header of my website but i met some problems.
So, here is how i proceed :
- go to zope management interface
- portal_actions > sites_actions
- then i add my action addtofavorite with thoses options :
title : Add to favorites
url : string:${object_url}/addtoFavorites
permissions : view
No conditions, no icon.
So my problem is : when i click on the link with my user authenticated, i have the error message : "Can't access home folder. Favorite is not added."
It's the same with Firefox or Internet Explorer.
Best regards, Flavien.