Posted by jbatista on August 24, 2009 at 3:18pm
Hello everyone!
I'm currently creating a newspaper portal and i'm i've managed to overide node page with panels 3, but now o would like to do the same to searche result page.
My node page is the folowing using panels : http://joaolfb.no-ip.org/Drupal/portal/node/1
Does anyone know how to do de same for : http://joaolfb.no-ip.org/Drupal/portal/search/node/belem ?
Thanks in advance for your help.
João Batista
Comments
Override results search
hi jbatista, i dont remember exactly, but i think you need to add this function YOURTHEME_preprocess_search_result(&$variables) in you theme TEMPLATE.php (in your theme / )+ create views (optionaly) to view results in another way. May find in themes more info about overriding results. Saludos.
Panels comes with a built-in
Panels comes with a built-in search node override panel page.
Just enable it and start doing stuff.
I know this post is a year
I know this post is a year old but I wonder if it is still relevant the idea that there is a search node override panel page? I am using the latest panels and Drupals 7 and trying to customize the search results output, to little avail.
It would be wonderful if I was just overlooking an obvious and already included predefined panel page.
Its not on Panels but in Page Manager
Its quite confusing but you can override it at YOURSITE/admin/build/pages and enabling the search-node page
I'm using it right now and I'm trying to figure out how to use Views as the display for what the Search module returns for various node types.
I've been trying to do the
I've been trying to do the same thing forever! I don't see the point of overriding the search results page, if you can't also make a custom search RESULT some how lol, unless I'm missing something.
Drupal 7 + Display Suite gives the perfect solution in views, but not for D6 =(
If you can find out how to get a search result view in D6 please report back! And I'll do the same.