Hi, I have 2 issues which I believe may have the same root problem. I’m using the Entries tag to display the current logged in users favourites and the Shared tag to show associated favourites from other users:
List My Favourites
{exp:favorites:entries weblog=“Archives” limit=“10” status=“ARCHIVE”}
{A_ArchiveName}{/exp:favorites:entries}
This only returns one entry, not a complete list. If the current entry being viewed is not a favourite it will not return any favourites at all. Its my understanding that it should list your saved favourites regardless of which entry you are viewing?
Shared Favourites
{exp:favorites:shared weblog=“Archives” limit=“10” status=“ARCHIVE”}
{A_ArchiveName}{/exp:favorites:shared}
This does not return any favourites, though there are associated favourites added by other users.
I’m sure its something simple I’m missing somewhere! ![]()
Many thanks
