That's definitely going to be your theme. Your theme's search.php file probably displays the posts using $post->content_excerpt; (like the charcoal theme) . Just change this to $post->content_out; (like the K2 theme) and you should get the desired results.
HTH Colin On Fri, Aug 27, 2010 at 11:31 PM, Paul <[email protected]> wrote: > Yep, sorry for poor explanations. > > I meant if I do a search request I'll see results as text only, all > pictures and other media will be cut-off. > > On 27 авг, 11:51, Colin <[email protected]> wrote: > > Hi Paul > > > > Can you please elaborate further. You can modify the behaviour and > output > > of the search page in the search.php file within the theme. > > > > Cheers, > > Colin > > > > > > > > On Fri, Aug 27, 2010 at 8:54 AM, Paul <[email protected]> wrote: > > > Hi > > > > > Me again :) > > > > > Is it possible to display pictures here: > > > > >http://localhost/search?criteria=some_words > > > > > Thanks. > > > > > -- > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected] > > > For more options, visit this group at > > >http://groups.google.com/group/habari-dev > > > > -- > > Colin Seymour > > Blog:http://colinseymour.co.uk > > Tech Stuff:http://lildude.co.uk > > Barefoot Running:http://barefootrunner.co.uk > > IRC: lildude #habari > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/habari-dev > -- Colin Seymour Blog: http://colinseymour.co.uk Tech Stuff: http://lildude.co.uk Barefoot Running: http://barefootrunner.co.uk IRC: lildude #habari -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
