Page 1 of 1

Articles don't show up in category with Umlauts

Posted: Tue Jan 29, 2008 4:58 pm
by mo
I have no idea why, but in my blog the category "50 Bücher für 2008" doesn't show any entries. Both admin interface and article view correctly display two articles assigned to this category.

What's wrong? My only guess is that, since I have removed IDs from the URLs, the lookup isn't performed correctly.

Re: Articles don't show up in category with Umlauts

Posted: Tue Jan 29, 2008 8:30 pm
by garvinhicking
Hi!

Because of the "50" in front of the category name, it might get interpreted as a wrong permalink. Either if you rename the category or if you re-add %ID%s to the URL, it should work again.

I've also patched this bug in the current s9y repository (1.3-alpha) so that it'll be fixed for future versions.

Regards,
Garvin

Posted: Fri Feb 01, 2008 1:07 am
by mo
Thanks for the quick answer.

Can you hint me towards where in the source I can find the ID parsing to remove it?

Posted: Fri Feb 01, 2008 1:26 am
by garvinhicking
Hi!

Yes, does this help:

http://svn.berlios.de/viewcvs/serendipi ... 91&r2=2098


Regards,
Garvin

Posted: Fri Feb 01, 2008 1:38 am
by mo
You're incredible. Works perfectly!