Changing search results

Hi everyone,

Has anyone managed to successfully change the layout of their search results in Drupal 6? I am using the default Search module and the defaul layout uses a data definition list and shows a title and a teaser. Ideally I need this to be an ordered list and also remove the extra data at the bottom which reads "Page - Anonymous - 04/06/2010 - 15:01 - 0 comments" for example.

I have created a search-results.tpl.php file in my theme directory but I'm unsure how to edit this exactly as $search_results is automatically wrapped in <dd></dd> tags.

Any help would be great.

Garry.

Robert Castelo's picture

Display Suite module

Have a look at Display Suite module

http://drupal.org/project/ds

darren's picture

Have you overridden both

Have you overridden both search-results.tpl.php and search-result.tpl.php?