username= in exp:favorites:entries DOESN’T work
Posted: 03 March 2008 12:57 PM   [ Ignore ]
Jr. Member
RankRank
Total Posts:  37
Joined  2007-09-29

We have initially code

{exp:favorites:entries weblog="my_weblog" limit="10"}

<a href="{title_permalink='site/template'}">{title}</a><br />

{/exp:favorites:entries}

In docs:
http://www.solspace.com/docs/entry/favorites_21_entries_tag/

All {exp:weblog:entries} parameters can be used with this tag.

{exp:favorites:entries member_id="{segment_3}" work fine

{exp:favorites:entries username="{segment_3}" doesn’t work

Profile
 
 
Posted: 03 March 2008 01:04 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3256
Joined  2006-10-18

Have you tried it hard coded?

username="mitchell"

Actually, unless you mixed the two up, I find that the segment variable works with Username, and NOT Member ID smile

 Signature 
Profile
 
 
Posted: 03 March 2008 01:16 PM   [ Ignore ]   [ # 2 ]
Jr. Member
RankRank
Total Posts:  37
Joined  2007-09-29

I have http://qblog.nov.ru/panel/user/hunter2/

and
{exp:favorites:entries weblog="news" username="hunter2" limit="10"}
doesn’t work

If I change
I have http://qblog.nov.ru/panel/user/hunter2/5
{exp:favorites:entries weblog="news" username="{segment_3}" limit="10"}
doesn’t work

{exp:favorites:entries weblog="news" member_id="{segment_4}" limit="10"}
works fine

Profile
 
 
Posted: 03 March 2008 02:59 PM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

Pie Man,

Get this bug on our list. There’s no support in the code for username param right now. We’ll get it in there.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 20 May 2008 01:39 PM   [ Ignore ]   [ # 4 ]
Member
RankRankRank
Total Posts:  63
Joined  2007-05-31

Has this issue been addressed? I’d like to use this but will not be able to is “username” is not supported.

Thanks

Profile
 
 
Posted: 20 May 2008 01:44 PM   [ Ignore ]   [ # 5 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3256
Joined  2006-10-18
hothousegraphix - 20 May 2008 01:39 PM

Has this issue been addressed? I’d like to use this but will not be able to is “username” is not supported.

Thanks

hothousegraphix,

This feature is not yet available… although it is queued for the next release. smile

 Signature 
Profile
 
 
Posted: 20 May 2008 01:56 PM   [ Ignore ]   [ # 6 ]
Member
RankRankRank
Total Posts:  63
Joined  2007-05-31

Ahhh, ok...is there an ETA for the next release - days, weeks, months, year??? (I know I’m asking a question that probably can’t be answered, but, it never hurts to ask) grin

Profile
 
 
Posted: 20 May 2008 02:12 PM   [ Ignore ]   [ # 7 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3256
Joined  2006-10-18

My hope is within a couple months… wink

 Signature 
Profile
 
 
Posted: 28 September 2008 08:55 PM   [ Ignore ]   [ # 8 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3256
Joined  2006-10-18

We’ve now added favorites_member_id="” and favorites_username="” parameters to Favorites:Entries in Favorites 2.5.0

 Signature 
Profile