categories not showing in search

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
h-3-o

categories not showing in search

Post by h-3-o »

hi folks!

i've some problems with my serendipity installation. i wrote my own template and just noticed a bug that i'm not able to solve... the problem is, that the categories won't show in the entry when i'm using the search. normal category or archive display is no problem, just using the search, the category display is blank.

my code is:

{if $entry.categories}
{foreach from=$entry.categories item="category"}
<a href="{$category.category_link}" class="content_small">{$category.category_name|@escape}</a>
{/foreach}
{/if}

has anybody else had similar problems? using the forum search didn't bring up any relevant topics... waiting desperately for any anwsers!

cheers!

mike

ps. you can go see the error on http://www.bkanal.ch/blog
use the blog to provoke the error.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: categories not showing in search

Post by garvinhicking »

Please upgrade your serendipity version, that was a bug that has been fixed in 0.9.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply