Hello everyone,
I recently have been using the taxonomy_browser...very nice, very simple. However, on the "Browse Results" page, at the bottom along with your results, you also get the entire taxonomy browser form. Does anyone know of a way to remove this form from the bottom of the "results page?" It only occurs on the first "results page", meaning if your results are 25 pages in length you would get this form only on page one. My thinking is to either have it on the bottom of EVERY page in the results set or none at all. I have gone through the code, but I believe this occurence of the taxonomy_browser form is used for paging...that is, identify page one within the results set by placing this form on it...every instance of this form will then ALWAYS be on page one within a results set. I don't know how right/wrong my assumption is, I would just like more control over the layout format. Any ideas?
Thanks for reading,
Larry
Comments
Just figured this out
To get rid of the taxonomy_browser on the bottom of every search page:
in taxonomy_browser module, around line 102 (may be different on yours because I have modified my module)
change:
$node_filter[] = l(t('all'), 'taxonomy_browser');to
$node_filter[] = l(t('all'), ' ');Now, if I can just figure out why this works when I use the one in the module - i.e. if the taxonomy_browser is called by going to http://umhscompliance.org/taxonomy_browser
but not when using the one I have inserted into my php static page
http://umhscompliance.org/
I inserted the taxonomy_browser on the last tab "More Choices". For some reason the taxo_browser form still shows up at the end of search results if you use this one.
http://thedesignspace.net