category, category_group parameters within {exp:favorites:entries} not working
Posted: 29 May 2007 08:32 AM   [ Ignore ]
Newbie
Rank
Total Posts:  29
Joined  2006-09-16

Hello hello grin

I would like to exclude a few categories from the exp:favorites tag but it does not seem work:

My code:

{exp:favorites:entries weblog="not articles" limit="10" username="CURRENT_USER" category="not 48|49|50"}
[
...

Does not exclude categories 48, 49 and 50.

This code:

{exp:favorites:entries weblog="not articles" limit="10" username="CURRENT_USER" category_group="not 4"}
[
...

Does not exclude the category group.

Then I tried this code instead:

{exp:favorites:entries weblog="not articles" limit="10" username="CURRENT_USER" }

<tr>

<
td class='tableCellOne'><div class='defaultBold'>{entry_date format='%F''%d'}</div></td>
<
td class='tableCellTwo'><a href="{title_permalink=/{my_template_group}/detail/}">{title}</a></td>     
<
td class='tableCellTwo'>{categories show="not 48|59|50“}<div class='defaultBold'>{category_name}</div>{/categories}</td>     
{/exp:favorites:entries} 

No success. :-(

I assume it is a bug? Or is there something I did wrongly?

Thank you as always,

Maleika

Profile
 
 
Posted: 29 May 2007 11:00 PM   [ Ignore ]   [ # 1 ]
Sr. Member
Avatar
RankRankRankRank
Total Posts:  336
Joined  2005-07-09

Maleika, I’ll try to reproduce it, and get back to your with results.

 Signature 

Ingmar Greil

Profile
 
 
Posted: 30 May 2007 02:14 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  29
Joined  2006-09-16

Wonderful, Ingmar. Many thanks.

Profile
 
 
Posted: 30 May 2007 11:27 PM   [ Ignore ]   [ # 3 ]
Sr. Member
Avatar
RankRankRankRank
Total Posts:  336
Joined  2005-07-09

Maleika, thanks for your patience. I might need a few more hours to work this out.

 Signature 

Ingmar Greil

Profile
 
 
Posted: 02 June 2007 02:06 PM   [ Ignore ]   [ # 4 ]
Sr. Member
Avatar
RankRankRankRank
Total Posts:  336
Joined  2005-07-09

Sorry it took a bit. I get the same result, so we’ll run this by the coders.

 Signature 

Ingmar Greil

Profile
 
 
Posted: 02 June 2007 02:41 PM   [ Ignore ]   [ # 5 ]
Administrator
Avatar
Rank
Total Posts:  17
Joined  2005-03-22

I’ll take a look at it. I probably won’t get to it until Monday though.

 Signature 
Profile
 
 
Posted: 02 June 2007 08:16 PM   [ Ignore ]   [ # 6 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  736
Joined  2004-03-30

Thanks Ya’ll,

Filtering by category group is not enabled in the current version of Favorites. We’ll have to build that in. I’ll see if I can update a number of things on the Favorites module this weekend.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 22 June 2007 11:58 PM   [ Ignore ]   [ # 7 ]
Newbie
Rank
Total Posts:  29
Joined  2006-09-16

Thanks everyone. Category exclusion would also be a great feature.

Thanks and have a great weekend,

Maleika

Profile