Problem with displaying Shared and Entries tags
Posted: 12 February 2008 02:59 AM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2008-02-08

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! smile

Many thanks

Profile
 
 
Posted: 12 February 2008 04:59 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  2
Joined  2008-02-08

red face

I knew it was something simple… dynamic=“off” in the entries and shared tags did the trick.

Apologies!

Profile
 
 
Posted: 12 February 2008 07:14 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  8290
Joined  2006-10-18

hehe, I was just going to suggest that grin

Glad you got it solved! smile

 Signature 
Profile