Hi!
I have a few views with Search Tems filter and taxonomony ID argument filtering.
So the base url of the view is : /partners/nodeview, so i get the list of all nodes
if the url is: /partners/nodeview/12, than i get all the nodes in taxonomy term 12.
this is fine!
But, the Search Terms filter always uses the current view url for the FORMs action value, so if i search under a specific termid, I only get results with nodes from that term.
All i would like to achive is to change teh FROMs action value to the base path of view!
I've followed this description http://drupal.org/node/320992 with the function MYTHEME_preprocess_views_exposed_form(&$vars, $hook) , but i couldn't achieve the desired result
Any help is welcome
Comments
Comment #1
dawehnerAfaik you should use hook_form_alter to set actions of buttons .
Comment #2
esmerel commentedSolution suggested, no response.